Results 1 to 3 of 3
How to I completely disable (or remove) IPv6 from my slackware box? I'm using 10.1 atm.
Thanks for any suggestions...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-22-2006 #1
Disable IPv6?
How to I completely disable (or remove) IPv6 from my slackware box? I'm using 10.1 atm.
Thanks for any suggestionsRegistered Linux user #389109
My Semi-Linux Blog
- 02-22-2006 #2Linux Enthusiast
- Join Date
- Jun 2005
- Posts
- 668
Either take it out of your kernel configuration, or blacklist the following module in /etc/hotplug/blacklist
just put this at the top of the blacklist fileCode:ipv6
- 02-22-2006 #3forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
I think adding the following to /etc/modprobe.conf still works, too:
Code:alias net-pf-10 off
oz


Reply With Quote
