Bug 6069

Summary: linuxconf/ifup-aliases do not work together
Product: [Retired] Red Hat Linux Reporter: bgraw3
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.1CC: bgraw3, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-10-18 21:10:06 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 bgraw3 1999-10-18 21:05:55 UTC
If you use linuxconf/config/networking/server tasks/IP
aliases for virutal hosts the virtual hosts do not work.
linuxconf makes some files in
/etc/sysconfig/network-scripts like ifcfg-eth0:? and if you
try and run ifup-aliases you get errors like the following:

ipseen_130_37_129_65-74=ifcfg-eth0:0: command not found
ifup-aliases: error in ifcfg-eth0:0: already seen ipaddr\
   130.37.129.65-74 in -74

The ifup-aliases script has some documentation regarding
IPADDR_START, IPADDR_END, but the files created by linuxconf
don't seem to follow this and use IPADDR.

If you undo some of the debugging comments in ifup-aliases,
the device (in the script as $DEVICE) does not appear to be
defined correctly. But, if you change it to $device, other
parts seem not to work.

Comment 1 Bill Nottingham 1999-10-18 21:10:59 UTC
*** This bug has been marked as a duplicate of 5784 ***