[SOLVED] Bridge issues (I think)

Galasin

New Member
Mar 13, 2023
3
0
1
Our ProxMox was working fine until a reboot. Now, there's no activity through the NIC, which also means no GUI (which also means no screenshots, only pictures). This is what I have so far:
ip -details l:
ip -details l small.JPG

/etc/network/interfaces:
etc-network-interfaces small.JPG

I'm not certain, but the fact that the bridge_slave is disabled instead of forwarding on interface enp1s0 leads me to believe it's part of the issue. How can I change that interface to forwarding?

We have no network connection whatsoever, so I can't ssh, can't ping, etc.
I have tried disabling and re-enabling the network. Initially, the bridge wasn't set-up through the interfaces file, it was connected to eno1, but was still having the same issue.

Been dealing with this for a little while today. Any help/direction is greatly appreciated.

Cheers,
Galasin
 
Our ProxMox was working fine until a reboot. Now, there's no activity through the NIC, which also means no GUI (which also means no screenshots, only pictures). This is what I have so far:
ip -details l:
View attachment 48103

/etc/network/interfaces:
View attachment 48105

I'm not certain, but the fact that the bridge_slave is disabled instead of forwarding on interface enp1s0 leads me to believe it's part of the issue. How can I change that interface to forwarding?

We have no network connection whatsoever, so I can't ssh, can't ping, etc.
I have tried disabling and re-enabling the network. Initially, the bridge wasn't set-up through the interfaces file, it was connected to eno1, but was still having the same issue.

Been dealing with this for a little while today. Any help/direction is greatly appreciated.

Cheers,
Galasi
I got it back up and running. I edited the interfaces file to eno1 instead of enp1s0 and then rebooted. It's still a mystery since when I started the bridge was with eno1, but I won't look a gift horse in the mouth.

Cheers,
Brice