首页 > 代码库 > linux 添加路由
linux 添加路由
查看路由 route -n
2.添加路由
route add -net 192.168.30.0/24 dev eth0 基于网卡添加
route add -net 192.168.40.0/24 gw 192.168.50.1 基于网关添加
route add -host 192.168.40.2 gw 192.168.50.1 基于主机添加
3.删除路由
route del -net 192.168.30.0/24 dev eth0
route del 192.168.40.2 gw 192.168.50.1
本文出自 “jurchens” 博客,请务必保留此出处http://6656395.blog.51cto.com/6646395/1871444
linux 添加路由
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。