| Summary: | NetworkManager is not reliably starting ethernet interface | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Fani Orestiadou <forestia> |
| Component: | NetworkManager | Assignee: | Rashid Khan <rkhan> |
| Status: | CLOSED NOTABUG | QA Contact: | Desktop QE <desktop-qa-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.2 | CC: | bgalvani, forestia, lrintel, rkhan, thaller |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-01-22 19:44:36 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Fani Orestiadou
2016-01-22 13:22:54 UTC
(In reply to Fani Orestiadou from comment #0) > ]# cat etc/sysconfig/network-scripts/ifcfg-ens224 > TYPE=Ethernet > BOOTPROTO=none > IPADDR=10.0.0.85 > PREFIX=30 > DEFROUTE=yes > IPV4_FAILURE_FATAL=no > IPV6INIT=yes > IPV6_AUTOCONF=yes > IPV6_DEFROUTE=yes > IPV6_PEERDNS=yes > IPV6_PEERROUTES=yes > IPV6_FAILURE_FATAL=no > NAME=ens224 > UUID=cd372633-0cb8-416c-b5fa-1bb3623cfbdf > ONBOOT=yes This connection is not bound to any device and so NM is allowed to activate it on any ethernet interface. When the issue happens it's because NM is activating the connection on the wrong one. I think that adding DEVICE=ens224 to the file (or using the HWADDR property) should fix the issue. |