Python Forum
error opening port from local to internet - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: error opening port from local to internet (/thread-22545.html)



error opening port from local to internet - looney99 - Nov-17-2019

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


RE: error opening port from local to internet - Maverick99 - Oct-16-2020

Unfortunately, I have no idea why is this happening, sorry.


RE: error opening port from local to internet - BrianClarkson - Oct-16-2020

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-with-free-installation/ and try to open again port from local to internet. I wish you good luck!


RE: error opening port from local to internet - BeanieW - Oct-16-2020

Have no idea how to solve this thing, sorry.