This guy is saying that even if you blacklist ipv6 and do that other stuff, it
might still load the ipv6 module if something is requesting the service.
http://www.g-loaded.eu/2008/05/12/ho...ra-and-centos/
and he suggests putting in a file in /etc/modprobe.d this line
and leave in the other settings you already had but they would
likely be redundant (module doesn't load). It would also be a good
idea to turn off the ip6 firewall either with system-config-services or
chkconfig and then kill the ip6tables:
chkconfig ip6tables off
service ip6tables stop
On an unrelated blacklisting note, this answered a question I had a long
time with a webcam I have. It would always grab the sound module
(which I didn't want) because the webcam had a usb microphone in it.,
So I blacklisted the usb sound module but it would still load. Because
the usb snd module loaded first and beat my sound card,
my sound card wouldn't work. My only recourse was to make sure the web cam was always unplugged at boot time so what I should do is put in a file in /etc/modprobe.d
install snd-usb-audio /bin/true