我看到以下配置让我有点头疼
iface ens192 inet static
address 10.27.202.21
netmask 255.255.255.0
network 10.2.0.0
broadcast 10.27.0.255
gateway 10.27.202.1
dns-nameservers 10.27.2.3
dns-search my.local.lan
我了解所有基本参数,如广播、网络掩码、网关等,但很难找到有关“网络”参数以及如何解释它的任何信息。
对我来说这似乎有点不对,但不知何故它却有效。
为什么这个“网络”参数没有在所有静态配置中使用?(debian 文档)我可以简单地忽略它吗?
我正在使用 debian 10 系统。