Code:
GNU nano 7.2 interfaces
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
iface enp0s25 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.***.***.***/24
gateway 192.***.***.*
bridge-ports enp0s25
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
So in my case it is enp0s25 or vmbr0? And where to place the line?
Thank you for the help - I hope the best to have proxmox high available again.