Routing Question

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Craig White
Date:  
Subject: Routing Question
On Thu, 2003-03-13 at 17:34, George Gambill wrote:
> On a Linux work station I edited /etc/init.d/network and added at the bottom
> just before the last "exit 0", the following
>
> route add -net 192.168.100.0 netmask 255.255.255.0 dev eth0
>
> when I restart the network (/etc/init.d/network restart) I get the message
> "SIOCADDRT: File exists"
>
> It works but is there a better place to be doing this???
>

-----
how about /etc/sysconfig/static-routes ?

you might want to delete /etc/init.d/network~

Craig