From owner-freebsd-net Thu Aug 16 4: 9:35 2001 Delivered-To: freebsd-net@freebsd.org Received: from mailguard.fgan.de (mailguard.fgan.de [128.7.3.5]) by hub.freebsd.org (Postfix) with ESMTP id 048F237B40B for ; Thu, 16 Aug 2001 04:09:29 -0700 (PDT) (envelope-from leventi@fgan.de) Received: from rufsun5.ffm.fgan.de (mailhost.ffm.fgan.de [128.7.2.5]) by mailguard.fgan.de (8.9.3/8.9.3) with ESMTP id NAA13614 for ; Thu, 16 Aug 2001 13:09:27 +0200 Received: from melle.fkie.fgan.de (melle.ffm.fgan.de [128.7.5.11]) by rufsun5.ffm.fgan.de (8.8.6/8.8.8) with ESMTP id NAA15310; Thu, 16 Aug 2001 13:09:26 +0200 (MET DST) Received: (from lev@localhost) by melle.fkie.fgan.de (8.10.2+Sun/8.10.2) id f7GB9PF02076; Thu, 16 Aug 2001 13:09:25 +0200 (MEST) Date: Thu, 16 Aug 2001 13:09:25 +0200 (MEST) Message-Id: <200108161109.f7GB9PF02076@melle.fkie.fgan.de> From: Anastasia Leventi-Peetz To: net@FreeBSD.ORG Cc: leventi@fgan.de Subject: tunnel configuration Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hello dear all, I run FreeBSD-4.0 (no changes on the generic kernel) and try to establish a tunnel between a Linux pc and the FreeBSD pc. Unfortunately there is no documentation in the book how should it work, not even for tunnel from FreeBSD to FreeBSD. I have found Information in Internet and I use of course the commands # gifconfig gif0 inet IPv4(1) IPv4(2) (tunnel endpoints) # ifconfig gif0 up # route add -inet6 3ffe:bla:bla::bla -prefixlen 64 -interface gif0 On the other side for Linux I have togive # ifconfig sit0 up # ifconfig sit0 tunnel ::IPV4(remote) # route -A inet6 add 3ffe:..etc. fe80::IPV4(remote) dev sit1 (sit1 will be automatically there when one configures sit0) This address: fe80::IPv4(remote) appears as nexthop in the routing table of the Linux pc, as well as the fe80::IPv4(local). These are addresses on Link which i don't automatically get on the FreeBSD pc! And of course I can't reach the FreeBSD and inversely if they don't understand the same on Link addresse. I hapenned to see on the routing table of a FreeBSD pc, (a side on the internet) that the fe80::IPv4 address was included. Can anybody give me a hint? It will be greatly appreciated. Regards:A.L-P To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message