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
then: ip link set enp2s0
After this command, enp2s0 is UP
vi /etc/network/interface
I have no idea how to fix this issue, maybe NIC is broken ?
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
then: ip link set enp2s0
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 ?