In article <[email protected]>, Roberto Carna <[email protected]> wrote:
> Dear, what are the dig syntaxis in order to get a reverse zone > transfer from a DNS server ??? > > is this correct: > > dig @<name of DNS> 1.168.192.in-addr.arpa axfr ???? That should do it. It's the same syntax as forward zone transfer, you just give the name of the reverse zone. You can also use the -x option to generate the reverse zone name automatically: dig @servername -x 192.168.1 axfr -- Barry Margolin Arlington, MA _______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/bind-users

