Hello guys,
I have 3 old Lenovo Office PCs running as Proxmox Hosts.
All 3 of them have been updated to Proxmox 8 and worked fine.
I haven't been using the 3rd node for a while and after that I wanted to boot it up again it wouldn't come online.
Wake on LAN worked and after checking and trying different LAN ports cables etc I realized that is most likely a software problem.
I now have a seperate keyboard and monitor connected for debugging.
The network config in /etc/network/interfaces is exactly the same as on the other two nodes. (just the ip is different obviously)
It looks like this: (basically the same as default)
"auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.1.1.33/24
gateway 10.1.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0"
I am pretty much a proxmox noob, so I appreciate any tips with debugging this.
I have 3 old Lenovo Office PCs running as Proxmox Hosts.
All 3 of them have been updated to Proxmox 8 and worked fine.
I haven't been using the 3rd node for a while and after that I wanted to boot it up again it wouldn't come online.
Wake on LAN worked and after checking and trying different LAN ports cables etc I realized that is most likely a software problem.
I now have a seperate keyboard and monitor connected for debugging.
The network config in /etc/network/interfaces is exactly the same as on the other two nodes. (just the ip is different obviously)
It looks like this: (basically the same as default)
"auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.1.1.33/24
gateway 10.1.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0"
I am pretty much a proxmox noob, so I appreciate any tips with debugging this.