Difference between revisions of "IPv6: Disable IPV6 di ubuntu"

From OnnoWiki
Jump to navigation Jump to search
(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...")
 
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 10: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.