Hi all,
I'm trying to get IPv6 working on a fresh install of Proxmox VE 4.2 on an OVH server. I can ping6 www.google.com from inside a LXC container. Trying this from the host gives me
Pinging a IPv6 assigned to a LXC from outside returns
The manual reads:
I did add a IPv6 to vmbr0 and made sure there a IPv6 loopback device by adding that line to /etc/network/interfaces and restart. Which IPv6 macros is this referring to? Regards
Christian
I'm trying to get IPv6 working on a fresh install of Proxmox VE 4.2 on an OVH server. I can ping6 www.google.com from inside a LXC container. Trying this from the host gives me
Code:
root@s7:~# ping6 www.google.com
connect: Network is unreachable
Pinging a IPv6 assigned to a LXC from outside returns
Code:
$ ping6 2001:41d0:1000:0b87::101
ping6: UDP connect: No route to host
The manual reads:
To enable filtering of IPv6 traffic, first ensure the host has a working IPv6 address configured on vmbr0 (or whichever WAN facing interface you are using) and that it has an IPv6 loopback interface ('iface lo inet6 loopback'). You can then enable the IPv6 macros as needed, which will ensure that any IPv4 rules will also be applied to IPv6.
I did add a IPv6 to vmbr0 and made sure there a IPv6 loopback device by adding that line to /etc/network/interfaces and restart. Which IPv6 macros is this referring to? Regards
Christian