host routes
Hello,
I am trying to figure out how to add a persistent route to the routing table on one of my Solaris servers.
On my Windows boxes I can set a persistent route to 10.10.1.25 via 10.10.1.1 by using the following command at the command line:
route add 10.10..x. mask 255.255.0.0 10.10.1.1 -p
Is there a way to do this in Solaris?
Thanks,
Mike

