I have already installed my Solaris 10 Server, I was tryin to implement the routing in the file /etc/init.d/inetsvc (/etc/rc2.d/S98inetsvc) as in Solaris 8.
And this is why you should never mess with binary / system files but stick to configuration files. Editing rc.d scripts directory is very poor administration.
What you should be doing is looking into the routeadm(1M) command for starters. Further good readings are the manualpages for 'ifconfig(1M)' and 'in.routed(1M)'.
I have already installed my Solaris 10 Server, I was
tryin to implement the routing in the file
/etc/init.d/inetsvc (/etc/rc2.d/S98inetsvc) as in
Solaris 8.
!! this file does not exists!!
How install routings in Solaris 10 6/06 ??
It depends on what your routing script does. Solaris 10 introduces persistent routing, so you may just need to add the route once (persistently), then let the system take care of it.