[Freeipa-users] ipa-client-install failed to join the IPA realm if DNS setting is incorrect

2011-06-30 Thread Ondrej Valousek
Hi List, I have just noticed that the ipa-client-install fails miserably if the clients /etc/resolv.conf points to some foreign DNS server. The symptoms are that KDC (on the IPA server) fails to locate self in Kerberos database: Jun 30 11:11:48 polaris krb5kdc[1279](info): AS_REQ (4 etypes

Re: [Freeipa-users] ipa-client-install failed to join the IPA realm if DNS setting is incorrect

2011-06-30 Thread Rob Crittenden
Ondrej Valousek wrote: Hi List, I have just noticed that the ipa-client-install fails miserably if the clients /etc/resolv.conf points to some foreign DNS server. The symptoms are that KDC (on the IPA server) fails to locate self in Kerberos database: The KDC is just trying to look up a

Re: [Freeipa-users] ipa-client-install failed to join the IPA realm if DNS setting is incorrect

2011-06-30 Thread Ondrej Valousek
The KDC is just trying to look up a service that was requested, it was the client that requested this host. Note that the host name used is the detected IPA server. This can often be wrong if there is another server in your network with SRV records (such as AD). Apparently not the KDC. I had to

Re: [Freeipa-users] ipa-client-install failed to join the IPA realm if DNS setting is incorrect

2011-06-30 Thread Simo Sorce
On Thu, 2011-06-30 at 15:52 +0200, Ondrej Valousek wrote: The KDC is just trying to look up a service that was requested, it was the client that requested this host. Note that the host name used is the detected IPA server. This can often be wrong if there is another server in your

Re: [Freeipa-users] ipa-client-install failed to join the IPA realm if DNS setting is incorrect

2011-06-30 Thread Ondrej Valousek
On 30.06.2011 16:22, Simo Sorce wrote: We are actively working on trying to never depend on reverse lookups. Unfortunately there are still some bugs and limitations in various libraries but we are working on fixing them. Ok, thanks for explanation. I have also seen similar errors when talking