added tip about radvd in OpenVZ
This commit is contained in:
parent
aa43ac7ec1
commit
3047f77e69
1 changed files with 2 additions and 1 deletions
|
@ -42,3 +42,4 @@ tips for Linux
|
||||||
* DISK_QUOTA=no
|
* DISK_QUOTA=no
|
||||||
* IPV6="yes"
|
* 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.
|
Loading…
Add table
Add a link
Reference in a new issue