You can create an ssh tunnel to a remote system and use the remote system as a proxy.
Local system: Connect to remote system using ssh and dynamic port forwarding.
ssh -D port-number login-id@remote-node
Example:
ssh -D 9999 user1@node6.mega-corp.com
This establishes a connection to the remote node and configures traffic on local port 9999 to be forwarded to the remote system which acts as a proxy and fulfill the network request.
Firefox Configuration:
* Select "Edit" + "Preferences..."
* Select "Network Configuration"
* Select "Manual Proxy Configuration"
* Select "SOCKS V4"
* Set entries:
o Socks Host: localhost
o Port: 9999
Remote system: The service sshd must be running.
Browser requests will be forwarded to local port 9999 through ssh to the remote node which will fulfill the request. I have tried this for http web request as well as e-mail POP3 inbound mail and SMTP outbound mail and it works!
200409 200412 200501 200502 200503 200504 200505 200506 200507 200508 200509 200510 200511 200512 200601 200602 200603 200604 200605 200606 200607 200608 200609 200610 200611 200612 200701 200702 200703 200704 200705 200707 200708 200709 200710 200711 200712 200801 200802 200803 200804 200805 200806 200807 200808 200809 200810 200811 200812 200901 200902 200903 200904 200905 200906 200907 200908 200909 200912 201001 201002 201003 201004 201007 201009 201011 201102
Subscribe to Posts [Atom]