6,534
edits
Changes
--devnodes should be enough
== Granting container an access to TUN/TAP ==
Allow your container to use the tun/tap device by running the following commands on the host node:
CTID=101
vzctl set $CTID --devnodes net/tun:rw --save
vzctl set $CTID --devices c:10:200:rw --save
== Configuring VPN inside container ==