Date: Sun, 29 Dec 2013 08:49:53 -0500 From: Jim Ohlstein <jim@ohlste.in> To: Vladislav Prodan <universite@ukr.net> Cc: questions@freebsd.org Subject: Re: IPv6 configuration issues Message-ID: <52C02881.1040708@ohlste.in> In-Reply-To: <1388304444.398512039.xzlq1bca@frv35.ukr.net> References: <52BF9FA2.6060304@ohlste.in> <1388304444.398512039.xzlq1bca@frv35.ukr.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, On 12/29/13, 3:09 AM, Vladislav Prodan wrote: > > > > >> Hello, >> >> I recently set up a new box with FreeBSD 10-RC2 amd64. The host (OVH) >> provided a /64 of IPv6 addresses and gave me the following recommended >> configuration: >> >> # IPv6 configuration >> ipv6_enable="YES" >> ipv6_network_interfaces="igb0" >> ifconfig_igb0_ipv6="inet6 2001:41d0:a:XXXX::1 prefixlen 64" >> ipv6_static_routes="ovhgw" >> ipv6_route_ovhgw="2001:41d0:a:1cff:ff:ff:ff:ff -prefixlen 128 -interface >> igb0" >> ipv6_defaultrouter="2001:41d0:a:1cff:ff:ff:ff:ff" >> >> Taking the path of least resistance, I used these exact settings and >> everything worked just fine. After setting up a bunch of things I came >> back and decided to add some additional IPv6 addresses using >> >> ifconfig_igb0_alias0="inet6 2001:41d0:a:XXXX::2 prefixlen 64" >> etc. > > Try to put in the config /etc/rc.conf: > > ifconfig_igb0_ipv6_alias0="2001:41d0:a:XXXX::2/64" > or > ipv6_ifconfig_igb0_alias0="2001:41d0:a:XXXX::2/64" These did not work at all. Even with removing all aliases, my IPv6 connectivity did not survive a reboot without 'ipv6_enable="YES"' in my rc.conf. Perhaps something to do with my host's network? > > > -- Jim Ohlstein
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52C02881.1040708>