Etaoin Shrdlu wrote:

For browsing the internet, the setup is just a little bit more complex. At least, you need a http proxy running on the router (like squid), then do port forwarding for ports 80, 443, etc. and set up your browser accordingly to use the proxy. This way, your http requests are sent to the proxy via the ssh tunnel, and from there go to the their intended destinations using your ISP connectivity.

Actually it is very simple to socks proxy your ssh connection and use that without any additional software.

ssh -D 1080 [EMAIL PROTECTED]

Then pop into your broswer config and set the socks proxy to be 127.0.0.1:1080 and you're done.

kashani
--
gentoo-user@gentoo.org mailing list

Reply via email to