Interfaces down after reboot

jhpx

New Member
Jun 11, 2024
1
0
1
Since yesterday i am encountering issues with my network. The interfaces seem to always be "down" whenever the proxmox hosts boots, and i have no idea why this is happening. This issue can be fixed by restarting the networking service, but it would be really nice to resolve it properly.

Code:
auto lo
iface lo inet loopback

iface eno1np0 inet manual

auto vmbr0
iface vmbr0 inet static
        bridge-ports eno1np0
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094

auto vmbr0.10
iface vmbr0.10 inet static
        address 10.10.10.10/17
        gateway 10.10.0.1

auto vmbr0.200
iface vmbr0.200 inet static
        address 192.168.200.10/24
        gateway 192.168.200.1

auto vmbr0.100
iface vmbr0.100 inet static
        address 172.16.100.10/24
        gateway 172.16.100.1


iface eno2np1 inet manual

iface enxbe3af2b6059f inet manual


source /etc/network/interfaces.d/*

I have attached the logs to this post.

Any help would be greatly appreciated. Thanks!
 

Attachments