From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1H2xC9-0003sw-1y for garchives@archives.gentoo.org; Fri, 05 Jan 2007 22:05:49 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id l05M3Tua024375; Fri, 5 Jan 2007 22:03:29 GMT Received: from popmail.jettissystems.com (popmail.jettissystems.com [38.118.146.212]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id l05M0JA7030866 for ; Fri, 5 Jan 2007 22:00:20 GMT Received: from [10.23.0.139] (unknown [74.93.11.97]) by popmail.jettissystems.com (Postfix) with ESMTP id B09E556D492 for ; Fri, 5 Jan 2007 14:00:18 -0800 (PST) Message-ID: <459ECA72.5090407@badapple.net> Date: Fri, 05 Jan 2007 14:00:18 -0800 From: kashani User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] [OT] Router for ssh tunnel/SOCKS proxy References: <200701051223.06146.michaelkintzios@gmail.com> <200701051800.10572.shrdlu@unlimitedmail.org> <200701052026.04236.michaelkintzios@gmail.com> <200701052244.22150.shrdlu@unlimitedmail.org> In-Reply-To: <200701052244.22150.shrdlu@unlimitedmail.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: b63a4942-fe98-4aaf-b560-65bc920ddc93 X-Archives-Hash: 4de92755ff81721d2f2606499b12001b 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 username@your.router.com 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