diff --git a/wiki/Tips.wiki b/wiki/Tips.wiki index 40a36308..c5b1b7bf 100644 --- a/wiki/Tips.wiki +++ b/wiki/Tips.wiki @@ -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] \ No newline at end of file + # 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. \ No newline at end of file