From owner-freebsd-questions@FreeBSD.ORG Fri Jul 15 01:19:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 BB15B16A41C for ; Fri, 15 Jul 2005 01:19:35 +0000 (GMT) (envelope-from keiichi@iijlab.net) Received: from omgo.iij.ad.jp (omgo.iij.ad.jp [202.232.30.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 52E6F43D48 for ; Fri, 15 Jul 2005 01:19:34 +0000 (GMT) (envelope-from keiichi@iijlab.net) Received: OTM-MO id j6F1JGHE016060; Fri, 15 Jul 2005 10:19:16 +0900 (JST) Received: OTM-MIX0 id j6F1JFxx025342; Fri, 15 Jul 2005 10:19:15 +0900 (JST) Received: from localhost (keiichi00.osaka.iij.ad.jp [192.168.64.45]) by jc-smtp.iij.ad.jp (JC-SMTP/jc-smtp) id j6F1JFif011106; Fri, 15 Jul 2005 10:19:15 +0900 (JST) Date: Fri, 15 Jul 2005 10:21:39 +0900 (JST) Message-Id: <20050715.102139.85759621.keiichi@iijlab.net> To: snap-users@kame.net, tmas@dei.uc.pt From: Keiichi SHIMA In-Reply-To: <200507141824.j6EIOq4g030139@smtp2.dei.uc.pt> References: <200507141824.j6EIOq4g030139@smtp2.dei.uc.pt> X-Mailer: Mew version 4.1.50 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: (KAME-snap 9155) Simple question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jul 2005 01:19:35 -0000 Hello, From: "Tiago Sousa" Date: Thu, 14 Jul 2005 19:24:49 +0100 > In what concern to my previous mails I can summarize and simplify the > problem: > > Why when I enable the ipv6_gateway_enable="YES" in /etc/rc.conf the > following error occurs (I am using freebsd 5.4 and the last kame snap): > > in6_if2idlen:unknown link type (34) > > in6_if2idlen:unknown link type (249) > > in6_if2idlen:unknown link type (244) Because the interface length of the above if types (34 = IFT_PARA, 249 = IFT_IST, 244 = IFT_DUMMY) are not defined. > > I know these are only warnings but when they occur I can not ping other > computers (only direct attached links) and the computer doesn't make > forwarding of packets. > > Anybody knows what is wrong? I don't think the above errors are the reason of your routing problem. Just to make sure, did you specify any kind of routing daemon in your rc.conf? Maybe disclosing your routing table information (by netstat -nr) may give us some hints to solve the problem. --- Keiichi SHIMA IIJ Research Laboratory KAME Project