Hi,
I updated one Server (at OVH) to Proxmox 4.2. I make a new install with ovh template. IPv6 on Host side works but in lxc vm not. Here my config:
Host:
iface vmbr0 inet6 static
address x:x:x:x::
netmask 64
post-up /sbin/ip -f inet6 route add x:x:x:xff:ff:ff:ff:ff dev vmbr0
post-up /sbin/ip -f inet6 route add default via x:x:x:xff:ff:ff:ff:ff
pre-down /sbin/ip -f inet6 route del default via x:x:x:xff:ff:ff:ff:ff
pre-down /sbin/ip -f inet6 route del x:x:x:xff:ff:ff:ff:ff dev vmbr0
VM:
iface eth0 inet6 static
address x:x:x:x:x:x:x:110
netmask 64
post-up ip route add x:x:x:xff:ff:ff:ff:ff dev eth0
post-up ip route add default via x:x:x:xff:ff:ff:ff:ff dev eth0
pre-down ip route del default via x:x:x:xff:ff:ff:ff:ff dev eth0
pre-down ip route del x:x:x:xff:ff:ff:ff:ff dev eth0
The VM was migrated from openvz as discribed in the tutorial. Interface config has no more entries.
Has anyone an idea why i have this Problem?
Greetings
Alex
I updated one Server (at OVH) to Proxmox 4.2. I make a new install with ovh template. IPv6 on Host side works but in lxc vm not. Here my config:
Host:
iface vmbr0 inet6 static
address x:x:x:x::
netmask 64
post-up /sbin/ip -f inet6 route add x:x:x:xff:ff:ff:ff:ff dev vmbr0
post-up /sbin/ip -f inet6 route add default via x:x:x:xff:ff:ff:ff:ff
pre-down /sbin/ip -f inet6 route del default via x:x:x:xff:ff:ff:ff:ff
pre-down /sbin/ip -f inet6 route del x:x:x:xff:ff:ff:ff:ff dev vmbr0
VM:
iface eth0 inet6 static
address x:x:x:x:x:x:x:110
netmask 64
post-up ip route add x:x:x:xff:ff:ff:ff:ff dev eth0
post-up ip route add default via x:x:x:xff:ff:ff:ff:ff dev eth0
pre-down ip route del default via x:x:x:xff:ff:ff:ff:ff dev eth0
pre-down ip route del x:x:x:xff:ff:ff:ff:ff dev eth0
The VM was migrated from openvz as discribed in the tutorial. Interface config has no more entries.
Has anyone an idea why i have this Problem?
Greetings
Alex