Installing And Using OpenVZ On Debian Wheezy (AMD64)

Discussion in 'HOWTO-Related Questions' started by jvaclavovic, Jun 15, 2013.

  1. jvaclavovic

    jvaclavovic New Member

    I installed Debian 7 server with RedHat kernel with support for OpenVZ according to this manual. But I have problem with IPv6.

    On the host server IPv6 works without problems. I can ping servers on the Internet and all virtual servers. From the internet I can ping host server, but no virtual servers. From The virtual servers I can ping the host server and the other virtuals, but no servers on the Internet.

    I set IPv6 forwarding for all interfaces:
    net.ipv6.conf.default.forwarding = 1
    net.ipv6.conf.all.forwarding = 1
    net.ipv6.conf.default.proxy_ndp = 1
    net.ipv6.conf.all.proxy_ndp = 1

    I try this solution: http://kbeezie.com/ipv6-openvz-venet/ - unfortunately it did not help, although everything seems to be well adjusted (routes, gateways...), from virtual servers IPv6 does not work.

    Is there any way to do this? At least through the 6to4 tunnel?

    Thanks, Jiri
     

Share This Page