Monday, July 05, 2010

remove IPV6 ubuntu 10.04

remove IPV6 ubuntu 10.04


Make it's easy to do. eiei


root@ubuntu10:~#echo "#disable ipv6" | sudo tee -a /etc/sysctl.conf
root@ubuntu10:~#echo "net.ipv6.conf.all.disable_ipv6 = 1" | sudo tee -a /etc/sysctl.conf
root@ubuntu10:~#echo "net.ipv6.conf.default.disable_ipv6 = 1" | sudo tee -a /etc/sysctl.conf
root@ubuntu10:~#echo "net.ipv6.conf.lo.disable_ipv6 = 1" | sudo tee -a /etc/sysctl.conf

and last command to active without reboot

root@ubuntu10:~#sysctl -p

Check with ifconfig / ip a /ip r to check ip and route for IPV6

No comments:

Post a Comment