https://bugzilla.novell.com/show_bug.cgi?id=467087 User Willi.Lenz@com-office.de added comment https://bugzilla.novell.com/show_bug.cgi?id=467087#c11 Willi Lenz <Willi.Lenz@com-office.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Willi.Lenz@com-office.de --- Comment #11 from Willi Lenz <Willi.Lenz@com-office.de> 2009-03-17 07:20:02 MST --- I recognized the same malfunction. Predefinded configuration i.e.: Device: eth0 Content of /etc/ifcfg-eth0: .. IPADDR='192.168.10.1/24' .. MTU='' NAME='Description of NIC' NETWORK='' REMOTE_IPADDR='' These ip-addresses and aliases should be additional: 192.168.45.12 mikey 192.168.90.88 goofy Now while in YaST2 -> network configuration -> select NIC -> modify adding additional ip-address(s), YaST2 writes in the related file i.e. /etc/ifcfg-eth0 additional lines like: IPADDR_='192.168.45.12/24' LABEL_mikey='mikey' IPADDR_='192.168.90.88/24' LABEL_goofy='goofy' Restarting the network results with a 'failed' message by ignoring the additional ip-addresses. Solution: Modify in the related file /etc/ifcfg-eth0 the statements LABEL_xxxxx to: LABEL_mikey='0' LABEL_goofy='1' Within the LABEL_xxx clause should be the index number for the additional ip-addresses unstead of the a allias name copy. Restart the network. Reproduceable: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.