Hallo zurück,
hier ist die "interfaces" Datei. Die gesetzte Route funktioniert nicht und die PMG
schreibt GUI Änderungen in die interfaces.new. Die manuelle Route funktioniert
bis zum nächsten Neustart:
ip route add 192.168.10.0/24 via 192.168.200.1 dev ens192
/etc/network/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
auto ens192
iface ens192 inet static
address 192.168.200.10/24
gateway 192.168.200.254
up route add -net 192.168.10.0 netmask 255.255.255.0 via 192.168.200.1 ens192