Re: Zone transfer using TSIG

2012-04-19 Thread Rich Goodson
Forgot to reply all in my corrected answer. On Apr 19, 2012, at 3:09 PM, Carlos Ribas wrote: > Thanks Rich! I completely forgot that I can use the key in the definitions of > master. > > Regards, > > - > Carlos Eduardo Ribas > > > 2012/4/19 Rich Goodson > S

Re: Zone transfer using TSIG

2012-04-19 Thread Rich Goodson
Carlos, zone "example.com" { ... allow-transfer { key hostA-myserver.key; }; ... }; and in our environment, I have the key files readable only by the user that named is running as, then use something like: include keys/tsig_key_file.key in named.conf so that the named.conf file can remain read

Zone transfer using TSIG

2012-04-19 Thread Carlos Ribas
Hello all, I have a server that is authoritative to my domain and is secondary to four different domains. What is the best way to receive the zones from master using TSIG? May I have something like this into a view statement? server 10.0.1.1 { keys hostA-myserver; }; server 10.0.1.2 { keys ho