From owner-freebsd-net@FreeBSD.ORG Sat Jun 11 05:56:09 2005 Return-Path: X-Original-To: FreeBSD-net@freebsd.org Delivered-To: FreeBSD-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C25BF16A41C; Sat, 11 Jun 2005 05:56:09 +0000 (GMT) (envelope-from stephen@dino.dnsalias.com) Received: from dino.dnsalias.com (S010600e02994cd40.vc.shawcable.net [24.80.250.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1953443D48; Sat, 11 Jun 2005 05:56:08 +0000 (GMT) (envelope-from stephen@dino.dnsalias.com) Received: by dino.dnsalias.com (Postfix, from userid 1000) id DDA9D11F74B; Fri, 10 Jun 2005 22:56:06 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17066.31990.772727.369096@localhost.localdomain> Date: Fri, 10 Jun 2005 22:56:06 -0700 To: Gianmarco Giovannelli In-Reply-To: <6.2.1.2.2.20050609080446.05c897d0@83.149.160.120> References: <20050607100958.GU41050@obiwan.tataz.chchile.org> <20050607093717.GA76296@wantadilla.lemis.com> <20050607094848.GB16223@stack.nl> <20050607231218.GD64194@wantadilla.lemis.com> <20050608084946.GI41050@obiwan.tataz.chchile.org> <20050608095703.GM64194@wantadilla.lemis.com> <20050608195837.Q65103@Neo-Vortex.net> <20050608104053.GK41050@obiwan.tataz.chchile.org> <20050608233136.GX64194@wantadilla.lemis.com> <20050608234559.GS41050@obiwan.tataz.chchile.org> <20050609001004.GB64194@wantadilla.lemis.com> <6.2.1.2.2.20050609080446.05c897d0@83.149.160.120> X-Mailer: VM 7.07 under Emacs 21.3.1 From: stephen@dino.dnsalias.com (Stephen J. Bevan) Cc: Greg 'groggy' Lehey , FreeBSD-net@freebsd.org Subject: Re: Problems with gif tunnels X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jun 2005 05:56:09 -0000 Gianmarco Giovannelli writes: > Hi Greg, I have follow with interest this thread because I had a similar > problem sometimes ago and we din't succeded in resolve it as I like ... > > I had to connect a couple of a nets with a freebsd box and a linux box > (not managed by me). They insist to use the ipip tunnel (p:4) and I think I > should use the nos-tun interface ... If Linux is using ipip then to connect to it from *BSD you should use gif(4). > Now I see I could simply use the gif interface (which I wrongly suppose did > only GRE tunnel :-) to connect to an ipip linux tunnel. Is this right ? Yes.