Hey, Is there an easy way to find out what the next free IP address is when adding a new DNS A record? The web interface sorts the records alphabetically on "Record name", even in-arpa zones. For the latter it would be more convenient to sort numerically.
Anyway, what methods are there to know what IP address to use when adding a new DNS record? Did I overlook something? BTW. Right now I'm dumping the JSON with ipa -vv dnsrecord-find mydomain --sizelimit=99999 --all --structured 2>&1 >/dev/null and a Python script to make a list sorted on ip address. -- Kees -- Manage your subscription for the Freeipa-users mailing list: https://www.redhat.com/mailman/listinfo/freeipa-users Go to http://freeipa.org for more info on the project
