added tip about radvd in OpenVZ

This commit is contained in:
ahrenholz 2009-08-31 21:39:38 +00:00
parent aa43ac7ec1
commit 3047f77e69

View file

@ -41,4 +41,5 @@ tips for Linux
# modify the standard OpenVZ config in `/etc/vz/vz.conf` (reboot to enable these changes):
* DISK_QUOTA=no
* IPV6="yes"
# tips for installing OpenVZ on [Fedora]
# tips for installing OpenVZ on [Fedora]
# radvd (IPv6 router advertisement daemon) in OpenVZ - before starting a scenario, on the host node run `sysctl -w net.ipv6.conf.default.forwarding=0`; this should turn off IPv6 forwarding for the new veth interfaces that are created inside the container. If you try to set IPv6 forwarding within the container, you receive an "Operation not permitted" error. Linux hosts will ignore router advertisements when forwarding is turned on.