UNIX admin writes: > > There's a _much_ better way of adding persistent > > static routes now in > > Solaris. /etc/defaultrouters is a legacy hack, and > > we should eventually > > get rid of it. In Solaris 11, you can use > > route(1M)'s -p option to make > > routes persist. Just add -p to your route command > > above, and it will be > > configured automatically at every boot. > > Incidentally, these static > > routes are added after all interfaces on the system > > have been > > configured, including tunnels. > > I can't! I'm on Solaris 10 1/06! > > Should I open up a support case? I have Solaris support. Will they even be > willing to fix it?
This will be going back as part of a patch fairly soon as it's needed by a project that's delivering into S10. The wait shouldn't be too long. In the meantime, your best bet would be to create a custom service that's dependent on network/physical, or just a plain old rc3.d script, and add the desired "route add" command there. -- James Carlson, KISS Network <[EMAIL PROTECTED]> Sun Microsystems / 1 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ networking-discuss mailing list [email protected]
