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

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; NATIVE IP; }; ...