当前位置: 技术问答>linux和unix
帮看下route查看的路由怎么删除?
来源: 互联网 发布时间:2016-12-02
本文导语: # route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.99.0 * 255.255.255.0 U 0 0 0 eth0_3 50.40.2.0 ...
# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.99.0 * 255.255.255.0 U 0 0 0 eth0_3
50.40.2.0 * 255.255.255.0 U 0 0 0 eth0_1
163.163.0.0 * 255.255.0.0 U 0 0 0 SD5000
default 50.40.2.1 0.0.0.0 UG 0 0 0 eth0_1
输入route时,路由的信息显示特别慢。
问题1、慢是跟eth0_1有两个路由有关系吗?
问题2、50.40.2.0这个路由怎么删除?
问题3、为什么我能ping通50.40.2.12,但是ping不通50.40.2.1。50.40.2.12的默认路由是50.40.2.1。
呼叫熊猫。。。。
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.99.0 * 255.255.255.0 U 0 0 0 eth0_3
50.40.2.0 * 255.255.255.0 U 0 0 0 eth0_1
163.163.0.0 * 255.255.0.0 U 0 0 0 SD5000
default 50.40.2.1 0.0.0.0 UG 0 0 0 eth0_1
输入route时,路由的信息显示特别慢。
问题1、慢是跟eth0_1有两个路由有关系吗?
问题2、50.40.2.0这个路由怎么删除?
问题3、为什么我能ping通50.40.2.12,但是ping不通50.40.2.1。50.40.2.12的默认路由是50.40.2.1。
呼叫熊猫。。。。
|
直接 man route
有个 delete 选项的。
有个 delete 选项的。
|
route del default gw 50.40.2.0
|
route del -net 网段 netmask 掩码
|
输入route时,路由的信息显示特别慢, 通常是和DNS解析有关系,如过 route -n 还慢才不对劲