All, Please review patch for https://fedorahosted.org/freeipa/ticket/3085 Added note that 'nameserver 127.0.0.1' is added to resolv.conf, that it is recommended to add more replicas to resolv.conf, and the max nameservers allowed in resolv.conf.
thanks, Gabe
From 95c22393a34c416869896d1371aa58e27c4a2c82 Mon Sep 17 00:00:00 2001 From: Gabe <[email protected]> Date: Mon, 24 Mar 2014 21:31:31 -0600 Subject: [PATCH] [DOC] Additional DNS servers in resolv.conf https://fedorahosted.org/freeipa/ticket/3085 --- src/user_guide/en-US/DNS.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/user_guide/en-US/DNS.xml b/src/user_guide/en-US/DNS.xml index 1cc4ef620ace786c575058fdd21c4848559d99d7..e787db5d08279f5d113caf28dae29e972da8ebbb 100644 --- a/src/user_guide/en-US/DNS.xml +++ b/src/user_guide/en-US/DNS.xml @@ -61,6 +61,34 @@ <systemitem>named</systemitem>service. The configuration can be changed to adapt the behavior of the plug-in and, therefore, the LDAP-BIND interactions.</para> + <note> + <title>NOTE</title> + <itemizedlist> + <listitem> + <para> + When DNS is configured either by the <option>--setup-dns</option> option + during the intial &IPA; install or the <command>ipa-dns-install</command> command + after the intial &IPA; setup, the &IPA; server installer creates + <filename>/etc/resolv.conf</filename> with the following line: + <screen>nameserver 127.0.0.1</screen> + </para> + </listitem> + <listitem> + <para> + It is recommended to manually add other replicas to + <filename>/etc/resolv.conf</filename> as new replicas are deployed. + </para> + </listitem> + <listitem> + <para> + The maximum number of nameserver lines currently + allowed in <filename>/etc/resolv.conf</filename> is three (3). + If more information is needed, <command>man resolv.conf</command> + for more details. + </para> + </listitem> + </itemizedlist> + </note> </section> <section id="dns-file"> <title>The &IPA;-Generated DNS File</title> -- 1.8.5.3
_______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
