1.Edit the file – /etc/sysctl.conf
เพิ่มคำสั่งต่อจากเดิม
# IPv6 disabled
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
เสร็จแล้ว save และ close ออกมา
2.รีสตาร์ท sysctl ด้วยคำสั่ง sysctl -p
3.แล้วรันคำสั่ง cat /proc/sys/net/ipv6/conf/all/disable_ipv6
จะ report ออกมาเป็น 1 แสดงว่า disable ipv6 แล้ว
4.จากนั้นตรวจดู ifconfig จะไม่มี ipv6 address
ที่มา: http://askubuntu.com/questions/440649/how-to-disable-ipv6-in-ubuntu-14-04
Disable ipv6 in Ubuntu 14.04