1
edit
Changes
m
→Granting container an access to TUN/TAP
vzctl exec 101 mknod /dev/net/tun c 10 200
vzctl exec 101 chmod 600 /dev/net/tun
Make vzctl recreate device node on container startup:
vzctl set 101 --devnodes net/tun:rw --save
== Configuring VPN inside container ==