Confirm patch works, in both formats.
Thanks !
On Thu, May 1, 2014 at 8:19 AM, Ali Jawad wrote:
> Hi Evan
> You guys are doing a great job. I did actually try before without acl
> directly in view. The error was at the time No ACL geoip. Will retry with
> patch. Thanks !
> On May 1, 2014 6:38
Hi Evan
You guys are doing a great job. I did actually try before without acl
directly in view. The error was at the time No ACL geoip. Will retry with
patch. Thanks !
On May 1, 2014 6:38 AM, "Evan Hunt" wrote:
> On Wed, Apr 30, 2014 at 11:33:06PM +0200, Ali Jawad wrote:
> > Any hints ?
>
> So,
On Wed, Apr 30, 2014 at 11:33:06PM +0200, Ali Jawad wrote:
> Any hints ?
So, yeah, that's embarrassing. It never crossed my mind to test geoip
ACL elements by referencing them indirectly in named ACLs, as you did;
I only referenced them directly. Apparently none of the folks who've
been using the
On Wed, 30 Apr 2014, Ali Jawad wrote:
> view "US" {
>
> match-clients { US; };
For now please change to:
match-clients { geoip country US; };___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
from this list
bind
Hi Jeremy
I did actually test with the online demo of maxmind, did redo the test with
geoiplookup ip.ip.ip.ip and it did return the correct info, so that does
not appear to be the issue.
Regards
On Wed, Apr 30, 2014 at 11:47 PM, Jeremy C. Reed wrote:
> > So the the IPv4 Country DB is recognized
> 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.
You may want to try the geoiplookup (provided by GeoIP sof
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]
7 matches
Mail list logo