Bug 1648009
Summary: | NetworkManager limits the search field of resolv.conf to 6 entries in _collect_resolv_conf_data() | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Kyle Walker <kwalker> | |
Component: | NetworkManager | Assignee: | Thomas Haller <thaller> | |
Status: | CLOSED ERRATA | QA Contact: | Desktop QE <desktop-qa-list> | |
Severity: | medium | Docs Contact: | ||
Priority: | medium | |||
Version: | 7.6 | CC: | atragler, bgalvani, fgiudici, fpokryvk, fweimer, lrintel, ptalbert, rkhan, sukulkar, thaller | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | NetworkManager-1.18.0-0.3.20190408git43d9187c14.el7 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1649704 (view as bug list) | Environment: | ||
Last Closed: | 2019-08-06 13:16:25 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: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1649704 |
Description
Kyle Walker
2018-11-08 17:47:52 UTC
Filed an upstream issue as well: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/80 - Kyle Walker Patch suggestion accepted upstream: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/issues/80 Additional patch added to avoid search entry being truncated on legacy systems. Full patch set upstream is: https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commit/49c11a44e4e901752a81e3942efca64448fa7c53 https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commit/3f2cc579e7627f45a77f835ba2f402e1b5c600b5 - Kyle Walker fixed upstream. As a workaround the NetworkManager global-dns 'searches=' option is not limited to 6 search domains. WORKAROUND ========== Create a file in /etc/NetworkManager/conf.d/*.conf and add these entries: [main] dns=default [global-dns] searches=one.example.com two.example.com three.example.com four.example.com five.example.com six.example.com seven.example.com eight.example.com [global-dns-domain-*] servers=xxx.xxx.xxx.xxx Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:2302 |