Had an issue where Proxmox wouldn't boot so I updated the kernel and now none of my containers or VMs will start. If I make a new linux bridge and assign it to the container they will start but will not get an IP through DHCP and if I assign an IP it has no connection to the network.
Proxmox is on 7.1 and the kernel is 5.15.19-2-pve
here is my /etc/network/interfaces
Proxmox is on 7.1 and the kernel is 5.15.19-2-pve
here is my /etc/network/interfaces
Here is the config for the manual IPauto lo
iface lo inet loopback
auto enp5s0
iface enp5s0 inet manual
auto vmbr1
iface vmbr1 inet static
address 192.168.1.142/24
gateway 192.168.1.1
bridge-ports enp5s0
bridge-stp off
bridge-fd 0
this one is DHCParch: amd64
features: fuse=1
hostname: Plex
memory: 16384
net1: name=eth1,bridge=vmbr1,firewall=1,gw=192.168.1.1,hwaddr=DE:C2:01:6F:54:70,ip=192.168.1.9/24,type=veth
onboot: 1
ostype: debian
rootfs: ssd:subvol-100-disk-0,size=500G
startup: order=1
swap: 4096
arch: amd64
cores: 2
features: fuse=1,mknod=1,mount=nfs;cifs,nesting=1
hostname: Speedtest
memory: 1024
nameserver: 8.8.8.8
net0: name=eth0,bridge=vmbr1,hwaddr=52:F4559:F8,ip=dhcp,ip6=dhcp,type=veth
onboot: 1
ostype: ubuntu
rootfs: ssd:subvol-101-disk-0,size=20G
swap: 512