From owner-freebsd-net Thu Sep 12 4:19:44 2002 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 CDB6A37B400 for ; Thu, 12 Sep 2002 04:19:40 -0700 (PDT) Received: from smtp.uc3m.es (smtp03.uc3m.es [163.117.136.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A8E43E42 for ; Thu, 12 Sep 2002 04:19:40 -0700 (PDT) (envelope-from jrh@it.uc3m.es) Received: from smtp03.uc3m.es (localhost [127.0.0.1]) by smtp.uc3m.es (Postfix) with ESMTP id CFD7B431C3; Thu, 12 Sep 2002 12:19:40 +0200 (CEST) Received: from it.uc3m.es (mira.it.uc3m.es [163.117.140.166]) by smtp03.uc3m.es (Postfix) with ESMTP id 730E899E16; Thu, 12 Sep 2002 12:19:36 +0200 (CEST) Message-ID: <3D807846.FD8163F1@it.uc3m.es> Date: Thu, 12 Sep 2002 13:19:34 +0200 From: Juan Francisco Rodriguez Hervella X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.5-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Lista , "(Lista) snap-users@kame.net" , Octavio.Medina@enst-bretagne.fr, Jean-Luc.Richier@imag.fr Subject: Reencapsulate IPv6-over-IPv6 "over" IPv4 doesn't work for me, but it should, right ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: Sorry for this cross-posting. I have the following configuration: gif0: flags=8051 mtu 1280 tunnel inet aaa.aaa.aaa.aaa --> bbb.bbb.bbb.bbb inet6 3ffe:3328:6::f571 prefixlen 126 inet6 fe80::290:27ff:fe86:93d%gif0 prefixlen 64 scopeid 0xa gif1: flags=8051 mtu 1280 tunnel inet6 2001:720:1500:30::2 --> 3ffe:3326:3:920::1 inet6 fe80::290:27ff:fe86:93d%gif1 prefixlen 64 scopeid 0xe inet6 3ffe:3328:6::f544 prefixlen 126 inet6 2001:720:1500:30::2 prefixlen 128 To reach "3ffe:3326:3:920::1", I go through "gif0": root@mira:~# netstat -rn | grep 3ffe:3326:3:9 3ffe:3326:3:900::/56 fe80::d560:d738%gif0 UG1c gif0 When I exec "ping6 3ffe:3328:6::f545", this happens: root@mira:~# ping6 3ffe:3328:6::f545 PING6(56=40+8+8 bytes) 3ffe:3328:6::f544 --> 3ffe:3328:6::f545 ping6: sendmsg: Input/output error ping6: wrote 3ffe:3328:6::f545 16 chars, ret=-1 ping6: sendmsg: Input/output error ping6: wrote 3ffe:3328:6::f545 16 chars, ret=-1 Im using FreeBSD-4.5 with two patches to run the DSTM transition mechanism (http://www.ipv6.rennes.enst-bretagne.fr/dstm/inst-45.html) One patch to obtain IPv6-RPCs and the other to install the mechanism. I don't know if this is a problem of FreeBSD-4.5" or if it's caused by the patches. It's possible to configure the number of "gif" loops using sysctls or something like that ? Does standard FreeBSD has support for it or only KAME snaps ? Have anyone heard or similar problems ? Best Regards. -- JFRH. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message