Page 1 of 1

วิธี disable ipv6

Posted: 03 Dec 2018, 18:35
by brid.surapol
edit /etc/sysctl.conf

Code: Select all

net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
apply sysctl

Code: Select all

sudo sysctl -p