Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- - Disable ipv6 in Ubuntu 11.10 HowTo - version 2.0
- --------------------------------------------------
- What's new in this version?
- Corrected the information below, removing numerical
- values from the text which some dumb user may
- insert unknowingly into their files. This information
- below is good to go, use it and it works, while many
- other guides are outdated and don't work, this is
- proven to work in Ubuntu 11.10!
- --------------------------------------------------
- Add the following lines to:
- /etc/sysctl.conf
- # Disable IPV6
- net.ipv6.conf.all.disable_ipv6 = 1
- net.ipv6.conf.default.disable_ipv6 = 1
- net.ipv6.conf.lo.disable_ipv6 = 1
- Add to /etc/modprobe.d/blacklist.conf
- # Disable IPV6
- blacklist ipv6
- Add to /etc/modprobe.d/blacklist-rare-network.conf
- # Disable IPV6
- alias net-pf-10 off
- Save all, logout, reboot
- Log back in and run ifconfig, you shouldn't
- see any ipv6 address listed there anymore,
- and you can comment out the ipv6 lines
- within /etc/hosts now since you won't
- be using ipv6.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement