|
Or
Instead so splitting if you are running bind set acl security so your local
addresses can do recursion and the public at large can only resolve locally
hosted domains.
This
type of setup allows our internal blocks to query the DNS with recursion and the
allow-query in the options secition limits any zone file with out and
allow-query to default to this security. The public zones have allow-query {
any; }; which allows public access to these zones.
for
example
acl
"zone1" { 12.9.25.240/28; };
acl "zone2" { 101.52.83.0/24; }; options {
directory "/winnt/system32/dns/etc"; allow-query { "zone1"; "zone2"; }; }; zone
"." IN {
type hint; file "root.cache.txt"; }; zone
"0.0.127.in-addr.arpa." {
type master; file "named.local.txt"; allow-query { any; }; }; zone "240/28.25.9.12.in-addr.arpa." { type master; file "240_28.25.9.12.in-addr.arpa.txt"; allow-query { any; }; }; zone
"standardabrasives.com" in {
type master; file "standardabrasives.com.txt"; allow-query { any; }; }; Kevin
Bilbee
|
- RE: [Declude.JunkMail] OT: DNS attacks Kevin Bilbee
- RE: [Declude.JunkMail] OT: DNS attacks Kevin Bilbee
- Re: [Declude.JunkMail] OT: DNS attacks Dave Doherty
- Re: [Declude.JunkMail] OT: DNS attacks Nick Hayer
- Re: [Declude.JunkMail] OT: DNS attacks Matt
- Re[2]: [Declude.JunkMail] OT: DNS a... Sanford Whiteman
- Re: [Declude.JunkMail] OT: DNS attacks Dave Doherty
- Re: [Declude.JunkMail] OT: DNS atta... Ing. Andrés E. Gallo
- Re: [Declude.JunkMail] OT: DNS attacks System Administrator
- RE: [Declude.JunkMail] OT: DNS attacks Colbeck, Andrew
