How can I permanently remove/delete a line in route with CentOS 6
Solution 1:
Check /etc/sysconfig/network-scripts/route-eth0,
Grep recursivly for 176.0.0.0 in /etc for the file containing the route
# grep -r "176.0.0.0" /etc
Check /etc/sysconfig/network-scripts/route-eth0,
Grep recursivly for 176.0.0.0 in /etc for the file containing the route
# grep -r "176.0.0.0" /etc