Linode.com Forum Forum Index Linode.com Forum
Linode Community Forums
 


IPv6 if up fails on Ubuntu 7.10 linode

Click here to go to the original topic

 
       Linode.com Forum Forum Index -> Linux Networking
Author Message
larz



Joined: 13 Apr 2007
Posts: 4

Posted: Mon Jan 07, 2008 5:24 am    Post subject: IPv6 if up fails on Ubuntu 7.10 linode  

There's a known bug that will cause ipv6 interfaces configured via /etc/network/interfaces to fail to come up because IPv6 support is compiled in the kernel instead of as a module.

https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/158582

This is an issue on linodes since even on the Xen beta boxes, ipv6 support is compiled into the kernels.
Back to top  
aaron



Joined: 12 Sep 2003
Posts: 27

Posted: Sun Sep 07, 2008 10:53 pm    Post subject:  

In the meantime, this seems to override the errant behaviour:

edit /etc/modprobe.d/local (create it if it doesn't exist) and add the line:
Code: install ipv6    /bin/true
which basically tells modprobe to run /bin/true instaed of trying to actually load the module.
Back to top  
 
       Linode.com Forum Forum Index -> Linux Networking
Page 1 of 1