<div dir="ltr">Hi<div>I did compile 9.10 with GeoIP config is below :</div><div><br></div><div>in options </div><div>







<p class="">        geoip-directory "/usr/share/GeoIP/";</p><p class="">Then </p></div><div>







<p class="">acl "US" {</p>
<p class="">  geoip country US;</p>
<p class="">};</p>
<p class="">view "US" {</p>
<p class="">       match-clients { US; };</p>
<p class="">       include "/etc/named.rfc1912.zones";</p>
<p class="">};</p><p class="">Start up log shows :</p><p class=""><br></p><p class="">Apr 30 17:24:19 sj named[24407]: using "/usr/share/GeoIP/" as GeoIP directory</p><p class="">Apr 30 17:24:19 sj named[24407]: initializing GeoIP Country (IPv4) (type 1) DB</p>

<p class="">Apr 30 17:24:19 sj named[24407]: GEO-106FREE 20110601 Build 1 Copyright (c) 2011 MaxMind Inc All Rights Reserved</p><p class=""><br></p><p class="">So the the IPv4 Country DB is recognized and loaded, but digs from US to that server still result in queries from the ALL view, which is the last view in the config file and the test View above is the first View in teh config file.<br>

</p><p class="">Any hints ?</p><p class=""><br></p><p class="">Regards</p></div></div>