-
Notifications
You must be signed in to change notification settings - Fork 46
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
Port Forwarding Not Working #239
Comments
Your test code works fine for me 🤔 Are you sure nothing else is interfering like ufw, etc. ? |
I noticed that Mullvad doesn't support port forwarding, I think that's that issue. |
#226 being the reference |
Yeah, sorry I thought you were accessing it on the same host, if it's hosted externally then that is the issue for sure. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am running a simple node.js webserver script on port 8777:
Running
node .
without vopono:Running
vopono -v exec --firewall iptables -f 8777 "node ."
:I noticed basic_tcp_proxy says it received a new connection, however I'm not getting anything in the web browser.
enp1s0
is the correct interface:I also tried changing the bind address to be specifically
10.200.1.2
from the debug log, which did not work.The text was updated successfully, but these errors were encountered: