User Tools

Site Tools


wiki:disable_ipv6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:disable_ipv6 [2017/05/31 20:55] walkeradminwiki:disable_ipv6 [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 12: Line 12:
 Edit the <color #ed1c24>/etc/sysctl.conf</color> Edit the <color #ed1c24>/etc/sysctl.conf</color>
 \\  \\ 
-    vi Edit the /etc/sysctl.conf+    vi /etc/sysctl.conf 
 +\\  
 +\\  
 +Enter the following to disbale IPV6 on ALL interfaces: 
 +\\  
 +    net.ipv6.conf.all.disable_ipv6 = 1 
 +\\  
 +\\  
 +Alternatively you can disable IPV6 on specific interfaces by using: (assuming en016777736 is the interface name) 
 +\\  
 +    net.ipv6.conf.eno16777736.disable_ipv6 = 1 
 +\\  
 +\\  
 +Now enter sysctl -p or reboot, thats it.
 \\  \\ 
 \\  \\ 
  
wiki/disable_ipv6.1496260518.txt.gz · Last modified: 2023/03/09 22:35 (external edit)