-
-
Notifications
You must be signed in to change notification settings - Fork 550
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
Reversed Proxy with Apache unable to connect externally #410
Comments
It says your client to connect to your local ip address and if they cannot reach it (from outside) then they cannot connect. Currently only one Ip can be used, its a limitation. So if you expect to connect from outside use public ip in nat1to1 and ensure nat hairpinning works to have local access as well. |
Thank you for your quick respone m1k1o! I appropriate it a lot! I changed But I'm not certain why I have to port forward these ports when using the revere proxy. And for host Just as a slight side-note and clarification, though I assume it's the NAT loopback on my router that does this. I am able to connect using |
Probably there is some difference, but absolutely minimal. If using EPR the multiplexing is happening on the network level (separate UDP ports) and if using MUX the multiplexing is happening in the neko.
Exactly, even the LAN hosts get the Public IP and try to connect there. The value of
The ports needs to be forwarded to outside even for LAN clients because they are connecting to the |
I am trying to use the neko server behind a reverse proxy, but I am having some issues with the websocket connection.
I am able to connect to the server, but it gives peer failed when I try to login.
It works perfectly when I connect to the domain on the local network where the domain and the server are hosted.
Note that the domain is hosted on a different server than the neko server. Hence the private IP address in the configuration instead of localhost.
My apache2 configuration for a reverse proxy:
My neko configuration:
When an external ip connect the docker output
WRN
or higher I see is:In the firefox browser trying to connect I get a peer failed error
Any clue as to what might be wrong, or if anything in my configurations is off?
The text was updated successfully, but these errors were encountered: