GeoIP in 9.10 RC2

Ali Jawad alijawad1 at gmail.com
Wed Apr 30 21:33:06 UTC 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20140430/378e8fa1/attachment.html>


More information about the bind-users mailing list