Hello
forward and reverse dynamic dns updates are on

Rob


Op vr 19 apr. 2019 om 16:30 schreef Florence Blanc-Renaud <flo@redhat.com>:
On 4/19/19 3:59 PM, Rob Verduijn via FreeIPA-users wrote:
> Hello,
>
> I have this laptop that is an ipa domain member.
> And the login/sudo/automount all works fine.
> However the dns entries of the laptop are not updated when the laptop
> starts up and gets a new ipaddress.
>
> I've looked in several configs and compared to other systems that work
> but can't seem to find it.
>
> Anybody got an idea where to look ?
> Rob
>
> my sssd.conf
> [domain/example.com <http://example.com>]
> id_provider = ipa
> ipa_server = _srv_, freeipa01.example.com <http://freeipa01.example.com>
> ipa_domain = example.com <http://example.com>
> ipa_hostname = laptop.example.com <http://laptop.example.com>
> auth_provider = ipa
> chpass_provider = ipa
> access_provider = ipa
> cache_credentials = True
> ldap_tls_cacert = /etc/ipa/ca.crt
> dyndns_update = True
> dyndns_iface = *
> krb5_store_password_if_offline = True
> autofs_provider = ipa
> ipa_automount_location = laptop
> [sssd]
> services = nss, pam, ssh, sudo, autofs
> domains = example.com <http://example.com>
> [nss]
> homedir_substring = /home
> [pam]
> [sudo]
> [autofs]
> [ssh]
> [pac]
> [ifp]
> [secrets]
> [session_recording]
>
>
>
> _______________________________________________
> FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org
> To unsubscribe send an email to freeipa-users-leave@lists.fedorahosted.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahosted.org
>

Hi,

can you check if the zones allow dynamic dns updates (for the forward
and reverse zones)?
$ kinit admin
$ ipa dnszone-show $ZONE --all | grep Dynamic
   Dynamic update: TRUE

For troubleshooting, please have a look at
https://www.freeipa.org/page/Troubleshooting/DNS as it explains where to
find the relevant logs.

flo