Comments
www.linuxquestions.org/questions/linux-networking-3/how-to-add-a-persistent-route-in-debian-linux
Posted by crouse
please visit
www.unix.com/ip-networking/73526-solaris-8-networking-routing.html - 46k -
Posted by waqasahmad
Visit Following link:
http://www.linuxquestions.org/questions/linux-networking-3/how-to-add-a-persistent-route-in-debian-linux-623771/
Posted by sagitraz
Some helpful tips netstat -rn (see if the route exists)
Also route add command will go away when rebooted so it’s safe to add in /etc/init/routes or etc/defaultrouter"
(Solaris) or "/etc/sysconfig/network" (RedHat) file.
Posted by suresh123