Hi
I did compile 9.10 with GeoIP config is below :

in options

        geoip-directory "/usr/share/GeoIP/";

Then

acl "US" {

  geoip country US;

};

view "US" {

       match-clients { US; };

       include "/etc/named.rfc1912.zones";

};

Start up log shows :


Apr 30 17:24:19 sj named[24407]: using "/usr/share/GeoIP/" as GeoIP
directory

Apr 30 17:24:19 sj named[24407]: initializing GeoIP Country (IPv4) (type 1)
DB

Apr 30 17:24:19 sj named[24407]: GEO-106FREE 20110601 Build 1 Copyright (c)
2011 MaxMind Inc All Rights Reserved


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.

Any hints ?


Regards
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to