#9193 Failed to create reverse zone while adding record "A"
Opened 2 years ago by levbur. Modified 2 years ago

Issue

Failed to create reverse zone while adding record "A". It happens with network 10.0.0.0/8, with network 192.168.0.0/24 no issues noticed.

Steps to Reproduce

  • # ipa dnszone-add 10.in-addr.arpa.
ipa: WARNING: 'idnssoaserial' option is deprecated. Value will be ignored.
  Zone name: 10.in-addr.arpa.
  Active zone: True
  Authoritative nameserver: ipa.example.test.
  Administrator e-mail address: hostmaster
  SOA serial: 1656256746
  SOA refresh: 3600
  SOA retry: 900
  SOA expire: 1209600
  SOA minimum: 3600
  BIND update policy: grant EXAMPLE.TEST krb5-subdomain 10.in-addr.arpa. PTR;
  Dynamic update: False
  Allow query: any;
  Allow transfer: none;
  • # ipa dnsrecord-add example.test newhost --a-ip-address=10.0.0.53 --a-create-reverse

Actual behavior

ipa: ERROR: Cannot create reverse record for "10.0.0.53": No answers could be found in the specified lifetime for DNS reverse zone 53.0.0.10.in-addr.arpa.

Expected behavior

  Record name: newhost
  A record: 10.0.0.53

Version/Release/Distribution

freeipa-server-4.9.10-1.fc36.x86_64
freeipa-client-4.9.10-1.fc36.x86_64
package ipa-server is not installed
package ipa-client is not installed
389-ds-base-2.1.1-2.fc36.x86_64
package pki-ca is not installed
krb5-server-1.19.2-11.fc36.x86_64

Additional info:

# ipa dnsrecord-add 10.in-addr.arpa. 53.0.0 --ptr-rec newhost.example.test.

  Record name: 53.0.0
  PTR record: newhost.example.test.

# ipa dnsrecord-add example.test newhost --a-ip-address=192.168.0.53 --a-create-reverse

  Record name: newhost
  A record: 192.168.0.53

Login to comment on this ticket.

Metadata