Tuesday, October 14, 2014

How to disable IPv6 on FreeBSD

To disable IPv6 on FreeBSD, edit /etc/rc.conf as follows:
ip6addrctl_enable="NO" 
ip6addrctl_policy="ipv4_prefer"­ 
ipv6_activate_all_interfaces="NO"

1 comment:

Post a Comment