Systems that have ifcfg-eth#:# do not work properly with NM. It only sets a single address, and not even the primary one, completely breaking the setup.
Hello, which version of NetworkManager do you currently have installed? Could you also attach your virtual interface configuration files? Thank you! -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers
[root@yggdrasil ~]# rpm -q NetworkManager NetworkManager-0.7.0.99-3.fc10.x86_64 [root@yggdrasil ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 # Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet DEVICE=eth0 BOOTPROTO=static HWADDR=00:1D:92:F3:AE:27 ONBOOT=yes IPADDR=10.8.0.24 NETMASK=255.255.255.0 [root@yggdrasil ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0:0 DEVICE=eth0:0 IPADDR=10.8.0.1 NETMASK=255.255.255.0
*** This bug has been marked as a duplicate of bug 443968 ***