From owner-freebsd-questions@FreeBSD.ORG Tue Nov 23 12:11:42 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 BD85216A4CE for ; Tue, 23 Nov 2004 12:11:42 +0000 (GMT) Received: from rambo.401.cx (rambo.401.cx [80.65.205.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE7D043D2D for ; Tue, 23 Nov 2004 12:11:41 +0000 (GMT) (envelope-from listsub@401.cx) Received: from 401.cx (gwdor.twenty4help.com [195.125.62.5]) by rambo.401.cx (8.12.10/8.12.9) with ESMTP id iANCBa85085638; Tue, 23 Nov 2004 13:11:37 +0100 (CET) (envelope-from listsub@401.cx) Message-ID: <41A328F3.7020505@401.cx> Date: Tue, 23 Nov 2004 13:11:31 +0100 From: "Roger 'Rocky' Vetterberg" User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrei Iarus References: <20041122201132.8353.qmail@web51706.mail.yahoo.com> In-Reply-To: <20041122201132.8353.qmail@web51706.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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: Tue, 23 Nov 2004 12:11:42 -0000 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! > What you need is a VPN (Virtual Private Network). I suggest you google for MPD, Poptop and IPSec. Any of them should be able to do what you want, use the one that suits you best. -- R