Changes

Jump to: navigation, search

IPv6 Configuration

578 bytes added, 07:09, 12 December 2008
First cut at actual documentation
= Configuring IPV6 in a VE =

Assuming you want to add globally routable ipv6 addresses
to your VEs, follow these instructions.

== Preparation ==

On the HN, first make sure /etc/vz/vz.conf has IPV6="yes"
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 eth0
38
edits

Navigation menu