Hello all. I needed to reboot my Proxmox server to get into BIOS and change fan speed settings. After boot I could not longer reach it on static IP. There were no vmbr0 interface available. Network port on my router was also not up. Managed to solve it by restarting networking.service. After restart:
Some output of my settings:
After I restarted the service link went up and I could ping/reach the server again. Proxmox webui was working but all the VM and LXC were stopped so I had to start them all manually.
I kindly ask for advise what could the problem be with network during the restart that caused it not to properly start.
Thank you.
Code:
root@proxmox:~# journalctl -u networking.service -f
-- Journal begins at Mon 2021-12-27 16:29:55 CET. --
Jan 15 16:03:10 proxmox systemd[1]: Stopped Network initialization.
-- Boot 2d2296f40e6d473498cb972d99b12992 --
Jan 15 16:09:40 proxmox systemd[1]: Dependency failed for Network initialization.
Jan 15 16:09:40 proxmox systemd[1]: networking.service: Job networking.service/start failed with result 'dependency'.
-- Boot d9514ddd5ee342e484c91b63d8c78757 --
Jan 15 16:21:31 proxmox systemd[1]: Dependency failed for Network initialization.
Jan 15 16:21:31 proxmox systemd[1]: networking.service: Job networking.service/start failed with result 'dependency'.
-- Boot df08ad1fb8724131b8f6471a6182af6f --
Jan 15 16:28:16 proxmox systemd[1]: Dependency failed for Network initialization.
Jan 15 16:28:16 proxmox systemd[1]: networking.service: Job networking.service/start failed with result 'dependency'.
Jan 15 16:36:18 proxmox systemd[1]: Starting Network initialization...
Jan 15 16:36:18 proxmox networking[12591]: networking: Configuring network interfaces
Jan 15 16:36:18 proxmox systemd[1]: Finished Network initialization.
Some output of my settings:
Code:
# lspci | grep 'Ethernet'
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.28.70/24
gateway 192.168.28.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
iface wlp3s0 inet manual
After I restarted the service link went up and I could ping/reach the server again. Proxmox webui was working but all the VM and LXC were stopped so I had to start them all manually.
I kindly ask for advise what could the problem be with network during the restart that caused it not to properly start.
Thank you.