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

  • net.txt
    3.8 KB · Views: 8

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!