24
edits
Changes
m
<pre># vzctl exec 101 mkdir -p /dev/net# vzctl exec 101 mknod /dev/net/tun c 10 200# vzctl exec 101 chmod 600 /dev/net/tun</pre>
→Granting container an access to TUN/TAP
And create the character device file inside the container:
== Configuring VPN inside container ==