route 路由配置 发表于 2023-08-22 | 更新于 2024-01-12 | 分类于 Linux | 阅读次数: | 字数: 716 | 时长 ≈ 1 分钟 标签 shell route 查看路由123456789[root@yl ~]$ routeKernel IP routing tableDestination Gateway Genmask Flags Metric Ref Use Ifacedefault gateway 0.0.0.0 UG 0 0 0 eth0default gateway 0.0.0.0 UG 100 0 0 eth010.254.39.0 0.0.0.0 255.255.255.0 U 0 0 0 eth010.254.39.0 0.0.0.0 255.255.255.0 U 100 0 0 eth0link-local 0.0.0.0 255.255.0.0 U 0 0 0 eth0172.19.0.0 0.0.0.0 255.255.0.0 U 0 0 0 br-078ffef7667a 配置路由1234# 添加一条网络路由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 许可协议。如果文章内容对你有用,请记录到你的笔记中。本博客站点随时会停止服务,请不要收藏、转载!