Hi!
I like to switch from ipv4 to ipv6 and I put in /etc/rc.conf:
Do I need to have lines with "DHCP" still, please?
Thank you.
I like to switch from ipv4 to ipv6 and I put in /etc/rc.conf:
Code:
hostname="blabla"
ifconfig_mycard="DHCP"
background_dhclient="YES"
ifconfig_mycard_ipv6="inet6 accept_rtadv"
ipv6_activate_all_interfaces="YES"
ip6addrctl_policy="ipv6_prefer"
Do I need to have lines with "DHCP" still, please?
Thank you.