Hello!
Seems that an expert help is needed here. My network provider supports IPv6.
Also, I have installed net/dual-dhclient
In the /etc/rc.conf I have:
After running
I have also started
Clearly I am missing something here. What exactly?
Seems that an expert help is needed here. My network provider supports IPv6.
Also, I have installed net/dual-dhclient
In the /etc/rc.conf I have:
Code:
ipv6_activate_all_interfaces="YES"
dhclient_program="/usr/local/sbin/dual-dhclient"
ifconfig_bge0="DHCP accept_rtadv"
After running
service netif restart
I can see that the IPv6 address is configured, I can also see this address from the router web page. I can also ping6
this address from local machine, but not from another machine in the same lan with the same setup. I have also started
service rtadvd onerestart
and I did read the FreeBSD Handbook about the IPv6. Clearly I am missing something here. What exactly?