A
Atoomkern
Guest
I am trying to assign IPv6 adresses to the OpenVZ containers using veth.
In the container the /etc/network/interfaces looks like:
auto eth0
iface eth0 inet6 static
address [ipv6 address]
netmask 64
gateway [ipv6 gateway]
auto eth0:0
iface eth0:0 inet static
address [ipv4 address]
netmask 255.255.255.0
gateway [ipv4 gateway]
Both the IPv4 and IPv6 addresses are reachable from within the Proxmox cluster but only the IPv4 addresses are reachable from the outside. Can anyone help me with this problem?
In the container the /etc/network/interfaces looks like:
auto eth0
iface eth0 inet6 static
address [ipv6 address]
netmask 64
gateway [ipv6 gateway]
auto eth0:0
iface eth0:0 inet static
address [ipv4 address]
netmask 255.255.255.0
gateway [ipv4 gateway]
Both the IPv4 and IPv6 addresses are reachable from within the Proxmox cluster but only the IPv4 addresses are reachable from the outside. Can anyone help me with this problem?