Have any options for enable TUN/TAP for LXC Container https://www.softaculous.com/board/index.php?tid=15540 <![CDATA[Have any options for enable TUN/TAP for LXC Container]]> https://www.softaculous.com/board/index.php?tid=15540&tpg=1#p51515 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!]]>
Tue, 08 Dec 2020 16:52:58 GMT https://www.softaculous.com/board/index.php?tid=15540&tpg=1#p51515
<![CDATA[]]> https://www.softaculous.com/board/index.php?tid=15540&tpg=0#p46843 Fri, 02 Aug 2019 00:48:59 GMT https://www.softaculous.com/board/index.php?tid=15540&tpg=0#p46843