Date: Fri, 23 Apr 2010 13:54:13 -0500 From: Thomas Donnelly <tad1214@aol.com> To: freebsd-net@freebsd.org Subject: Fresh Build Not Taking IPv6 RA's? Message-ID: <4BD1ECD5.5040002@aol.com>
next in thread | raw e-mail | index | archive | help
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<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=19b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4> 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 <full-duplex>) 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BD1ECD5.5040002>