CentOS Persistent Static Routes
March 21st, 2009 . by DaveFor each device create the file /etc/sysconfig/network-scripts/route-eth0 (eth0 in this example)
One line per static route please:
10.10.2.0/24 via 192.168.1.2 dev eth0
10.10.1.0/24 via 192.168.1.2 dev eth0
service network restart