Ich habe Alpine 3.12 als CT auf PROXMOX 6.2-15 laufen.
TUN/TAP Konfiguration Host:
/var/lib/lxc/$CTID
/etc/pve/lxc/$CTID.conf
Wenn ich jetzt wie im Alpine Wiki beschrieben OpenVPN installiere bekomme ich diesen Fehler.
TUN/TAP Konfiguration Host:
/var/lib/lxc/$CTID
Bash:
cd ${LXC_ROOTFS_MOUNT}/dev
mkdir net
mknod net/tun c 10 200
chmod 0666 net/tun
/etc/pve/lxc/$CTID.conf
Bash:
unprivileged: 0
lxc.cgroup.devices.allow: c 10:200 rwm
lxc.hook.autodev: sh -c "modprobe tun; cd ${LXC_ROOTFS_MOUNT}/dev; mkdir net; mknod net/tun c 10 200; chmod 0666 net/tun"
Wenn ich jetzt wie im Alpine Wiki beschrieben OpenVPN installiere bekomme ich diesen Fehler.
Bash:
Alpine1:~# modprobe tun
modprobe: can't change directory to '/lib/modules': No such file or directory