![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SCO Santa Cruz Operation (SCO) was a software company based in Santa Cruz, California which was best known for selling three UNIX variants for Intel x86. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Where are routes stored ? | hcclnoodles | SUN Solaris | 5 | 10-16-2006 11:41 PM |
| Multiple Default routes | rramanuj | AIX | 2 | 06-27-2005 08:35 AM |
| Setting Routes and such | djsal | Debian | 2 | 06-17-2004 07:49 AM |
| newbie questions on ntp and routes | jalburger | Linux | 1 | 06-15-2004 02:31 PM |
| How to add 2 gateway routes? | cstovall | UNIX for Dummies Questions & Answers | 3 | 07-25-2003 11:09 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
The system startup files are located in /etc/rc2.d. You can add a file to this directory with the routing entries you have made and each time the system boots, it will add the entries automatically.
I always use a filename that will appear at the bottom of the list in the /etc/rc2.d/directory: for example, "S99zed" Create the file and using vi, make the following entries: route add 192.168.1.0 -gateway 192.168.0.90 route add 192.168.200.0 -gateway 192.168.0.200 Each time the system boots it will read the S99zed file and add the routes. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|