Help with IPv6 router gateway config, Comcast, DHCP, dnsmasq
Darren Pilgrim
list_freebsd at bluerosetech.com
Sun Nov 2 05:18:21 UTC 2014
On 11/1/2014 8:03 PM, Chris Inacio wrote:
> Thank you for all your help. You have indeed fixed my mistakes.
>
> I still have one more mistake, however, which is that my internal network
> interface isn't getting an IPv6 address, beyond link local. When I added
> "inet6 accept_rtadv" to the config of re1 in rc.conf, the static
> "192.168.1.1 netmask"... broke.
Routers must not accept router advertisements from their downstream
interfaces. Your /etc/rc.conf should look something like this:
ipv6_cpe_wanif="re0"
ifconfig_re0="DHCP"
ifconfig_re0_ipv6="inet6 accept_rtadv -no_radr"
ifconfig_re1="inet 192.168.1.1/24"
ifconfig_re1_ipv6="inet6 -accept_rtadv"
More information about the freebsd-net
mailing list