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"
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"