PVE 8.2.2 default route goes missing after reboot.

Just got a reply from Proxmox Support (Alexander), they're on it.
In the meantime, the workaround he provided is simple:

In /etc/network/interfaces, move
source /etc/network/interfaces.d/*
from the bottom up "above the vlan-interface where you define the gateway".

In my case, i placed it right below the sdn-bridge.

systemctl restart networking.service
now works properly, the default route doesn't vanish anymore.
 
  • Like
Reactions: kellogs
Just got a reply from Proxmox Support (Alexander), they're on it.
In the meantime, the workaround he provided is simple:

In /etc/network/interfaces, move
source /etc/network/interfaces.d/*
from the bottom up "above the vlan-interface where you define the gateway".

In my case, i placed it right below the sdn-bridge.

systemctl restart networking.service
now works properly, the default route doesn't vanish anymore.
thank you so much for the resolution. I would try now also.
 
I can confirmed that this is working! I moved it up all the way under here

auto lo
iface lo inet loopback

iface ens15f1 inet manual

iface enp131s0f0 inet manual

iface enp131s0f1 inet manual

iface ens15f0 inet manual

source /etc/network/interfaces.d/*
 

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!