I have the very latest PVE 5.2 installed, fully patched to the latest versions. I have what appears to be the bridge configured correctly, what is bizarre for me is that I have a single container running and you can log into the container but then about exactly (30 seconds) the connection just dies hard. You then have to disconnect hard, then re-connect and your connection will stay active again for another 30 seconds. What would be killing it after 30 seconds?
The container that I have running isn't doing anything strange, the network for the VM is configured as:
net0: name=eth0,bridge=vmbr0,gw=10.0.1.3,hwaddr=46:46:18:36E:53,ip=10.0.6.221/20,type=veth
auto lo
iface lo inet loopback
auto enp3s0f0
iface enp3s0f0 inet manual
auto ensp3s0f1
iface enp3s0f1 inet manual
iface enp4s0f0 inet manual
iface enp4s0f1 inet manual
auto ens2f0
iface ens2f0 inet static
address 10.100.100.102
netmask 255.255.255.0
iface ens2f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.1.102
netmask 255.255.240.0
gateway 10.0.1.3
bridge_ports enp3s0f0
bridge_stp off
bridge_fd 0
bridge name bridge id STP enabled interfaces
vmbr0 8000.3c4a92f47bfc no enp3s0f0
veth271i0
vmbr0v1 8000.3c4a92f47bfc no enp3s0f0.1
I haven't seen this behavior before, so I'm not quite sure what to think.
The container that I have running isn't doing anything strange, the network for the VM is configured as:
net0: name=eth0,bridge=vmbr0,gw=10.0.1.3,hwaddr=46:46:18:36E:53,ip=10.0.6.221/20,type=veth
auto lo
iface lo inet loopback
auto enp3s0f0
iface enp3s0f0 inet manual
auto ensp3s0f1
iface enp3s0f1 inet manual
iface enp4s0f0 inet manual
iface enp4s0f1 inet manual
auto ens2f0
iface ens2f0 inet static
address 10.100.100.102
netmask 255.255.255.0
iface ens2f1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.1.102
netmask 255.255.240.0
gateway 10.0.1.3
bridge_ports enp3s0f0
bridge_stp off
bridge_fd 0
bridge name bridge id STP enabled interfaces
vmbr0 8000.3c4a92f47bfc no enp3s0f0
veth271i0
vmbr0v1 8000.3c4a92f47bfc no enp3s0f0.1
I haven't seen this behavior before, so I'm not quite sure what to think.
Last edited: