[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] ifup problems, possible IPv6
On Wednesday 02 February 2005 23:07, Michael H. Warfield wrote:
snip..
>You also have
> to reboot the system in order to remove IPv6 from the running kernel.
> You can not simply rmmod it. No workie...
>
> > -Jay
Actually to stop the module from loading, you have to recompile the kernel
without ipv6 support.
and another way to disable ipv6:
echo "NETWORKING_IPV6=no" >> /etc/sysconfig/network
-Tony