Welcome Guest. Please Login or Register  


You are here: Index > Virtualizor - Virtual Server Control Panel > General Support > Topic : Have any options for enable TUN/TAP for LXC Container



Threaded Mode | Print  

 Have any options for enable TUN/TAP for LXC Container (1 Replies, Read 9511 times)
loveminds
Group: Member
Post Group: Newbie
Posts: 1
Status:
Have any options for enable TUN/TAP for LXC Container at Admin or User Panel that Can let user using TUN/TAP like SolusVM OpenVZ
IP: --   

Have any options for enable TUN/TAP for LXC Container
epadicom
Group: Member
Post Group: Newbie
Posts: 15
Status:
We are using LXC as OpenVZ instead.
To use a tun/tap device it must be created inside the container on every boot.
Simple add the following code to your /etc/rc.local inside before @exit:

Quote
if ! [ -c /dev/net/tun ]; then
mkdir -p /dev/net
mknod -m 666 /dev/net/tun c 10 200
fi


Thats it!

-----------------------
e-Padi.com hosting murah Indonesia

VPS Murah Indonesia, Register Domain, Dedicated Server Indonesia
Mobile/WhatsApp: +62811682661
IP: --   

« Previous    Next »

Threaded Mode | Print  



Jump To :


Users viewing this topic
1 guests, 0 users.


All times are GMT. The time now is March 28, 2024, 9:44 am.

  Powered By AEF 1.0.8 © 2007-2008 Electron Inc.Queries: 11  |  Page Created In:0.024