Bug 490274

Summary: NetworkManager doesn't handle aliases properly
Product: [Fedora] Fedora Reporter: Pierre Ossman <pierre-bugzilla>
Component: NetworkManagerAssignee: Dan Williams <dcbw>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 10CC: dcbw, jns
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: 2009-03-16 17:18:08 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 Pierre Ossman 2009-03-14 16:10:45 UTC
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.

Comment 1 Jessica Sterling 2009-03-15 01:54:34 UTC
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

Comment 2 Pierre Ossman 2009-03-15 10:58:51 UTC
[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

Comment 3 Dan Williams 2009-03-16 17:18:08 UTC

*** This bug has been marked as a duplicate of bug 443968 ***