DHCPv6 client on FreeBSD
-
I would like to get a DHCPv6 in FreeBSD and installed dual-dhclient. Unfortunately, with the following config i am getting on SLAAC addresses.
dhclient_program="/usr/local/sbin/dhclient" ifconfig_vlan100_ipv6="inet6 DHCP accept_rtadv" ifconfig_vlan200_ipv6="inet6 DHCP accept_rtadv" rtsold_enable="YES"
Here is my thread on FreeBSD forum with the details.
Does anybody has DHCPv6 working on FreeBSD?