Hi everyone,
I have a networking issue with my proxmox server. Yesterday I upgraded from 7.4 to 8.0 and had no issues until the reboot. The "networking" service hang at boot and refuse to work properly, after a few hours I was able to access my proxmox server with ssh by adding a killing timer to it using a livecd.
Also, I can make my network work with a very specific setup, any other don't work. Here's the one I currently have and that work (still needed to kill networking.service to fully boot):
If I use my old interfaces configuration, it doesn't work anymore (no interface go up and I still need to kill networking.service to boot):
Here's the logs I've been able to get from networking.service in verbose mode (using eno1 only): https://pastebin.com/wjEkDu22
ifupdown2 logs: https://pastebin.com/G1VzFTHY
Any idea of what I could try to fix that?
Thank you
I have a networking issue with my proxmox server. Yesterday I upgraded from 7.4 to 8.0 and had no issues until the reboot. The "networking" service hang at boot and refuse to work properly, after a few hours I was able to access my proxmox server with ssh by adding a killing timer to it using a livecd.
Also, I can make my network work with a very specific setup, any other don't work. Here's the one I currently have and that work (still needed to kill networking.service to fully boot):
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet static
address 217.x.x.x/23
gateway 217.x.x.1
#iface eno2 inet manual
If I use my old interfaces configuration, it doesn't work anymore (no interface go up and I still need to kill networking.service to boot):
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
#iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 217.x.x.x/23
gateway 217.x.x.1
bridge-ports eno1
bridge-stp off
bridge-fd 1
pointopoint 217.x.x.1
bridge_hello 2
bridge_maxage 12
Here's the logs I've been able to get from networking.service in verbose mode (using eno1 only): https://pastebin.com/wjEkDu22
ifupdown2 logs: https://pastebin.com/G1VzFTHY
Any idea of what I could try to fix that?
Thank you
Last edited: