From owner-freebsd-net@FreeBSD.ORG Fri Apr 23 19:05:11 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1F3A106564A for ; Fri, 23 Apr 2010 19:05:11 +0000 (UTC) (envelope-from tad1214@aol.com) Received: from imr-ma03.mx.aol.com (imr-ma03.mx.aol.com [64.12.206.41]) by mx1.freebsd.org (Postfix) with ESMTP id B2FC88FC20 for ; Fri, 23 Apr 2010 19:05:11 +0000 (UTC) Received: from mtaout-mb03.r1000.mx.aol.com (mtaout-mb03.r1000.mx.aol.com [172.29.41.67]) by imr-ma03.mx.aol.com (8.14.1/8.14.1) with ESMTP id o3NIslTm025035 for ; Fri, 23 Apr 2010 14:54:47 -0400 Received: from osprey.cptxoffice.net (ng1.cptxoffice.net [208.74.121.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mtaout-mb03.r1000.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id 52D6BE000099 for ; Fri, 23 Apr 2010 14:54:47 -0400 (EDT) Message-ID: <4BD1ECD5.5040002@aol.com> Date: Fri, 23 Apr 2010 13:54:13 -0500 From: Thomas Donnelly User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.7) Gecko/20100224 Thunderbird/3.0.1 MIME-Version: 1.0 To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit x-aol-global-disposition: G X-AOL-SCOLL-SCORE: 0:2:384482304:93952408 X-AOL-SCOLL-URL_COUNT: 0 x-aol-sid: 3039ac1d29434bd1ecf763fa X-AOL-IP: 208.74.121.102 Subject: Fresh Build Not Taking IPv6 RA's? 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: Fri, 23 Apr 2010 19:05:12 -0000 Hi, I have a few servers on a vlan which have all happily auto configured via RA, both FreeBSD and CentOS boxes. However, I freshly installed a FreeBSD 7 box, brought it to stable, and it wont auto configure. I'm kind of at a loss at what could be the issue. Anyone have ideas on where to start? Thanks -=Tom # sysctl net.inet6.ip6.accept_rtadv net.inet6.ip6.accept_rtadv: 1 # uname -v FreeBSD 7.3-STABLE #1: Thu Apr 15 23:59:49 CDT 2010 # ifconfig em0 em0: flags=8843 metric 0 mtu 1500 options=19b ether 00:30:48:ce:9f:78 inet6 fe80::230:48ff:fece:9f78%em0 prefixlen 64 scopeid 0x1 inet X.X.X.X netmask 0xfffffff0 broadcast X.X.X.X inet X.X.X.X netmask 0xffffffff broadcast X.X.X.X media: Ethernet autoselect (1000baseTX ) status: active tcpdump ip6 shows: 13:48:18.256983 IP6 fe80::6616:8dff:fe85:884a > ff02::1: ICMP6, router advertisement, length 64 so it is hearing the RA # /etc/rc.d/network_ipv6 start route: writing to routing socket: File exists add net ::ffff:0.0.0.0: gateway ::1: route already in table route: writing to routing socket: File exists add net ::0.0.0.0: gateway ::1: route already in table net.inet6.ip6.forwarding: 0 -> 0 net.inet6.ip6.accept_rtadv: 1 -> 1 route: writing to routing socket: File exists add net fe80::: gateway ::1: route already in table route: writing to routing socket: File exists add net ff02::: gateway ::1: route already in table IPv4 mapped IPv6 address support=NO