> NO, i havn't. right now i am "googling" for "rmmod ipv6". If you know
> some commands please post.
As root:
To list modules loaded into kernel:
# lsmod

To remove one of them:
# rmmod module_name

To load:
# modprobe module_name

So rmmod ipv6 will remove the ipv6 module from your kernel(just like your 
alias prevents it from loading) and maybe solve your problem.

-- 
Best Regards,
Piotr Jaroszyński

-- 
[email protected] mailing list

Reply via email to