Difference between revisions of "IPv6: Disable IPV6 di ubuntu"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with " 1 Open Terminal. 2 Enter gksudo gedit /etc/sysctl.conf. ... 3 After that run $ cat /proc/sys/net/ipv6/conf/all/disable_ipv6. ... 4 Type command sudo sysctl -p. ... 5 Repeat...") |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 | |
− | + | sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1 | |
− | + | sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1 | |
− | |||
− | |||
− |
Latest revision as of 10:19, 22 September 2021
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=1 sudo sysctl -w net.ipv6.conf.default.disable_ipv6=1 sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=1