dvl@
Developer
Some time ago, I tried IPv6. I disabled it after it froze my gateway. I tried again today; it lasted 90 minutes.
Running FreeBSD 9.3-RELEASE #0
These are the lines I enabled in /etc/rc.conf
All up, these are the entries which relate to IPv6
After making those changes, I rebooted the gateway. Immediately, I started seeing these messages:
In that 90 minutes, approximately 46,000 of these messages appeared. That's roughly 7 per second.
TIme to turn off IPv6 again...
Running FreeBSD 9.3-RELEASE #0
These are the lines I enabled in /etc/rc.conf
Code:
ifconfig_em0_ipv6="inet6 2001:470:1f07:09ea:1::1"
ipv6_defaultrouter="2001:470:1f06:9ea::1"
All up, these are the entries which relate to IPv6
Code:
$ grep -i ipv6 /etc/rc.conf
# our IPv6 tunnel
ipv6_activate_all_interfaces="YES"
ifconfig_gif0_ipv6="inet6 1f06:b80::2 2001:470:1f06:b80::1 prefixlen 128"
ifconfig_em0_ipv6="inet6 2001:470:1f07:09ea:1::1"
ipv6_defaultrouter="2001:470:1f06:9ea::1"
ipv6_gateway_enable="YES"
rtadvd_enable="YES" # let our LAN know the IPv6 default route
After making those changes, I rebooted the gateway. Immediately, I started seeing these messages:
Code:
Sep 8 18:38:22 bast kernel: pf: state key linking mismatch! dir=OUT, if=em0, stored af=2, a0: 209.51.161.14, a1: 108.52.41.15, proto=41, found af=28, a0: 2001:470:1f07:9ea:4893:e490:edd1:1b8d[55496], a1: 2607:f8b0:4004:809::1015[443], proto=6.
In that 90 minutes, approximately 46,000 of these messages appeared. That's roughly 7 per second.
TIme to turn off IPv6 again...