Bug 8596

Summary: linuxconf can not assign Alternate Local Networks
Product: [Retired] Red Hat Linux Reporter: Harry Brueckner <brueckner>
Component: linuxconfAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1CC: brueckner
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 18:47:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Harry Brueckner 2000-01-19 09:20:46 UTC
Hello,

I am running RH 6.1 and have a problem regarding linuxconf and the menu
"Config/Networking/Client tasks/Routing and gateways/Set routes to
alternate local nets".

When I enter the network data from the second network which is routed to my
eth0 interface the file /etc/sysconfig/static-routes shows a line like
this:

any net <my network number> netmask <my netmask> gw eth0

and the script /etc/rc.d/init.d/network tries to process this line to setup
the route like this:

/sbin/route add -net <my network number> netmask <my netmask> gw eth0

The problem with that is, that its not a legal call to the route (v1.96)
command since I do not want to route to a certain host but to the device
eth0.
The command which should be created (and which works when I run it
manually) is:

/sbin/route add -net <my network number> netmask <my netmask> dev eth0

The "gw" argument must be replaced with "dev" in this case because the
program asks for a device and not a hostname.

Am I wrong to use this menu for my needs or is this a bug?

Thanks for any help.

Harry

Comment 1 Brent Fox 2002-06-05 16:12:58 UTC
Closing because we don't ship linuxconf anymore

Comment 2 Red Hat Bugzilla 2006-02-21 18:47:36 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.