I want to disable ipv6, and I have this options in rc.conf :
But IPv6 is still configured automatically on all interfaces, I don't know if those settings are correct.
Thanks
Code:
# disable ipv6
ipv6_network_interfaces="NONE" # Default is auto
ip6addrctl_enable="NO" # New way to disable IPv6 support
ip6addrctl_policy="ipv4_prefer" # Use IPv4 instead of IPv6
ipv6_activate_all_interfaces="NO" # Do not automatically add IPv6 addresses
Thanks