ACL per listening IP address ?

2012-09-27 Thread Oscar Ricardo Silva
I have several multi-homed caching servers and am using anycast. Each server has it's native interface and then all of them advertise two other IP addresses, 128.83.185.40 and 128.83.185.41. BIND only listens on these other two IP addresses. There is no problem with this setup, it works fine

Re: ACL per listening IP address ?

2012-09-27 Thread Evan Hunt
> I'm not very familiar with the concept of views but I wonder if the > "match-client" statement might be the way to go. It sounds like the one you're interested in is "match-destinations" actually. options { listen-on port 53 { 128.83.185.40; 128.83.185.41; ; }; ... };

How to prevent BIND from resolving addresses in logs

2012-09-27 Thread Spumonti Spumonti
I just installed BIND 9.9.1-P3 from source and while looking through the query log files I noticed that IP addresses were being resolved: 27-Sep-2012 12:01:56.512 client 192.168.5.10#44863 (host.foo.com): query: www.ibm.com ... In my other servers which are running the redhat packaged versi

Re: How to prevent BIND from resolving addresses in logs

2012-09-27 Thread Sten Carlsen
On 27/09/12 21:08, Spumonti Spumonti wrote: > I just installed BIND 9.9.1-P3 from source and while looking through the > query log files I noticed that IP addresses were being resolved: > > > 27-Sep-2012 12:01:56.512 client 192.168.5.10#44863 (host.foo.com): query: > www.ibm.com ... > > > > > In

Re: How to prevent BIND from resolving addresses in logs

2012-09-27 Thread Jeremy C. Reed
On Thu, 27 Sep 2012, Spumonti Spumonti wrote: > I just installed BIND 9.9.1-P3 from source and while looking through > the query log files I noticed that IP addresses were being resolved: > > > 27-Sep-2012 12:01:56.512 client 192.168.5.10#44863 (host.foo.com): > query: www.ibm.com ... That i

Re: How to prevent BIND from resolving addresses in logs

2012-09-27 Thread Doug Barton
On 09/27/2012 12:11 PM, Jeremy C. Reed wrote: > On Thu, 27 Sep 2012, Spumonti Spumonti wrote: > >> I just installed BIND 9.9.1-P3 from source and while looking through >> the query log files I noticed that IP addresses were being resolved: >> >> >> 27-Sep-2012 12:01:56.512 client 192.168.5.10#448

Re: How to prevent BIND from resolving addresses in logs

2012-09-27 Thread Spumonti Spumonti
Wow, do I feel like an idiot ... there's dumb and then there's the message I sent in. I just took a quick look and *ASSUMED* the name in parentheses after the client IP address was the hostname of the IP address. Nope. Looking at another line from the log and actually READING it I see this i

Re: How to prevent BIND from resolving addresses in logs

2012-09-27 Thread Doug Barton
On 09/27/2012 12:44 PM, Spumonti Spumonti wrote: > Wow, do I feel like an idiot ... ... and I feel even more so because I didn't double-check for myself. :) Doug ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from thi

Re: How to prevent BIND from resolving addresses in logs

2012-09-27 Thread Mark Andrews
In message <1348772894.42110.yahoomailclas...@web126006.mail.ne1.yahoo.com>, Spumonti Spumonti writes: > I just installed BIND 9.9.1-P3 from source and while looking through the > query log files I noticed that IP addresses were being > resolved: > > > 27-Sep-2012 12:01:56.512 client 192.168.