ifcfg命令--route命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ifcfg命令--route命令相关的知识,希望对你有一定的参考价值。

1. route命令:路由管理命令
(1) 查看:route -n
技术图片

(2)添加
route add [-net|-host] target [netmask Nm] [gw Gw] [[dev] If]
上面名词解释
target the destination network or host. You can provide IP addresses in dotted decimal or
host/network names.
-net the target is a network.
-host the target is a host.

 示例:
   1). 目标主机地址:192.168.85.134 网关:202.195.160.97(本地网关必须与本地主机在同一网络地址)

技术图片
2).目标网络地址:192.168.0.0 网关:202.195.160.97
技术图片

(3)删除:route del
route del [-net|-host] target [netmask Nm] [gw Gw] [[dev] If]

  • 名词解释同上*
    示例:目标:192.168.85.34 网关:202.195.160.97
    技术图片

以上是关于ifcfg命令--route命令的主要内容,如果未能解决你的问题,请参考以下文章

Linux网络

linux网络配置文件及相关命令

VSCode自定义代码片段——git命令操作一个完整流程

Linux 命令(196)—— ifcfg 命令

VSCode自定义代码片段——cli的终端命令大全

VSCode自定义代码片段4——cli的终端命令大全