root@new [~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
178.18.23.200 0.0.0.0 255.255.255.255 UH 0 0 0 eth0
178.18.23.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0
176.0.0.0 0.0.0.0 248.0.0.0 U 0 0 0 eth0
0.0.0.0 178.18.23.253 0.0.0.0 UG 0 0 0 eth0
我可以使用以下命令删除 176.0.0.0 条目
route delete -net 176.0.0.0/5
这有效,但重启后这条线又回来了。有知道如何永久删除它吗?
答案1
检查 /etc/sysconfig/network-scripts/route-eth0,
在 /etc 中递归地查找包含该路由的文件 176.0.0.0
# grep -r "176.0.0.0" /etc