PDA

View Full Version : Tunnel to Proxy


PatrickBaer
08-11-2008, 05:15 AM
Good evening,

can I establish a tunnel to my proxy server 10.10.10.1 in the company network through some kind of ssh-tunnel?

I am behind a DSL-router, connect to a machine in the company dmz and need to access another proxy in the dmz. Reason is to browse the company network (which uses internal adresses)


ITA

18Googol2
08-11-2008, 06:03 AM
Sure you can. I was in the same boat. I needed to access mail, http, ssh (not dns) in the application server, so I set up ssh port forward. All traffic went though the server located in DMZ. Manual page can be studied here (http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Port_Forwarding.html), or just do a google search for "ssh port forward"

BSDfan666
08-11-2008, 04:32 PM
If you run an OpenSSH server at home, you can setup a SOCKS proxy.. search for the -E option in ssh(1).