Hi everyone
My Proxmox network card(enp1s0) went dead this morning. Try to switch to another NIC inside the server(eno1). So I nano the file `/etc/network/interfaces`. Change it to
`
auto lo
iface lo inet loopback
iface eno1 inet manual
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.189/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
`
And use `ifreload -a` it come out the followings
...
Read more
My Proxmox network card(enp1s0) went dead this morning. Try to switch to another NIC inside the server(eno1). So I nano the file `/etc/network/interfaces`. Change it to
`
auto lo
iface lo inet loopback
iface eno1 inet manual
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.189/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
`
And use `ifreload -a` it come out the followings

Read more