DHCPv6 Server help
-
if your WAN has a fe80…, try the LAN on subnet 300 ?
We have to find out how the dhcp6-server is supposed to work. (I have read no successfull stories sofar...)
-
If I use subnet 300 it works, however the clients aren't obtaining an ipv6 address from the dhcp6 server on pfsense. The client assignments are outside the ipv6 scope I've defined. This is what led me to trying a different subnet.
https://www.youtube.com/watch?v=qnEv51G-0_A this youtube video seems to indicate it should just work?
-
If I use subnet 300 it works, however the clients aren't obtaining an ipv6 address from the dhcp6 server on pfsense. The client assignments are outside the ipv6 scope I've defined.
Right, your ISP from assigned 1st subnet of your /56.
video seems to indicate it should just work?
It's telling that it might work eventually if there is not a FU with the DHCPv6-server of your ISP…
So, why is it that pfSense cannot intercept the dhcp6c from the LAN workstation (and does pass/slip request to ISP) ?
My test is with a RPi/Linux/dhcp6c on a 2nd LAN & switch, no success yet with DHCPv6-server/ RA Managed.
But Static IP, SLAAC (RA Router Only, RA Unmanaged) works. -
I'm in the same boat as you then :/
-
I'm in the same boat as you then :/
No not really, I prefer the Static(Router Only) method for servers and security. I just set up a test to verify your setup and video report. ;)
-
Well, in terms of dhcpv6 not working :p
I can assign static no problems but for non server devices I can't be bothered doing that
-
@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.