From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 21:02:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DC7216A4CF for ; Mon, 22 Nov 2004 21:02:53 +0000 (GMT) Received: from conn.mc.mpls.visi.com (conn.mc.mpls.visi.com [208.42.156.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF45643D3F for ; Mon, 22 Nov 2004 21:02:50 +0000 (GMT) (envelope-from drue@therub.org) Received: from egypt.therub.org (therub.org [209.98.146.43]) by conn.mc.mpls.visi.com (Postfix) with ESMTP id 3583B811C; Mon, 22 Nov 2004 15:02:50 -0600 (CST) Received: by egypt.therub.org (Postfix, from userid 1001) id 0C1124566C8; Mon, 22 Nov 2004 15:02:50 -0600 (CST) Date: Mon, 22 Nov 2004 15:02:50 -0600 From: Dan Rue To: Andrei Iarus Message-ID: <20041122210250.GK62535@therub.org> References: <20041122201132.8353.qmail@web51706.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041122201132.8353.qmail@web51706.mail.yahoo.com> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.org Subject: Re: tunneling everything X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 21:02:53 -0000 On Mon, Nov 22, 2004 at 12:11:32PM -0800, Andrei Iarus wrote: > Hi! I am looking for a solution to this problem: I > want to make a tcp tunneling. The ssh tunneling > doesn`t satisies me because I don`t want to tunnel a > specific service, I want to tunnel everything. For > example: I would like my host to route everything > through a tcp tunnel. I would like to see what > solutions exist on FreeBSD. Please give just some > links. Thank you in advance! You want a VPN. Google/handbook for ipsec, or check out the very excellent openvpn. dan