Bug #215
closedallow IPv6 traffic not complete
0%
Description
If "allow IPv6 traffic" is unset, I see:
[1.2.3-RELEASE]
[root@pfsense.beatsnet.com]/root(24): pfctl -s all | grep inet6
block drop in quick inet6 all
block drop out quick inet6 all
block drop in on vr2 inet6 from fe80::20d:b9ff:xxxx:xxxx to any
block drop in on ath0 inet6 from fe80::280:48ff:xxxx:xxxx to any
If set:
[root@pfsense.beatsnet.com]/root(26): pfctl -s all | grep inet6
block drop in on vr2 inet6 from fe80::20d:b9ff:xxxx:xxxx to any
block drop in on ath0 inet6 from fe80::280:48ff:xxxx:xxxx to any
[1.2.3-RELEASE]
There are still v6 blockings
since ath0/WLAN is bridged to LAN I see none of the expected router advertisements.
I set a any/any allow rule to WLAN, but it is still not a full L2 Bridge.
Testing with CiscoAP bridged to LAN IPv6 is no problem.
It is not only a problem on a LAN/WLAN-Bridge it is also between LAN/LAN.
I have no possibilities to force a allow rule in the GUI.
Is there a quick workaround for this?
Also the possibility to define a "non filtered bridge" between two local interfaces could be a good idea.