Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. To disable IPV6
  2.  
  3. Add these lines to the bottom of sysctl.conf
  4.  
  5. sudo nano /etc/sysctl.conf
  6.  
  7. net.ipv6.conf.all.disable_ipv6 = 1
  8. net.ipv6.conf.default.disable_ipv6 = 1
  9. net.ipv6.conf.lo.disable_ipv6 = 1
  10.  
  11. reboot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement