[Freeipa-users] What is the next free IP address for a DNS record

Kees Bakker keesb at ghs.com
Thu Mar 9 10:12:39 UTC 2017


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




More information about the Freeipa-users mailing list