Leonid Isaev wrote:
You could also look at the output of "lsmod | grep ip" to see which iptables-related modules are loaded.
lsmod |grep ip iptable_filter 20736 0 ip_tables 39056 1 iptable_filter ip6table_filter 20608 0 ip6_tables 40720 1 ip6table_filter x_tables 43144 2 ip_tables,ip6_tables ipv6 331928 66
For blocking it, have a look into /etc/sysctl.conf -- there is a comment for disabling ipv6. Or, put "alias net-pf-10 off", somewhere in /etc/modprobe.d/50-blacklist.conf to disable the protocol on the next reboot.
Why would I want to disable it??? I use IPv6 on my network and also on the internet. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org