OpenVZ Forum


Home » General » Support » OpenVZ + Ubuntu 9.04 + IPv6
Re: OpenVZ + Ubuntu 9.04 + IPv6 [message #36917 is a reply to message #36904] Thu, 30 July 2009 03:25 Go to previous messageGo to previous message
broquea is currently offline  broquea
Messages: 20
Registered: December 2007
Junior Member
Here, have some system output, slightly sanitized.

7.10 VE that works:

relevant ifconfig output:
venet0    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:127.0.0.1  P-t-P:127.0.0.1  Bcast:0.0.0.0  Mask:255.255.255.255
          inet6 addr: ::1/128 Scope:Host
          inet6 addr: 2001:470:x:x::x/0 Scope:Global


relevant /etc/network/interfaces settings:
iface venet0 inet6 static
        address ::1
        netmask 128
        up ifconfig venet0 add 2001:470:x:x::x


ipv6 routing information:
::/0                                        ::                                      U     256    0        0 venet0
::1/128                                     ::                                      U     0      6        1 lo
::1/128                                     ::                                      U     0      0        1 lo
2001:470:x:x::x/128                         ::                                      U     0      372       1 lo
ff00::/8                                    ::                                      U     256    0        0 venet0


----------

9.04 VE not working:

relevant ifconfig output:
venet0    Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
          inet addr:127.0.0.1  P-t-P:127.0.0.1  Bcast:0.0.0.0  Mask:255.255.255.255
          inet6 addr: ::1/128 Scope:Host
          inet6 addr: 2001:470:x:x::x/128 Scope:Global


relevant /etc/network/interfaces settings:
iface venet0 inet6 static
        address ::1
        netmask 128
        up ifconfig venet0 add 2001:470:x:x::x


IPv6 routing information:
::/0                           ::                         !n   -1  144448555 lo
::1/128                        ::                         Un   0   1     4 lo
::1/128                        ::                         Un   0   1     0 lo
2001:470:x:x::x/128            ::                         Un   0   1     3 lo
ff00::/8                       ::                         U    256 0     0 venet0
::/0                           ::                         !n   -1  144448555 lo


----------

Obviously the default route statements on the 9.04 system stink. This is where I'm stuck.
 
Read Message
Read Message
Read Message
Previous Topic: enable the direct hardware access to the container
Next Topic: Change venet to veth
Goto Forum:
  


Current Time: Tue Jul 23 04:23:47 GMT 2024

Total time taken to generate the page: 0.02353 seconds