Rick,
Thanks. It finally worked.
I put
any net 10.0.254.248 gw 63.214.2.234 netmask 255.255.255.252
in the "static-routes" file under /usr/sysconfig/.
In other words, to add specific route on to a specific interface, I probably
need to put the same info in a different place, I guess, as ot
The shell code from /etc/init.d/network
# Add non interface-specific static-routes.
if [ -f /etc/sysconfig/static-routes ]; then
grep "^any" /etc/sysconfig/static-routes | while read ignore args ; do
/sbin/route add -$args
done
fi
It onl
On Mon, 2003-01-20 at 00:11, Matthew Melvin wrote:
> On Fri, 17 Jan 2003 at 3:46pm (-0800), Toshi Esumi wrote:
>
> > Does someone have the same experience with RH8.0? I put a static router
> > statement in /etc/sysconfig/static-routes file as I did with RH7.0. But it
> > doesn't seem to work when
On Fri, 17 Jan 2003 at 3:46pm (-0800), Toshi Esumi wrote:
> Does someone have the same experience with RH8.0? I put a static router
> statement in /etc/sysconfig/static-routes file as I did with RH7.0. But it
> doesn't seem to work when I reboot the PC. It takes the same static route
> when I put
he way, is this described in someware like a man page or in a doc?
Toshi
-Original Message-
From: Matthew Melvin [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 19, 2003 4:11 PM
To: Toshi Esumi
Cc: '[EMAIL PROTECTED]'
Subject: Re: static-routes with RH8.0
On Fri, 17 Jan 2003 at 3:
Hey Toshi,
What is your ifconfig output?
Brent
*** REPLY SEPARATOR ***
On 1/17/03 at 3:46 PM Toshi Esumi wrote:
>Does someone have the same experience with RH8.0? I put a static router
>statement in /etc/sysconfig/static-routes file as I did with RH7.0. But it
>doesn't seem
On Sat, 2003-01-18 at 00:24, Ted Gervais wrote:
> On Friday 17 January 2003 07:46 pm, Toshi Esumi wrote:
> I seem to have the same problem.
>
> My /etc/sysconfig/static-routes file has 4 lines of routes in it but none of
> them show up when I run 'route -n '.
>
> I need to enter them manually fo
On Friday 17 January 2003 07:46 pm, Toshi Esumi wrote:
I seem to have the same problem.
My /etc/sysconfig/static-routes file has 4 lines of routes in it but none of
them show up when I run 'route -n '.
I need to enter them manually for them to 'take' or show.
Anyone have any ideas as to why