route 路由配置

查看路由

1
2
3
4
5
6
7
8
9
[root@yl ~]$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default gateway 0.0.0.0 UG 0 0 0 eth0
default gateway 0.0.0.0 UG 100 0 0 eth0
10.254.39.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
10.254.39.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0
link-local 0.0.0.0 255.255.0.0 U 0 0 0 eth0
172.19.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-078ffef7667a

配置路由

1
2
3
4
# 添加一条网络路由
route add -net 172.23.3.0/24 gw 10.254.2.254
# 删除一条网络路由
route del -net 172.23.3.0/24 gw 10.254.2.254
  • 本文作者: forever杨
  • 本文链接: https://blog.yl-online.top/posts/4ecf12a.html
  • 版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。如果文章内容对你有用,请记录到你的笔记中。本博客站点随时会停止服务,请不要收藏、转载!