Re: dig: Transfer failed

2012-07-26 Thread Jan-Piet Mens
> > Check the 'allow-transfer' option in your named.conf. > > I don't have this option. Should I include it? If you want to provide zone transfers, you include it. If you don't, leave it out. (You might also want to glance at BIND's Administrator's Reference [ARM] while you're at it ...)

Re: dig: Transfer failed

2012-07-25 Thread Stayvoid
> Check the 'allow-transfer' option in your named.conf. I don't have this option. Should I include it? Thanks ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc

Re: dig: Transfer failed

2012-07-24 Thread Barry Margolin
In article , Stayvoid wrote: > Hi, > > dig .in-addr.arpa. AXFR outputs "Transfer failed." > > I've already checked "netstat -anp." Looks OK. > dig works. > sudo named-checkzone /etc/bind/db. outputs "OK." > sudo named-checkzone .in-addr.arpa. /etc/bind/db. > outputs "OK" too. > > What shoul

dig: Transfer failed

2012-07-24 Thread Stayvoid
Hi, dig .in-addr.arpa. AXFR outputs "Transfer failed." I've already checked "netstat -anp." Looks OK. dig works. sudo named-checkzone /etc/bind/db. outputs "OK." sudo named-checkzone .in-addr.arpa. /etc/bind/db. outputs "OK" too. What should I check? Cheers ___