Blocking private addresses with a optionq

2013-03-08 Thread King, Harold Clyde (Hal)
Is there an option for bind like the allow-recursion { } For blocking out going records of 10.0.0.0/8 and 192.168.0.0/16 so I could do a view like: View "outsiders" { block-private { }; … } Thanks! -- Hal King - h...@utk.edu Systems Administrator Office of Information T

Re: Initial BIND 9.9.2 RPZ xfr (spamhaus) failing with "failed to connect: timed out" ?

2013-03-08 Thread pgbind9
Hi On Fri, Mar 8, 2013, at 02:17 AM, Steven Carr wrote: > Hi there! > > What tweaking did you need to do to NAT to get it to work? I'm still > stuck with the problem and it's looking like it's either NAT or a > fragmentation issue for me :( I've multiple static IPs. DNS is not on the default IP

Re: transfer from multiple views to single view

2013-03-08 Thread 李拓
Thank you. That works! I only used TSIG like this: view "v1" { server 1.1.1.1 key {...}; zone "z1" { ; masters {1.1.1.1}; ... } } . 2013/3/6 Mark Andrews > > Use TSIG to select the right instances > > MASTER: > key "transfer.key.v1" { > > }; > key "trans