Git Product home page Git Product logo

Comments (11)

m1k1o avatar m1k1o commented on September 15, 2024 5

There might be posibility to acheive this using a hack. Rewriting IP on client in SDP messages.

from neko.

m1k1o avatar m1k1o commented on September 15, 2024

It can accept multiple addresses, separated by space.

from neko.

Kienguy avatar Kienguy commented on September 15, 2024

I see. Thank you

from neko.

Kienguy avatar Kienguy commented on September 15, 2024

My apologies for reopening this, but I'm now getting an error for "invalid 1:1 NAT IP mapping"

from neko.

m1k1o avatar m1k1o commented on September 15, 2024

I am not sure how that works in pion. We are only pasing this variable down to pion.

from neko.

kokomo123 avatar kokomo123 commented on September 15, 2024

I have this same issue as well, whenever i space two ip addresses out i'm unable to use both of them. It's either using the public ip address, using another ip address, or something when i input the env. so it's likely pion's fault on this one, maybe?
edit: i also get disconnects when im using my public ip address, though i've tested via my phone and it works fine there, just don't know how to configure it so i can be on my local lan and be able to watch..

from neko.

mbattista avatar mbattista commented on September 15, 2024

How do you separate the two IPs?
As said before neko expects a whitespace between the IPs, no comma or slash. E.g. 192.168.2.1 192.168.2.5

Further NAT1T is an optional field. Perhaps omitting it work in your case (explanation below)? Have you tried writing the internal IP first?

At last I think the main problem is your router. It does bot support hairpinning [link].

If you enable NAT1to1 neko reponse with the IPs given. The external IP is reachable and known for your local lan, so it tries to connect over it. The traffic stops at your router which without hairpinning does not know what to do and drops the traffic.

from neko.

m1k1o avatar m1k1o commented on September 15, 2024

I've been following original issue, that is introducing this functionality here. It looks like, also name says it, it is only NAT 1:1. Multiple addresses were meant for IPv4 and IPv6, that's why it with different addresses don't work. Although, there is option to add new addres to existing (private) but since we are in Docker, even that private would not work.

Perhaps one solution could be running this with --net=host and calling SetNAT1To1IPs with ICECandidateTypeSrflx option. I didn't try that yet, so that would be only theoretical solution.

from neko.

kokomo123 avatar kokomo123 commented on September 15, 2024

How do you separate the two IPs?
As said before neko expects a whitespace between the IPs, no comma or slash. E.g. 192.168.2.1 192.168.2.5

Further NAT1T is an optional field. Perhaps omitting it work in your case (explanation below)? Have you tried writing the internal IP first?

At last I think the main problem is your router. It does bot support hairpinning [link].

If you enable NAT1to1 neko reponse with the IPs given. The external IP is reachable and known for your local lan, so it tries to connect over it. The traffic stops at your router which without hairpinning does not know what to do and drops the traffic.

Ah, it may be hairpinning at my virtual router. so, it might be a firewall rule i could make somehow. Thanks... it's probably not NAT1TO1's fault at all and can be my own. Nevermind then, 👍🏻

from neko.

mbattista avatar mbattista commented on September 15, 2024

Have you tried what happens if you omit the value?

I run neko behind two routers in a docker and I can connect to it with internal and external IP without having to specify NAT1to1.

from neko.

kokomo123 avatar kokomo123 commented on September 15, 2024

I'll try omitting that and try running it with reverse proxy, if that doesn't work i might have to change the network connection for the machine i guess to my actual LAN instead of the virtual router's LAN.

from neko.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.