Hi Paul, Here's what works for me: I create a file /etc/init.d/static-routes and put my static-routes into it. Then I make this file executable (chmod u=rwx static-routes). Finally I just add this entry in /rc/rc.d/rc.local: sh /etc/init.d/static-routes. hth Jacqueline > In RH7.3 I used the file /etc/sysconfig/static-routes to setup a single > static route I needed. It seems that this file is now ignored in Fedora. > I did a Google search and did not come up with any entry which helped me > identify the replacement file and its contents format. Can someone > please point me in the direction of the proper file and its format that > I need in order to setup my one route? Or is the proper methodology to > use the route add command in a init script? > > Thanks. > > -- > Paul (ganci@xxxxxxxxxx) > > > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list >