Skip to main content

PowerDNS not update zones

Comments

7 comments

  • cPRex Jurassic Moderator

    Hey there!  Can you run this command against the domain name/zone you're working with to see if that reports any errors?

    named-checkzone domain.com /var/named/domain.com.db
    0
  • Juán Lopez

    Hello, the command does not report any error.

    root@whm:~# named-checkzone plumed.es /var/named/domain.es.db
    zone domain.es/IN: loaded serial 2024072801
    OK

    0
  • cPRex Jurassic Moderator

    Thanks for checking that.  It looks like the serial numbers on your zone are out of sync, which can cause this type of behavior.  I would manually update that serial number to one from today (such as 2024080109) and then sync that zone across the cluster to ensure they all match.

    0
  • Juán Lopez

    I do not find how change the serial numbers.

    There are any command?

    0
  • cPRex Jurassic Moderator

    There is no command to change those - you'll have to do that manually inside the zone.  Edit the zone file through SSH, then run this command to update the system:

    /scripts/rebuilddnsconfig

    then run this command to update the zone across the cluster:

    /scripts/dnscluster syncall
    0
  • Juán Lopez

    Thanks!! It works.

    0
  • cPRex Jurassic Moderator

    I'm glad that took care of things!

    0

Please sign in to leave a comment.