questions on bind cache with views

Young H. armywide at gmail.com
Thu Dec 17 09:39:17 UTC 2009


Hello,

I have config the bind-9.6.1 with multi-views and "recursion yes".
But I found bind always deny the query to its cache, the log shows:

Dec 17 17:30:42 localhost named[15603]: client 113.96.221.24#54412:
view tel: query: www.126.com IN A +
Dec 17 17:30:42 localhost named[15603]: client 113.96.221.24#54412:
view tel: query (cache) 'www.126.com/A/IN' denied


view tel looks as:

view "tel" {
      match-clients {
          key "telkey";
          any;
      };
      allow-update {key "telkey";};

      zone "my.zone" {
           type master;
           file "/usr/local/bind/etc/my.zone.db";
      };
};


Please help me, thanks in advance.

// Young.



More information about the bind-users mailing list