RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 858856 - server's resolv.conf should contain other DNS servers also
Summary: server's resolv.conf should contain other DNS servers also
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: doc-Identity_Management_Guide
Version: 6.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Deon Ballard
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-19 20:18 UTC by Dmitri Pal
Modified: 2014-07-29 20:25 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-29 20:25:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Dmitri Pal 2012-09-19 20:18:20 UTC
This bug is created as a clone of upstream ticket:
https://fedorahosted.org/freeipa/ticket/3085

Problem statement:

Each server has only itself as a nameserver in the resolve.conf. This BZ is to add a note into the documentation that we recommend adding other servers manually to the resolve.conf as new replicas are deployed. 

More details:

IPA server installer creates /etc/resolv.conf file with line "nameserver 127.0.0.1". This file should contain IP adresses for other DNS servers also. This allows IPA server to run even if local named crashes.

See man resolv.conf and resolv.h for maximum number of nameserver lines.

Comment 1 Petr Spacek 2012-10-24 13:44:07 UTC
Documentation should mention maximum number of nameserver lines in `/etc/resolv.conf`. Please see `man resolv.conf`, paragraph `nameserver` around `MAXNS` constant:

Part of man page from my system:
{{{
       nameserver Name server IP address
              Internet address (in dot notation) of a name server that the resolver should query.  Up to MAXNS (currently  3,  see  <resolv.h>)  name  servers  may  be
              listed,  one  per  keyword.  If there are multiple servers, the resolver library queries them in the order listed.  If no nameserver entries are present,
              the default is to use the name server on the local machine.  (The algorithm used is to try a name server, and if the query times out, try the next, until
              out of name servers, then repeat trying all the name servers until a maximum number of retries are made.)
}}}

Comment 2 Petr Viktorin (pviktori) 2014-03-27 08:57:57 UTC
Upstream docs fix:
https://git.fedorahosted.org/cgit/freeipa-docs.git/commit/?id=a2f5d7ed8fe49e8ad1cfbf29ddfe563de235e8ac

thanks to Gabe Alford!

Comment 3 Deon Ballard 2014-07-29 20:22:54 UTC
Mass closure. These bugs were live in RHEL 6.5.


Note You need to log in before you can comment on or make changes to this bug.