I upgraded from Fedora 14 to 16, recently. I had two static IP v4 addresses configured on my ethernet interface by creating two files in /etc/sysconfig/network-scripts:

  ifcfg-eth0      -> first address
  ifcfg-eth0:1    -> second address

After the upgrade, this resulted in an error message during the boot process and in only the second address being successfully configured on the interface. So, what is the correct way to configure multiple addresses on a single interface on Fedora 16? I could not find anything on this subject in the documentation so far.

link|improve this question
Can you post the error you are talking about? – Khaled Dec 31 '11 at 13:38
you can create multiple addr for an interface by creating network alias only – Mughil Dec 31 '11 at 18:46
feedback

1 Answer

Just for reference: I'm still not sure what actually caused this problem though I suspect the NetworkManager was somehow to blame. I finally used system-config-network-gui to review, update and save the configuration, unchecking the option "Controlled by NetworkManager". This seems to have solved the issue for me. Thanks for your time!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.