
On Wed, 05 Jul 2006 07:53:33 +0200, Michael Prokop wrote:
how can I disable ipv6 in grml2hd envrionment?
Since grml-scripts (0.7-10) via running 'blacklist ipv6' or manually add the following to /etc/modprobe.d/grml:
blacklist ipv6 alias ipv6 off
Thanks, but I just realized that it is only half working:
$ ifconfig -a | tail -7 sit0 Link encap:IPv6-in-IPv4 NOARP MTU:1480 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
How can I disable this sit0, ie: IPv6-in-IPv4, also?
I did some seaching, but only to find that:
In SuSE linux 9.2 beware that turning the line:
alias sit0 ipv6
in /etc/modprobe.conf into:
alias sit0 off
prevents telnet and rsh from working properly; f
from http://www.mannucci.org/noipv6.html
please help. thanks