Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

IPv6 Configuration

86 bytes removed, 03:01, 25 January 2010
no edit summary
= Configuring IPV6 in a VE =
Assuming you want are using veth devices to enable networking on the host for its VEs, you simply setup the /etc/sysconfig/network-scripts/ifcfg-ethN files exactly the same way as for a non-VE system. If you are using IPv6 auto-configuration you wont have to add globally routable ipv6 addressesanything special to your VEsthe VE icfg-ethN files. Otherwise, follow these instructionsstandard Linux HOWTOs for configuring IPv6 apply to the VE and are not duplicated here.
== Preparation See also ==* [[IPv6]]On the HN, first make sure /etc/vz/vz.conf has IPV6="yes"* [[VEs and your HN is working correctly for ipv6. On the HN, do:  echo 1 > /proc/sys/net/ipv6/conf/all/forwarding echo 1 > /proc/sys/net/ipv6/conf/all/proxy_ndp == Adding each VE == On the HN, do:  vzctl set $VEID --ipadd 2001:xxxx:xxxx::xxxx --save To enable the HN to reply to Neighbor Solicitation requests, do:  ip -6 neigh add proxy 2001:xxxx:xxxx::xxxx dev eth0HNs in same subnets]]
Anonymous user