You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2024. It is now read-only.
Currently when FreeIPA domain controllers are built, the zones are populated with the domain controller issues, including reverse DNS entries. However, there are two problems with the clients:
Their DNS servers in /etc/resolv.conf need to point at the domain controllers in their DC
This requires a change, potentially to role-rocky-ipa-client.yml to assert if the DNS resolver is correct and if not, change it
This change will also require a way to determine, based on subnet, what zone it's in to correct the above if needed
Kickstarts of systems can also configure the systems to be static addressed to put in another "check"
Clients do not receive PTR records
A post_task should be added after the initial install to turn on automatic PTR records
Other domains created (reverse) should also have automatic PTR records