Hi, You can't go wrong with including more information than less, we will filter out what is unnecessary :)
Can you try pinging and a dns lookup between the servers? It might be misconfigured DNS, try looking into /etc/hosts as well. The dig command can be used for that. Other thing that comes to mind is DS on the master, make sure it's running, and can be communicated with, check for port 389. `netstat -lntu | grep 389`, `ipactl status`, logs, and whatever command within ipa will contact the directory server. It would be good idea to check the logs of the master, to understand what is happening on the server, if anything at all... Generic ipa communication log is at: cat /var/log/httpd/error_log cat /var/log/httpd/access_log Hope any of this helps, -- _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
