Bug 1158838
| Summary: | with NetworkManager-0.9.10.0-10.git20140704.fc21.x86_64 I can no longer get DHCP address | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nikos Mavrogiannopoulos <nmavrogi> |
| Component: | NetworkManager | Assignee: | Dan Williams <dcbw> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | alexander, dcbw, jklimes, psimerda |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-11-18 09:55:41 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: | |
| Embargoed: | |||
|
Description
Nikos Mavrogiannopoulos
2014-10-30 10:50:08 UTC
It may be that you don't have any DHCP client installed. $ rpm -q dhclient Please check and update your installation? $ rpm -q dhclient dhclient-4.3.1-8.fc21.x86_64 I have the same problem with Fedora 21 Beta 4 clean install and also after update. $ rpm -q dhclient dhclient-4.3.1-8.fc21.x86_64 I have the same problem with Fedora 21 Beta 4 clean install and also after update. $ rpm -q dhclient dhclient-4.3.1-8.fc21.x86_64 # systemctl status dhclient ● dhclient.service Loaded: not-found (Reason: No such file or directory) Active: inactive (dead) My issue was solved. creating /etc/dhcp/dhclient.conf and adding the following line solved the issue: send dhcp-client-identifier = hardware; This was found in bug https://bugzilla.redhat.com/show_bug.cgi?id=1154200 DHCP server in this case was a Cisco RV320 Router. Alexander, thank you for the analysis. *** This bug has been marked as a duplicate of bug 1154200 *** |