Trying to set up secondary on Windows Server 2019 DNS server where primary/master is Windows Server 2012 R2
Traffic is not blocked as I am seeing it show up in Wireshark and there is a response of "FORMERR" in the SOA. More specifically:
105 4.546816 XX.XX.XX.XX XX.XX.XX.XX DNS 111 Standard query response 0x1c1a Format error SOA XXXXXXXX.XXXX OPT
Not sure why this would be the case but can only think this has some compatibility issues between 2019 and 2012 R2. Maybe related to EDNS?
If I do an ls -d via nslookup from the 2019 server it transfers just fine. I need it to work as a secondary zone configured on 2019 DNS server.
UPDATE 1: Provisioning a Windows Server 2012 R2 server instead of 2019 and setting up secondary works
UPDATE 2: Windows 2016 server instead of 2019 also works.