From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S0Bs6-0005yt-V3 for garchives@archives.gentoo.org; Wed, 22 Feb 2012 13:04:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E030E0667 for ; Wed, 22 Feb 2012 13:04:38 +0000 (UTC) Received: from mta-1.ms.rz.rwth-aachen.de (mta-1.ms.rz.RWTH-Aachen.DE [134.130.7.72]) by pigeon.gentoo.org (Postfix) with ESMTP id D55A7E1D63 for ; Wed, 22 Feb 2012 12:07:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii Received: from mx-out-1.rwth-aachen.de ([134.130.5.186]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0LZS00G57MZU64H0@mta-1.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Wed, 22 Feb 2012 13:07:06 +0100 (CET) X-IronPort-AV: E=Sophos;i="4.73,463,1325458800"; d="scan'208";a="166962422" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by mx-1.rz.rwth-aachen.de with ESMTP; Wed, 22 Feb 2012 13:07:06 +0100 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.RWTH-Aachen.DE [134.130.161.252]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id q1MC75YS007766 for ; Wed, 22 Feb 2012 13:07:05 +0100 (CET) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id 301401E71 for ; Wed, 22 Feb 2012 13:07:08 +0100 (CET) Date: Wed, 22 Feb 2012 13:07:08 +0100 From: Helmut Jarausch Subject: Re: [gentoo-user] [OT] Proxytunnel through nginx To: gentoo-user@lists.gentoo.org References: <201202191815.55296.michaelkintzios@gmail.com> In-reply-to: <201202191815.55296.michaelkintzios@gmail.com> X-Mailer: Balsa 2.4.11 Message-id: <1329912428.6538.1@numa-i> X-Archives-Salt: 6b3f44b2-7bf4-4186-8644-0dcd095bb1f5 X-Archives-Hash: c0ae812dc2b80a548a640a68da080742 On 02/19/2012 07:15:46 PM, Mick wrote: > Hi All, > > I am trying to set up a reverse-proxy at my home to be able to by- > pass > > restrictive firewalls that only allow http/https traffic. > If you only want to get through your firewall by using the open port 80, I'd use ssh's port forwarding capablities. You might have a look at https://help.ubuntu.com/community/SSH/OpenSSH/PortForwarding You can use 'localhost' as "man in the middle". Helmut.