Bug 11602

Summary: Routing table not being setup properly if IP aliases are present
Product: [Retired] Red Hat Linux Reporter: kevin_myer
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.1CC: rvokal
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: 2000-05-23 13:23:57 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 kevin_myer 2000-05-23 13:23:57 UTC
I have run into a problem with the routing table not being created properly
if one or more IP aliases is present.  With an IP alias setup, if I reboot
the machine, two default routes are setup.  This causes problems because
the machine uses the last default route that is created, which ends up
being my secondary interface.  Any application that is set to listen to one
interface but not the other never sees packets destined for eth0:0.

If I rerun /etc/init.d/rc.d/network by hand and restart the network, the
second default route goes away, as does the host route to my aliases IP
address.  This is better than the above scenario but it seems the routing
setup is a bit broken with IP aliases present.

I've tested this on an older 5.2 box and everything works fine.

Comment 1 Bill Nottingham 2000-05-31 21:26:39 UTC

*** This bug has been marked as a duplicate of 11400 ***