How do I access a web server behind a firewall? I am developing an application for this web server that is not yet open to the public.
Someone escorted me before that, so I know that this can be done. However, about four months passed, and I could not repeat it again.
I use Putty to connect to a remote machine. From this machine I can open the site http: //dev.server.address: 83 using Firefox. However, I want to open http: // localhost: 80 on my machine to see the same page.
I use server address and port 83 for the "source port", I use localhost: 80 for the "destination port"
source
share