From: Jeff Largent <jlargent@imagelinks.com>
To: - Luis - <unix@amigo.net.gt>
Cc: linux admin <linux-admin@vger.kernel.org>
Subject: Re: start up script
Date: Wed, 12 Feb 2003 13:09:18 -0500 [thread overview]
Message-ID: <3E4A8DCE.4070509@imagelinks.com> (raw)
In-Reply-To: <200302121145.34971.unix@amigo.net.gt>
The static-routes file based on your route statements would look
like:
eth0 net 10.3.1.0 netmask 255.255.255.0 gw 10.1.1.250
ech0 net 10.4.1.0 netmask 255.255.255.0 gw 10.1.1.250
eth0 net 10.8.1.0 netmask 255.255.255.0 gw 10.1.1.250
the answer is yes if the file dosn't exist create it and
just restart network "service network restart"
Jeff
- Luis - wrote:
> Thanks Scott, that static-routes file will make my day, but i look in
> /etc/sysconfig and is not there, can i just create one and restart the
> network services, or is more complicated than that?
>
>
> On Wednesday 12 February 2003 09:33, Scott Taylor wrote:
>
>>At 06:38 AM 2/12/03, - Luis - wrote:
>>
>>>This is my script:
>>>
>>>#!/bin/bash
>>>/sbin/route add -net 10.3.1.0 netmask 255.255.255.0 gw 10.1.1.250
>>>/sbin/route add -net 10.4.1.0 netmask 255.255.255.0 gw 10.1.1.250
>>>/sbin/route add -net 10.8.1.0 netmask 255.255.255.0 gw 10.1.1.250
>>>
>>>and its place in /etc/rc.d/init.d/routetable and the link its in
>>>/etc/rc.d/rc3.d/S55routetable
>>
>>There is more to writing a startup script than that.
>>
>>
>>>but i run it only executing /etc/rc.d/init.d/routetable as root
>>
>>I don't think it should make a difference at this point, unless your
>>network isn't running by S55. Are you sure you are starting only at run
>>level 3?
>>
>>
>>>how does it work chkconfig? or do i have to place this script in somewhere
>>>else?
>>
>>man chkconfig
>>It's a very handy tool for administering run level services.
>>
>>Didn't you say you were running a RedHat box? Version number would be
>>useful information, however, check to see if you have the file:
>> /etc/sysconfig/static-routes
>>
>>in it, add the line:
>>eth0 net 10.0.0.0 netmask 255.0.0.0 gw 10.1.1.250
>>
>>
>>>As long as eth0 is the NIC connected to 10.1.1.250
>>
>>/etc/init.d/network script reads this file for you, and does it in the
>>right place, and the next person to admin this RedHat box will know where
>>to look with out a bunch of fumbling around.
>>
>>Good luck.
>>
>>Scott.
>>
>>
>>-
>>To unsubscribe from this list: send the line "unsubscribe linux-admin" in
>>the body of a message to majordomo@vger.kernel.org
>>More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
--
Jeff Largent ImageLinks, Inc.
Sr System Admin Melbourne, Fl 32935
(321) 253-0011 fax:(321) 253-5559
next prev parent reply other threads:[~2003-02-12 18:09 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-11 23:05 start up script - Luis -
2003-02-12 6:35 ` Leonid Mamtchenkov
2003-02-12 7:23 ` Glynn Clements
2003-02-12 8:35 ` freddie
2003-02-12 11:24 ` terry white
2003-02-12 14:38 ` - Luis -
2003-02-12 15:33 ` Scott Taylor
2003-02-12 17:45 ` - Luis -
2003-02-12 18:09 ` Jeff Largent [this message]
2003-02-12 18:29 ` - Luis -
2003-02-12 16:07 ` terry white
2003-02-12 22:14 ` Glynn Clements
2003-02-12 22:21 ` Andrew B. Cramer
-- strict thread matches above, loose matches on Subject: below --
2003-03-02 18:43 Start Up Script Brian Bunnell
2003-03-06 15:55 ` James A. Pattie
2003-03-06 17:36 ` Arnt Karlsen
2003-03-06 15:28 Carol Anne Ogdin
2004-03-06 10:43 start up script Ravi Kumar Munnangi
2004-03-06 12:00 ` John Kelly
2004-03-06 17:12 ` Ray Olszewski
2004-03-09 14:09 ` Stephen Samuel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3E4A8DCE.4070509@imagelinks.com \
--to=jlargent@imagelinks.com \
--cc=linux-admin@vger.kernel.org \
--cc=unix@amigo.net.gt \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.