Hi everyone,
I have what appears to be an IPv6 issue.
Background:
Two identical pfsense boxes running in a HA pair.
One can ping the WAN DG, the other can not. Both can be accessed via the WAN, just that one can't access out the WAN.
The only differences I can find between the two is the results of an ifconfig:
Working unit:
em5: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC>
ether 00:30:48:8d:d6:5f
inet xx.yy.zz.213 netmask 0xfffffff0 broadcast xx.yy.zz.223
inet6 fe80::230:48ff:fe8d:d65f%em5 prefixlen 64 scopeid 0x6
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
Broken unit:
em5: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC>
ether 00:30:48:8d:d4:f7
inet6 fe80::230:48ff:fe8d:d4f7%em5 prefixlen 64 scopeid 0x6
inet xx.yy.zz.214 netmask 0xfffffff0 broadcast xx.yy.zz.223
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
media: Ethernet autoselect (1000baseT <full-duplex>)
status: active
The broken one lists the ipv6 IP first and I am wondering if that is causing the issue. Not sure how to over-ride that? IPv6 support is disabled in the advanced options.
Any suggestions?