----- Original Message -----
From: "Chris Funderburg" <[EMAIL PROTECTED]>
>
> /etc/sysconfig/network-scripts/route-eth0 and
> /etc/sysconfig/network-scripts/route-eth1
>
......
>
> Looking at the networking scripts it seems that the old
> /etc/sysconfig/static-routes script is now only used for aliases
> and IP6...
The /etc/sysconfig/network-scripts/ifup-routes script use
/etc/sysconfig/networking/devices/$1.route.
The /etc/sysconfig/network-scripts/route-$1 is the
old style format, like the script say:
...
# Older format
while read line; do
/sbin/ip route add $line
done < "/etc/sysconfig/network-scripts/route-$1"
???????????
Which is the exact file to use?
Thanks
Dario Lesca