* please post the container config `pct config <VMID>`
* please also post the files from inside the container - showing what is missing and should be set
Thanks
Hi,
root@pve:~# pct config 100
arch: amd64
cores: 2
hostname: cloud
memory: 8192
nameserver: 1.1.1.1 1.0.0.1 9.9.9.9
net0: name=eth0,bridge=vmbr0,gw=192.168.1.1,hwaddr=16:5F:28:14:BF:B5,ip=192.168.1.206/24,type=veth
onboot: 1
ostype: centos
rootfs: local-lvm:vm-100-disk-0,size=8G
searchdomain: acoustica.earth
startup: order=2
swap: 512
unprivileged: 1
The resulting /etc/resolv.conf is:
[root@cloud ~]# cat /etc/resolv.conf
# Generated by NetworkManager
search acoustica.earth
[root@cloud ~]#
This container is centos 8 stream. Things didn't happen with centos 7 or debian containers on other 6.3 pve servers. Troubles on this server appeared while it was at 6.3 version and now that is 6.4.
I have just created two centos 7 and centos 8 containers and things are as they should be. I think troubles start to happen after converting a stock centos 8 container to centos stream. Needs some more investigation.