From owner-freebsd-questions@FreeBSD.ORG Wed Nov 24 01:44:10 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 D998216A4CE for ; Wed, 24 Nov 2004 01:44:10 +0000 (GMT) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9315243D41 for ; Wed, 24 Nov 2004 01:44:09 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost.cs.ait.ac.th [127.0.0.1]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id iAO1huhB034410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 24 Nov 2004 08:43:56 +0700 (ICT) Received: (from on@localhost) by mail.cs.ait.ac.th (8.12.11/8.12.11/Submit) id iAO1htit034406; Wed, 24 Nov 2004 08:43:55 +0700 (ICT) Date: Wed, 24 Nov 2004 08:43:55 +0700 (ICT) Message-Id: <200411240143.iAO1htit034406@mail.cs.ait.ac.th> From: Olivier Nicole To: listsub@401.cx In-reply-to: <41A328F3.7020505@401.cx> (listsub@401.cx) X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) cc: freebsd-questions@freebsd.org cc: poni1111@yahoo.com 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: Wed, 24 Nov 2004 01:44:11 -0000 > 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! vtun is a solution for Ethernet over IP tunneling. No encryption, no authentication. It is really like extending your LAN cable acros Internet. Olivier