From owner-freebsd-questions@FreeBSD.ORG Thu Feb 7 04:48:31 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3007516A417 for ; Thu, 7 Feb 2008 04:48:31 +0000 (UTC) (envelope-from eu9gu4@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.236]) by mx1.freebsd.org (Postfix) with ESMTP id CB65013C442 for ; Thu, 7 Feb 2008 04:48:30 +0000 (UTC) (envelope-from eu9gu4@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so2773026wxd.7 for ; Wed, 06 Feb 2008 20:48:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=ExSLz7acrys3oSDtKDC2jF/+adF8f3gGmeULT1w0MII=; b=nHSUm3D7KvzYIuPzAc3kFw9GlPVYV81K6a6Q14zeWhMMlHd8z7NV+SIYbnaTWrN9bwZ3st5f0CQB0eh2uZLTSh0or8EFFegFQGFzFkmT404t6uhA8/PbVrAMvbHBL6D90H9bMl7tf8A7v/5Mecj7QoJAqsviJPwtUXiPr+ZYUno= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ce/JIvd8SHo4QTHOEa1oGdBy+eF0YDIb8ydFADvfTgSbaopHmdlo9xsAydu16AdC1dj5kcezlDGnAoqM0Ub8KkIvedP6p6mma0P+ILgnkOaLjNde0eAT0dP6Kmiv+SgoAowjub6CaM6szo7Q2cFMB2jgZmUtbFilRDNMU6VAatE= Received: by 10.150.190.9 with SMTP id n9mr4521450ybf.127.1202359709833; Wed, 06 Feb 2008 20:48:29 -0800 (PST) Received: by 10.151.13.19 with HTTP; Wed, 6 Feb 2008 20:48:29 -0800 (PST) Message-ID: Date: Wed, 6 Feb 2008 22:48:29 -0600 From: Eugen To: freebsd-questions@freebsd.org In-Reply-To: <1202352394.7754.5.camel@myhost> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47A94275.608@daleco.biz> <6.0.0.22.2.20080206082722.02510c78@mail.computinginnovations.com> <1202352394.7754.5.camel@myhost> Cc: OutBackDingo Subject: Re: Help with router problem 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: Thu, 07 Feb 2008 04:48:31 -0000 That's what I get when I put ipv6_enable="YES" in /etc/rc.conf : $ ifconfig -a dc0: flags=8843 metric 0 mtu 1500 options=8 ether 00:14:cf:52:b4:17 inet6 fe80::214:cfff:fe52:b417%dc0 prefixlen 64 scopeid 0x1 inet 192.168.1.33 netmask 0xffffff00 broadcast 192.168.1.255 media: Ethernet autoselect (100baseTX ) status: active lo0: flags=8049 metric 0 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2 inet 127.0.0.1 netmask 0xff000000 And yes, it is a customized kernel. Would it be useful to attach my config file ? Eugen On Feb 6, 2008 8:46 PM, OutBackDingo wrote: > But i still dont see any ipv6 data in the ifconfig for dc0, we had an > instance where ipv6 being turned off networking stopped functioning > > in your ifconfig dc0 should show inet6 data like lo0 does. make sure its > commented out of rc.conf and reboot. also is this a generic kernel or > did you customize it ?