--- Evert [Thu, Sep 18, 2008 at 08:24:17PM +0200]: --- > However, when I try a: > nslookup www1.domain.com. > > I get: > ------------------------------------------------- > Server: 127.0.0.1 > Address: 127.0.0.1#53 > > ** server can't find www1.domain.com: SERVFAIL > ------------------------------------------------- > > > > The queries.log shows it does go to the correct view: > ------------------------------------------------- > 18-Sep-2008 20:21:18.802 client 127.0.0.1#40414: view internal: query: > www1.domain.com IN A + > 18-Sep-2008 20:21:18.803 client 127.0.0.1#53315: view internal: query: > www1.domain.com IN A + > ------------------------------------------------- > > > What am I doing wrong here?
looks to me like your nslookup is getting sourced from your loopback, not that /24 you have defined in your views statement. try adding 127.0.0.1 to your match-clients statement perhaps.