Hi there,
Since we still have PVE 6.4 we want/need to update it. However, we are facing a particular drawback.
The host hosts 25 virtual machines / containers and, when they are running, it is possible to do - for example - an apt-update without problems.
The problem arises when they are shut down, that apt command is no longer responding.
DNS are well known
Ping to the gateway works. Also to DNSs
Routing table
So, any idea that will allow us to achieve the above mentioned goal will be very much appreciated.
Since we still have PVE 6.4 we want/need to update it. However, we are facing a particular drawback.
The host hosts 25 virtual machines / containers and, when they are running, it is possible to do - for example - an apt-update without problems.
The problem arises when they are shut down, that apt command is no longer responding.
Bash:
Temporary failure resolving 'download.proxmox.com'
DNS are well known
Bash:
# cat /etc/resolv.conf
nameserver 8.8.8.8
nameserver 1.1.1.1
nameserver 208.67.222.222
Ping to the gateway works. Also to DNSs
Bash:
# ping 192.168.10.1
PING 192.168.10.1 (192.168.10.1) 56(84) bytes of data.
64 bytes from 192.168.10.1: icmp_seq=1 ttl=64 time=1.25 ms
64 bytes from 192.168.10.1: icmp_seq=2 ttl=64 time=1.48 ms
64 bytes from 192.168.10.1: icmp_seq=3 ttl=64 time=0.987 ms
Bash:
# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno99 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.8.2/22
hwaddress bc:97:e1:9b:76:08
gateway 192.168.10.1
bridge-ports eno99
bridge-stp off
bridge-fd 0
Routing table
Bash:
# ip route show
default via 192.168.10.1 dev vmbr0 onlink
192.168.8.0/22 dev vmbr0 proto kernel scope link src 192.168.8.2
So, any idea that will allow us to achieve the above mentioned goal will be very much appreciated.