Hey all, long time Proxmox user, and I've been having networking issues for a few days in new containers that I've made using scripts that spawn LXCs using the pct create command, and I've found the issue is that any container I create from a Debian or Ubuntu template using pct create sets /etc within the container to not be world readable.
For example:
Read more
For example:
Code:
root@Proxmox:~# pct create 107 HDD:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst -features keyctl=1,nesting=1 -hostname testdebian...
Read more