看着man ip-route
,我在下面看到这个部分protocol
:
static - the route was installed by the
administrator to override dynamic routing.
Routing daemon will respect them and,
probably, even advertise them to its peers.
管理员如何设置这些?系统某处是否有配置文件?
看着man ip-route
,我在下面看到这个部分protocol
:
static - the route was installed by the
administrator to override dynamic routing.
Routing daemon will respect them and,
probably, even advertise them to its peers.
管理员如何设置这些?系统某处是否有配置文件?
是的,但是该路由在配置中的位置因分布而异——实际上还因主机的配置方式而异。它可能与接口配置一起驻留在 /etc/routes 中,或者通过 DHCP、VPN 或主机上运行的其他软件进行设置。
如果有您要解决的问题,请提供具体信息。