I want to know how to set up private proxy and how to handle it. I need to setup Ssh tunnel using putty to browse internet. I connect via putty, choose dynamic port and off to races. So please provide me some suggestions related to this.
I want to know how to set up private proxy and how to handle it. I need to setup Ssh tunnel using putty to browse internet. I connect via putty, choose dynamic port and off to races. So please provide me some suggestions related to this.
Proxy server can be created with help of squid and ssh command in Linux. There are helpful items are given by Linux to working with network system. So install squid and then make ssh tunnel to it. And ensure to make squid as can’t be accessed from outside users means belonging to out side of network.
Do following configuration to coordinate communication between server and client in private proxy.
• Configure ssh to tunnel local port A to localhost: 80 which is server for localhost.
• Tunnel local port B to localhost: 443.
• Organize present by web browser proxy settings to detect localhost port A.
Bookmarks