Diego Iastrubni wrote: > ביום רביעי, 9 באוגוסט 2006, 21:22, נכתב על ידי Baruch Even: > >>> alias net-pf-10 ipv6 <- old >>> alias net-pf-10 off <- on >>> >>> and then run "update-modules". >>> >>> This does not work for me. >> Maybe you have somewhere a script that forces loading the ipv6 module? >> Setting these aliases merely makes the auto-loading not work, if someone >> does 'modprobe ipv6' ipv6 will be on despite this change. > debian:/home/user# uname -a > Linux debian 2.6.16-2-486 #1 Sat Jul 15 21:23:01 UTC 2006 i686 GNU/Linux > debian:/home/user# lsmod | grep ipv6 > debian:/home/user# grep -i ipv6 /boot/config-2.6.16-2-486 > CONFIG_IPV6=m > CONFIG_IPV6_PRIVACY=y > CONFIG_IPV6_TUNNEL=m > # IPv6: Netfilter Configuration (EXPERIMENTAL) > CONFIG_IP6_NF_MATCH_IPV6HEADER=m > > This is weird, very weird... the system is stock Etch. I still had no time > to > modify it. Any ideas?
No real idea, no. A "solution" is to use dpkg-divert to move the ipv6 module and rename it, not even modprobe will find it in a different name. I think :-) Baruch ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
