You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a web server accessed with port 80 behind NAT and there is no way to port forwarding since the ISP itself block the port. So I hope this will help to to solve the problem.
I started "pwnat -s" on the webserver machine. Then on a client want to connect to the server I run "pwnat -c 8500 202.62.16.132 127.0.0.1 80". 202.62.16.132 is the public ip address of the web server.
Then I open browser and navigate to localhost:8500. But it failed with error "Bind failed". What does it mean?
Thank you so much.
The text was updated successfully, but these errors were encountered:
Hi,
I have a web server accessed with port 80 behind NAT and there is no way to port forwarding since the ISP itself block the port. So I hope this will help to to solve the problem.
I started "pwnat -s" on the webserver machine. Then on a client want to connect to the server I run "pwnat -c 8500 202.62.16.132 127.0.0.1 80". 202.62.16.132 is the public ip address of the web server.
Then I open browser and navigate to localhost:8500. But it failed with error "Bind failed". What does it mean?
Thank you so much.
The text was updated successfully, but these errors were encountered: