-
-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Connecting from an internal and external network #47
Comments
It can accept multiple addresses, separated by space. |
I see. Thank you |
My apologies for reopening this, but I'm now getting an error for "invalid 1:1 NAT IP mapping" |
I am not sure how that works in pion. We are only pasing this variable down to pion. |
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? |
How do you separate the two IPs? 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. |
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 |
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, 👍🏻 |
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. |
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. |
There might be posibility to acheive this using a hack. Rewriting IP on client in SDP messages. |
I'd like to access the neko instance on my local computer while also having my friend access it over the internet. From what I can tell, the NEKO_NAT1TO1 variable only can accept one ip address at a time. Is there a solution to this I'm missing?
The text was updated successfully, but these errors were encountered: