Changes

Jump to: navigation, search

VPN via the TUN/TAP device

15 bytes removed, 18:19, 12 March 2008
m
Granting container an access to TUN/TAP
And create the character device file inside the container:
<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>
== Configuring VPN inside container ==
24
edits

Navigation menu