Добрый день
# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug ens18
iface ens18 inet static
address 192.168.10.55
netmask 255.255.255.0
gateway 192.168.10.1
up route add -net 192.168.1.0 netmask 255.255.255.0 gw 192.168.10.20
Почему не появляется в ip route новый маршрут, делал и /etc/init.d/networking restart, и /etc/init.d/networking reload, и хост перезагружал…
Что не так делаю?