Re: [Freeipa-devel] [PATCH] [DOC] Add note about additional nameservers in resolv.conf

2014-04-04 Thread Petr Viktorin

On 03/29/2014 12:22 AM, Gabe Alford wrote:

Changed 127.0.0.1 to 192.0.2.1


On Fri, Mar 28, 2014 at 1:38 AM, Petr Spacek pspa...@redhat.com
mailto:pspa...@redhat.com wrote:

On 28.3.2014 02:09, Gabe Alford wrote:

I believe that Martin is right about the server installer no
longer putting
127.0.0.1 in the resolv.conf. Here is a mod patch to address
Martin's
concern if the note needs to be changed to show a real IP address.


Okay, that is new for me :-)

Conditional ACK. Please change the IP address before push to
something from:
http://tools.ietf.org/html/__rfc5737#section-3
http://tools.ietf.org/html/rfc5737#section-3

192.0.2.1 sounds like a good candidate.

Thanks!

Petr^2 Spacek



Pushed to docs master: e0c2758f20b4fd73715e320dbfa09c202ad5b142


--
PetrĀ³

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] [DOC] Add note about additional nameservers in resolv.conf

2014-03-28 Thread Petr Spacek

On 28.3.2014 02:09, Gabe Alford wrote:

I believe that Martin is right about the server installer no longer putting
127.0.0.1 in the resolv.conf. Here is a mod patch to address Martin's
concern if the note needs to be changed to show a real IP address.


Okay, that is new for me :-)

Conditional ACK. Please change the IP address before push to something from:
http://tools.ietf.org/html/rfc5737#section-3

192.0.2.1 sounds like a good candidate.

Thanks!

Petr^2 Spacek


On Thu, Mar 27, 2014 at 4:14 AM, Martin Basti mba...@redhat.com wrote:


On Thu, 2014-03-27 at 10:33 +0100, Petr Spacek wrote:

On 27.3.2014 10:23, Martin Basti wrote:

On Wed, 2014-03-26 at 17:40 -0600, Gabe Alford wrote:

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.


Actually, my ipa-server-install puts into /etc/resolv.conf its ip
address itself not localhost

After fresh install:
#cat /etc/resolv.conf
search example.com
nameserver 10.*.*.*


IMHO /etc/resolv.conf was overwritten by DHCPd (when IPA installation was
finished).



I inspect ipa-server-install source code and installation adds to
resolv.conf a real server address.

DHCP leave note in resolv.conf when generate it.


___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] [DOC] Add note about additional nameservers in resolv.conf

2014-03-28 Thread Gabe Alford
Changed 127.0.0.1 to 192.0.2.1


On Fri, Mar 28, 2014 at 1:38 AM, Petr Spacek pspa...@redhat.com wrote:

 On 28.3.2014 02:09, Gabe Alford wrote:

 I believe that Martin is right about the server installer no longer
 putting
 127.0.0.1 in the resolv.conf. Here is a mod patch to address Martin's
 concern if the note needs to be changed to show a real IP address.


 Okay, that is new for me :-)

 Conditional ACK. Please change the IP address before push to something
 from:
 http://tools.ietf.org/html/rfc5737#section-3

 192.0.2.1 sounds like a good candidate.

 Thanks!

 Petr^2 Spacek


  On Thu, Mar 27, 2014 at 4:14 AM, Martin Basti mba...@redhat.com wrote:

  On Thu, 2014-03-27 at 10:33 +0100, Petr Spacek wrote:

 On 27.3.2014 10:23, Martin Basti wrote:

 On Wed, 2014-03-26 at 17:40 -0600, Gabe Alford wrote:

 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.

  Actually, my ipa-server-install puts into /etc/resolv.conf its ip
 address itself not localhost

 After fresh install:
 #cat /etc/resolv.conf
 search example.com
 nameserver 10.*.*.*


 IMHO /etc/resolv.conf was overwritten by DHCPd (when IPA installation
 was
 finished).


 I inspect ipa-server-install source code and installation adds to
 resolv.conf a real server address.

 DHCP leave note in resolv.conf when generate it.


From f59c32bfc76ed7c4f3a8406a1537f0aa287bf673 Mon Sep 17 00:00:00 2001
From: Gabe redhatri...@gmail.com
Date: Fri, 28 Mar 2014 17:13:28 -0600
Subject: [PATCH] [DOC] Update resolv.conf nameserver note to reflect real IP
 address

- Added example of real IP address as the installer inserts a real IP address into resolv.conf.
---
 src/user_guide/en-US/DNS.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/user_guide/en-US/DNS.xml b/src/user_guide/en-US/DNS.xml
index ab120e80efcf1ff41e0f774dba8b357818e6cb2a..db4efc58c7c63f010cf0ecf013c77a1f4c415ab7 100644
--- a/src/user_guide/en-US/DNS.xml
+++ b/src/user_guide/en-US/DNS.xml
@@ -69,8 +69,8 @@
 	When DNS is configured either by the option--setup-dns/option option
 during the intial IPA; install or the commandipa-dns-install/command command
 after the intial IPA; setup, the IPA; server installer creates
-filename/etc/resolv.conf/filename with the following line:
-screennameserver 127.0.0.1/screen
+filename/etc/resolv.conf/filename with the IPA; server's IP address. For example:
+screennameserver 192.0.2.1/screen
 /para
 /listitem
 listitem
-- 
1.9.0

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] [DOC] Add note about additional nameservers in resolv.conf

2014-03-27 Thread Petr Spacek

On 27.3.2014 00:40, Gabe Alford wrote:

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.


Thank you for the patch!

Conditional ACK, please remove trailing whitespaces before push.

--
Petr^2 Spacek

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] [DOC] Add note about additional nameservers in resolv.conf

2014-03-27 Thread Petr Viktorin

On 03/27/2014 09:42 AM, Petr Spacek wrote:

On 27.3.2014 00:40, Gabe Alford wrote:

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.


Thank you for the patch!

Conditional ACK, please remove trailing whitespaces before push.



Thanks!
Pushed to docs master: a2f5d7ed8fe49e8ad1cfbf29ddfe563de235e8ac

--
PetrĀ³

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] [DOC] Add note about additional nameservers in resolv.conf

2014-03-27 Thread Martin Basti
On Wed, 2014-03-26 at 17:40 -0600, Gabe Alford wrote:
 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.
 
Actually, my ipa-server-install puts into /etc/resolv.conf its ip
address itself not localhost

After fresh install:
#cat /etc/resolv.conf 
search example.com
nameserver 10.*.*.*

 
 thanks,
 
 
 Gabe
 
 ___
 Freeipa-devel mailing list
 Freeipa-devel@redhat.com
 https://www.redhat.com/mailman/listinfo/freeipa-devel


-- 
Martin^2 Basti

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] [DOC] Add note about additional nameservers in resolv.conf

2014-03-27 Thread Petr Spacek

On 27.3.2014 10:23, Martin Basti wrote:

On Wed, 2014-03-26 at 17:40 -0600, Gabe Alford wrote:

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.


Actually, my ipa-server-install puts into /etc/resolv.conf its ip
address itself not localhost

After fresh install:
#cat /etc/resolv.conf
search example.com
nameserver 10.*.*.*


IMHO /etc/resolv.conf was overwritten by DHCPd (when IPA installation was 
finished).


--
Petr^2 Spacek

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] [DOC] Add note about additional nameservers in resolv.conf

2014-03-27 Thread Martin Basti
On Thu, 2014-03-27 at 10:33 +0100, Petr Spacek wrote:
 On 27.3.2014 10:23, Martin Basti wrote:
  On Wed, 2014-03-26 at 17:40 -0600, Gabe Alford wrote:
  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.
 
  Actually, my ipa-server-install puts into /etc/resolv.conf its ip
  address itself not localhost
 
  After fresh install:
  #cat /etc/resolv.conf
  search example.com
  nameserver 10.*.*.*
 
 IMHO /etc/resolv.conf was overwritten by DHCPd (when IPA installation was 
 finished).
 

I inspect ipa-server-install source code and installation adds to
resolv.conf a real server address.

DHCP leave note in resolv.conf when generate it.

-- 
Martin^2 Basti

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] [DOC] Add note about additional nameservers in resolv.conf

2014-03-27 Thread Gabe Alford
I believe that Martin is right about the server installer no longer putting
127.0.0.1 in the resolv.conf. Here is a mod patch to address Martin's
concern if the note needs to be changed to show a real IP address.

Gabe


On Thu, Mar 27, 2014 at 4:14 AM, Martin Basti mba...@redhat.com wrote:

 On Thu, 2014-03-27 at 10:33 +0100, Petr Spacek wrote:
  On 27.3.2014 10:23, Martin Basti wrote:
   On Wed, 2014-03-26 at 17:40 -0600, Gabe Alford wrote:
   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.
  
   Actually, my ipa-server-install puts into /etc/resolv.conf its ip
   address itself not localhost
  
   After fresh install:
   #cat /etc/resolv.conf
   search example.com
   nameserver 10.*.*.*
 
  IMHO /etc/resolv.conf was overwritten by DHCPd (when IPA installation was
  finished).
 

 I inspect ipa-server-install source code and installation adds to
 resolv.conf a real server address.

 DHCP leave note in resolv.conf when generate it.

 --
 Martin^2 Basti


From 7cc26ca67d93532c45757210352ab7b6332c78c7 Mon Sep 17 00:00:00 2001
From: Gabe redhatri...@gmail.com
Date: Thu, 27 Mar 2014 18:55:38 -0600
Subject: [PATCH] [DOC] Update resolv.conf nameserver note to reflect real IP
 address

- Added example of real IP address as the installer inserts a real IP address into resolv.conf.
---
 src/user_guide/en-US/DNS.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/user_guide/en-US/DNS.xml b/src/user_guide/en-US/DNS.xml
index ab120e80efcf1ff41e0f774dba8b357818e6cb2a..54663ed806e2ab1db1bf2d30482908acb4618f96 100644
--- a/src/user_guide/en-US/DNS.xml
+++ b/src/user_guide/en-US/DNS.xml
@@ -69,8 +69,8 @@
 	When DNS is configured either by the option--setup-dns/option option
 during the intial IPA; install or the commandipa-dns-install/command command
 after the intial IPA; setup, the IPA; server installer creates
-filename/etc/resolv.conf/filename with the following line:
-screennameserver 127.0.0.1/screen
+filename/etc/resolv.conf/filename with the IPA; server's IP address. For example:
+screennameserver 192.168.1.1/screen
 /para
 /listitem
 listitem
-- 
1.9.0

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel