如何使用CentOS 6永久移除/删除一条路线?

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 

这工作,但重启后,这条线回来。 任何想法如何永久删除?

检查/ etc / sysconfig / network-scripts / route-eth0,

对于包含路由的文件,/ etc中的176.0.0.0需要grep recursivly

#grep -r“176.0.0.0”/ etc