On Tue, 12 Oct 1999, Tony Nugent wrote:

> Or give me a pointer to the relevant info?

Take a look at:
/etc/sysconfig/network-scripts/ifup-routes
Then look at the route man page.

It's a little weird.
If the route command-line you're aiming for is:
  route add -net 10.0.0.0 netmask 255.0.0.0 eth0
Then your /etc/sysconfig/static-routes file would look like:
  eth0 net 10.0.0.0 netmask 255.0.0.0
(The first word gets moved to the end, and "route add -" is prepended.)

- Kevin Vajk
  <[EMAIL PROTECTED]>


-- 
To unsubscribe:
mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to