thanks for the reply, I had a look at /etc/init.d/network and noted that it does use the same static-route file, but for some reason doesnt seem to pick up entries listed in it. Thanks again, Regards, Ben ----- Original Message ----- From: "Patrick Boutilier" <boutilpj@xxxxxxxxxxx> To: "For users of Fedora Core releases" <fedora-list@xxxxxxxxxx> Sent: Thursday, April 01, 2004 12:56 PM Subject: Re: static routes after reboot > > > Ben Halicki wrote: > > Hi all, > > > > I used to be able to add static routes to /etc/sysconfig/static_routes > > in redhat 7,8 but fedora seems to ignore this file. Does anyone know > > how to maintain static routes after a reboot? > > > > Thanks in advance, > > /etc/sysconfig/static-routes > > > Easy enough to find out using grep. > > > # grep static /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 > > > > > > > Ben Halicki > > Information Technology Officer > > Macquarie Textiles Group Ltd > > Phone: 02 6043 0235 > > Fax: 02 60411 321 > > E-mail ben.halicki@xxxxxxxxxxxxxxxxxxxxxxxx > > <mailto:ben.halicki@xxxxxxxxxxxxxxxxxxxxxxxx> > > > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >