User Tools

Site Tools


os:linux:debian

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
os:linux:debian [2018/11/15 09:17] titannetos:linux:debian [2018/11/27 19:54] (current) – [Disable ipv6] ebaer
Line 33: Line 33:
 net.ipv6.conf.default.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1
 net.ipv6.conf.lo.disable_ipv6 = 1 net.ipv6.conf.lo.disable_ipv6 = 1
 +
 +ip -6 addr del <ipv6address>/<prefixlength> dev <interface> 
 +
 +echo "net.ipv6.conf.all.disable_ipv6 = 1" | tee /etc/sysctl.d/01-disable-ipv6.conf
 +echo "net.ipv6.conf.eth0.disable_ipv6=1" | tee /etc/sysctl.d/01-disable-ipv6-eth0.conf
 </code> </code>
  
  
  
os/linux/debian.1542269877.txt.gz · Last modified: 2018/11/15 09:17 by titannet

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki