Re: [osol-help] [networking-discuss] Static route

2007-12-30 Thread Peter Memishian

  Don't know if anyone already mentioned this, but just in case no one  
  has, the new (yet backward compatible) method for ensuring persistent  
  services and state across reboots is SMF.
  
  man {svccfg,svcadm,svcs,smf}

Most network configuration is not yet tied into SMF (though this will
likely change soon).

--
meem
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] [networking-discuss] Static route

2007-12-26 Thread Peter Memishian

  Other than default routes, I don't think there is an official method
  of setting static routes. (Default routes go in /etc/defaultrouter).
  All other static routes, should be put in a custom startup script
  that would most likely reside in /etc/rc2.d, but could also reside in
  /etc/rc3.d. (Forgive me if there is now an official method, but this
  is how I have done it for years).
  
  -Brian
  
  P.S. - CC'ing in networking-discuss, in case there is a new standard 
  method.

Try the new -p option to route(1M).

-- 
meem
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] [networking-discuss] Static route

2007-12-26 Thread Peter Memishian

  http://www.genunix.org/wiki/index.php/OpenSolaris_New_User_FAQ#Q:_How_do_I_add_static_routes.3F
  
  One question. Where/how are these routes stored on disk?

How they're stored is an implementation detail and not something that
can be relied on -- but currently it's /etc/inet/static_routes.

--
meem
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org