1

Redirect Network Traffic from local machine to a VPS

view story
linux-howto

http://serverfault.com – Is there a way to direct all the traffic of my machine through a VPS. I have set ssh forwarding for accessing Facebook in our office from a browser. Can this setup can be used to forward all traffic in my machine through that VPS. apt-get update and apt-get install should go through this tunnel. ssh -D 7894 ip-address-of-vps after that in the proxysetting of browser i specified localhost and 7894. Can a simmilar set up can be followed to redirect all traffic through that VPS. (HowTos)