CentOS 5, i manually added a static route to an ip to use the second network interface like so:
ip route add 123.456.7.89/32 via 192.168.10.101 dev eth1
is there a way to make this change be persistent upon reboot without adding it to startup script /etc/rc.d/rc.local ?
Thanks