答案1
route
您应该删除接口文件中的额外复杂性。类似这样的方法应该可行。当两个接口使用同一个网关时, 您无需添加。
auto ens160 ens192
iface ens160 inet static
address 10.10.0.130/16
mtu 1500
iface ens192 inet static
address 10.10.0.131/16
gateway 10.10.0.1
dns-nameservers 10.10.0.5 10.10.0.127
mtu 1500