Python Forum

Full Version: error opening port from local to internet
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In order for the virtual host to communicate with the real world, I had to open a local to internet port. I try this via localhost run but when I go to the link it gives, I get "nothing connected here check your ssh" error. What is the reason ? How can I solve?

the command I tried : ssh -R 80:localhost:8080 ssh.localhost.run
Unfortunately, I have no idea why is this happening, sorry.
Port forwarding can sometimes be a rather big pain in the butt. Depending on which router the person has, in the sense that some routers are easier than others at setting up port forwarding rules, it can be easy to setup, but not easy to get working. In some situations, it may be a firewall on your computer or router that is blocking access. Try temporarily disabling your firewall to make sure this is not causing your problems. I would also suggesting changing your internet connection. You could change it, for example to broadband satellite internet connection provided by https://usave.co.uk/broadband/broadband-...tallation/ and try to open again port from local to internet. I wish you good luck!
Have no idea how to solve this thing, sorry.