axfr-get: fatal: unable to parse AXFR results: protocol error and Solution
last updated in Categories Bind dns, Debian / Ubuntu, DJBDNS, Fedora Linux, FreeBSD, Iptables, Linux, Networking, OpenBSD, PF Firewall, Security, Troubleshooting, UNIXI‘m trying to get data (AXFR query) from master tinydns server to secondary DNS server using tcpclient as follows:
tcpclient -v a.ns.example.com 53 axfr-get example.com example.com example.com.tmp
But I’m getting an error which read as follows:
>axfr-get: fatal: unable to parse AXFR results: protocol error
How do I fix this problem?