I installed redhat 6.1, (form the ISO image) and when I tried to configure
the aliases for the NIC, using 'netconf' (linuxconf).
I found that the script 'ifup-aliases' is not working properly.

I found tow solution
1. You must add in the file "ifcfg-eth0:0" (if is eht your interface), the
line ' DEVICE="eth0:0" ' MANUALY, is not preaty.
2. Or you can substitute te line #139 (  DEVNUM=${DEVICE#*:}   ) whit the
next tow lines
       DEVICE=${parent_device}
       DEVNUM=${FILE#ifcfg-${parent_device}:*}
Whit this correction you can continue using 'netconf' for the aliases, and
you don't need to make manually adjustments.

Do anybody know if is there any patch to solve this problem?
(in order to leave a standard file).
Thanks.
Angelo.





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

Reply via email to