筆者proxmox ve版本:6.2-11

由於lxc容器默認無法使用tun網卡

編輯lxc容器的設定檔:

/etc/pve/lxc/<your lxc container id>.conf

假定lxc容器名稱爲102,即爲:

vim /etc/pve/lxc/102.conf

在文本中,加入以下內容,即可啓用tun網卡

lxc.mount.entry = /dev/net/tun dev/net/tun none bind,create=file
lxc.mount.entry: /dev/net dev/net none bind,create=dir
lxc.cgroup.devices.allow: c 10:200 rwm
lxc.apparmor.profile: generated
lxc.apparmor.allow_nesting: 1