We have a proxmox system (7.2-1) that was not able to do DNS lookups when it was trying to self-update. What other info do you need about the environment to be able to help?
I went in and tried to add nameservers to /etc/network/interfaces, tried to ifdown and ifup vmbr0, and lost connectivity.
On power cycle by another member of my team, we found that it did not have vmbr0. So I drove to the DC, restored /etc/network/interfaces to EXACTLY what it was before, and rebooted again. It still has no vmbr0.
I commented everything for vmbr0 and put the IP address directly on enp8s0f0. Which makes it so we can get to the machine, but I really doubt that VM networking is going to function without the bridge.
Manually trying to create and configure vmbr0 does not work. This is the current config:
I went in and tried to add nameservers to /etc/network/interfaces, tried to ifdown and ifup vmbr0, and lost connectivity.
On power cycle by another member of my team, we found that it did not have vmbr0. So I drove to the DC, restored /etc/network/interfaces to EXACTLY what it was before, and rebooted again. It still has no vmbr0.
I commented everything for vmbr0 and put the IP address directly on enp8s0f0. Which makes it so we can get to the machine, but I really doubt that VM networking is going to function without the bridge.
Manually trying to create and configure vmbr0 does not work. This is the current config:
Code:
auto lo
iface lo inet loopback
auto enp8s0f0
iface enp8s0f0 inet static
address 10.10.11.79/22
netmask 255.255.252.0
gateway 10.10.10.1
#auto vmbr0
#iface vmbr0 inet static
# address 10.10.11.79/22
# netmask 255.255.252.0
# gateway 10.10.10.1
# bridge-prts enp8s0f0
# bridge-sp off
# bridge-fd 0
iface eno1 inet manual
iface eno2 inet manual
iface enp8s0f1 inet manual
Last edited: