DHCPv6 Server help
-
@hda:
…
So, why is it that pfSense cannot intercept the dhcp6c from the LAN workstation...?My test is with a RPi/Linux/dhcp6c on a 2nd LAN & switch, no success yet with DHCPv6-server/ RA Managed.
...Made a .cap-file. The DHCPv6-server does not respond. (there is no firewall block in RPi)
-
Factor is bogon networks, FF02 broadcast/solicits from workstation are refused.
Solution is "Interfaces: LAN" > Private networks > Block bogon networks = UN-checked. -
I already have that option unchecked
-
I already have that option unchecked
Result?, questions?
You trying to convey explicitly that bogon-networks LAN is un-checked & bogon-networks WAN is checked ?
N.B.
DHCPv6-Server, on LAN with RA(Managed & priority=normal) & (DNS as DHCPv6 server)=checked, works as expected. -
Yes, it was never checked in the first place, bogon networks on WAN is checked
-
Well, with pfSense 2.2.2 DHCPv6-server/RA should work like I tested & indicated.
Try folowing config for your ISP connection over PPPoE:
WAN IPv6 > DHCP6 client configuration > Advanced >
Send Options = ia-pd 0; Identity Association Statement / prefix delegation = checked. -
Seems to work configuring it like that, thanks
Only devices that don't pick up an address are Android devices
-
Only devices that don't pick up an address are Android devices
Which is because Android only uses SLAAC (for addressing) and RDNSS (for IPv6 DNS servers). It will not use DHCPv6 as it doesn't have a DHCPv6 client.
More info: https://code.google.com/p/android/issues/detail?id=32621 … see the post on 12/7/2014 from a Google employee on their current reasoning for failing to support DHCPv6 in Android.
-
Ah yeah, of course.
I had actually disabled ipv6 because of this bug https://code.google.com/p/android/issues/detail?id=79576
-
but I had use PF2.1.X version , ipv6 work in andriod. only PF2.2.X IPV6 not work.