IPv6: Disable IPV6 di ubuntu: Difference between revisions
From OnnoCenterWiki
Jump to navigationJump 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) No edit summary |
||
| Line 1: | Line 1: | ||
1 Open Terminal. | 1 Open Terminal. | ||
2 Enter gksudo gedit /etc/sysctl.conf. ... | 2 Enter gksudo gedit /etc/sysctl.conf. ... | ||
3 After that run $ cat /proc/sys/net/ipv6/conf/all/disable_ipv6. ... | 3 After that run $ cat /proc/sys/net/ipv6/conf/all/disable_ipv6. ... | ||
4 Type command sudo sysctl -p. ... | 4 Type command sudo sysctl -p. ... | ||
5 Repeat above “Step 3” and it will now report 1. | 5 Repeat above “Step 3” and it will now report 1. | ||
Revision as of 03:17, 22 September 2021
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 above “Step 3” and it will now report 1.