I have proxmox running on a root server. Server has 2 public IPs. First IP is the proxmox host. Second IP is CT wit OPENvpn running.
Now i want two create one LAMP-CT. It should be reached by public Domain. For That i created one MASQUERADE vmbr1.
So far everything is working. Now I want to get...
Ich habe Alpine 3.12 als CT auf PROXMOX 6.2-15 laufen.
TUN/TAP Konfiguration Host:
/var/lib/lxc/$CTID
cd ${LXC_ROOTFS_MOUNT}/dev
mkdir net
mknod net/tun c 10 200
chmod 0666 net/tun
/etc/pve/lxc/$CTID.conf
unprivileged: 0
lxc.cgroup.devices.allow: c 10:200 rwm
lxc.hook.autodev: sh -c...