Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Quagga in VE

7 bytes added, 08:59, 19 October 2009
use proper template in a proper way
Quagga inside a VE CT requires 3 Linux capabilities configured for the container on the hostnodehost node:
vzctl set <id> CTID --capability net_admin:on --save vzctl set <id> CTID --capability net_raw:on --save vzctl set <id> CTID --capability sys_admin:on --save
When they are not configured, you'll see the following symptoms when starting up zebra:
exit_group(1) = ?
Note: {{Warning|granting capabilities for a container can have reduced security implications - ensure you fully understand the repercussions of granting any of the above capabilities before using in production.}}
[[Category: Networking]]