Bug 18804 - static routes not coming in correctly - linuxconf generated
Summary: static routes not coming in correctly - linuxconf generated
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: initscripts
Version: 7.0
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-10 13:07 UTC by Rudi Heitbaum
Modified: 2014-03-17 02:16 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-10-10 13:07:08 UTC
Embargoed:


Attachments (Terms of Use)

Description Rudi Heitbaum 2000-10-10 13:07:04 UTC
The static routes file generated from linuxconf creates the following
failure "No such device"
when changing the routing table.

# /etc/rc.d/init.d/network restart

Shutting down interface eth0:                              [  OK  ]
Shutting down interface eth1:                              [  OK  ]
Setting network parameters:                                [  OK  ]
Bringing up interface lo:                                  [  OK  ]
Bringing up interface eth0:                                [  OK  ]
Bringing up interface eth1:                                [  OK  ]
SIOCADDRT: No such device

# rpm -q -a | grep initscripts
initscripts-5.49-1

#more /etc/sysconfig/static-routes 
any net 203.22.26.0 netmask 255.255.255.192 gw 192.168.0.1

Comment 1 Nalin Dahyabhai 2000-10-10 15:52:25 UTC
The ifup-routes script in initscripts doesn't know how to handle the "gw"
parameter on the line in your configuration file.  This is being fixed in CVS
for initscripts-5.50.  Thanks!


Note You need to log in before you can comment on or make changes to this bug.