No Network connectivity after reboot

KenyBDG

Active Member
Aug 10, 2019
13
0
41
39
Hello,

Topic sound quite simple but unfortunately not for me, because Im not proxmox enviroment expert
I don't know what it's really happen, but when I restarted Proxmox, I completly lost network connectivity.


Fortunately I can get to the console and log in as root.


Here is a few screenshots

Because enp2s0 is DOWN, there is no interface in /etc/network
3.JPG

1.JPG

then: ip link set enp2s0

2.JPG
After this command, enp2s0 is UP

vi /etc/network/interface

auto lo iface lo inet loopback iface enp2s0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.1.30 netmask 24 gateway 192.168.1.1 bridge-ports enp2s0 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094

I have no idea how to fix this issue, maybe NIC is broken ?
 
Did you install the PVE 7 Beta? This is a known issue, and a new kernel package is already available in the pvetest repository.
Until you had a change to upgrade the kernel, you can remove the bridge-vlan-aware and bridge-vids settings and run `ifreload -a`.