![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error while adding a new user using Solaris Management Console. | response_manu | SUN Solaris | 0 | 12-20-2006 02:20 AM |
| Adding an additional harddrive in solaris 9 | GLJ@USC | UNIX for Dummies Questions & Answers | 5 | 08-09-2006 11:35 AM |
| adding interfaces in solaris 9 | BG_JrAdmin | UNIX for Dummies Questions & Answers | 2 | 03-28-2005 08:18 AM |
| Adding Fonts to Solaris 2.8 | Breen | UNIX for Advanced & Expert Users | 2 | 09-19-2002 09:43 AM |
| Adding an interface to solaris? | mmaniscalco | UNIX for Dummies Questions & Answers | 1 | 02-06-2001 07:22 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
adding routes in Solaris
Solaris Guru's
What is the proper way to add routes in the routing table so after a node reboot the routes will not be lost. I understand the /etc/defaultrouter for the default router and the <route add> command but using this command routes will be removed once the node reboots. Thanks |
| Forum Sponsor | ||
|
|
|
|||
|
Thanks for the reply, if this files not exist, do I create a file name routes, and if this is the case will the entries follow this format
10.0.83.5 10.0.97.249 10.0.83.5 is the destination and .249 is the gateway, just asking the proper file layout. Thanks again. |
|
|||
|
/etc/defaultrouter normally for putting in the defaulrtouter or default gateway.
if your want to add other routes ... example the command to add routes is /usr/sbin/route add net 172.20.10.0 <gateway IP> /usr/sbin/route add host 192.10.10.10 <gateway IP> normally we create a file called S99routeadd, chmod 755 to it and place it under /etc/rc3.d so that everytime it reboots and system comes up it will autorun the script and add the routes. |
|
|||
|
Quote:
|
|||
| Google UNIX.COM |