DNS problems

raw

README.rst

Errors from https://mxtoolbox.com/SuperTool.aspx -> DNS check

SOA Serial Number Format is Invalid

Error was:

ns1.cweiske.de reported Serial 1589436247 : Suggested serial format year was 1589 which is before 1970.

Reason: tinydns uses the unix timestamp as serial, not the YYYYMMMDDHHIISS format

This is a warning, not an error.

Serial numbers do not match

Output was:

1589436247<br/>1589423702

Reason: I updated the zone file on my server, and the secondary name server had not yet copied the new zone data to itself via AXFR.

Hosteurope syncs DNS zones once a day, at ~5:30

Manual sync:

$ ./dnsnotify.pl cweiske.de 80.237.128.10

IP taken from /etc/axfrdns/axfrdns4/tcp

Links:

Reading axfrdns logs:

$ tai64nlocal < /etc/axfrdns/axfrdns4/log/main/current | less
Christian Weiske Christian Weiske
owner

History