Re: Reload only ACL

2016-04-26 Thread Ali Jawad
: > > On Mon, Apr 25, 2016 at 5:30 PM, Carl Byington wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA512 >> >> On Mon, 2016-04-25 at 23:23 +0300, Ali Jawad wrote: >> > based on a user tool the users "hundreds in corporate environment" get &

Reload only ACL

2016-04-25 Thread Ali Jawad
Hi I do have a very specific requirement for private/public zones and based on a user tool the users "hundreds in corporate environment" get either public or private zone, the tool simply writes to an ACL file, my problem is that the only way I found that does not flush the cache of the server and

Database driven ACL

2016-02-29 Thread Ali Jawad
Hi Is there a mature/tested method of loading ACLs through a DB query instead of editing the config file or reading/writing into a text file ? Regards ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind

Re: Dynamic ACL

2015-04-08 Thread Ali Jawad
ote: > In article , > Ali Jawad wrote: > > > Hi > > I am running BIND 9.10 and I have looked through various options > including > > DLZ and RPZ but I am still not sure if they can do what I need or if i > need > > to look at something different. Here is my s

Dynamic ACL

2015-04-08 Thread Ali Jawad
Hi I am running BIND 9.10 and I have looked through various options including DLZ and RPZ but I am still not sure if they can do what I need or if i need to look at something different. Here is my scenario and I would appreciate if you could advice me. - I do have 6 different Geo ACLs and a de

IP2Location instead of Maxmind

2014-07-12 Thread Ali Jawad
Hi I am using 9.10 with geoIP, however the subscription based Maxmind database does have quite a number of mistakes that are correct in IP2location "judging from domaintools.com", can I use iP2location instead of Maxmind ? Regards ___ Please visit https:/

Re: Error when using GeoIP

2014-07-01 Thread Ali Jawad
worked !! Now I only have to edit the cronjob to copy the updated GeoIP.dat file to the chroot when Maxmind updates. Thanks ! Regards On Tue, Jul 1, 2014 at 9:16 PM, Mukund Sivaraman wrote: > Hi Ali > > On Tue, Jul 01, 2014 at 08:41:32PM +0200, Ali Jawad wrote: > > [root@uk etc]

Re: Error when using GeoIP

2014-07-01 Thread Ali Jawad
of geoip-geolite-2013.04-1.el6.noarch conflicts with file from package GeoIP-1.4.8-1.el6.x86_64 Is geoip-geolite not provided by maxmind ? Regards On Tue, Jul 1, 2014 at 8:56 PM, Jeremy C. Reed wrote: > On Tue, 1 Jul 2014, Ali Jawad wrote: > > > [root@uk etc]# ls -lart /usr

Re: Error when using GeoIP

2014-07-01 Thread Ali Jawad
Hi Jeremy Thanks for chipping in. Usual as ever. So I did actually use geoip-directory "/usr/share/GeoIP"; and ls of that dir is [root@uk etc]# ls -lart /usr/share/GeoIP/ -rw-r--r-- 1 root root 1206078 Jul 1 10:08 GeoIP.dat The output from the logs is Jul 1 14:38:56 uk named[1795]: using

Re: Error when using GeoIP

2014-07-01 Thread Ali Jawad
build the RPM to be deployed across my servers, and it will save me some time. Thanks On Tue, Jul 1, 2014 at 4:52 PM, Tony Finch wrote: > Ali Jawad wrote: > > > > acl "US" { > > geoip country US; > > }; > > > > view "US" { > >

Error when using GeoIP

2014-07-01 Thread Ali Jawad
Hi I did compile 9.10 with --with-geoip , did the config as follows : In options geoip-directory "/usr/share/GeoIP/GeoIP.dat"; in zones acl "US" { geoip country US; }; view "US" { match-clients { US; }; //Once I add this it throws the error below *** include "/etc/named

Re: GeoIP in 9.10 RC2

2014-05-01 Thread Ali Jawad
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 M

Re: GeoIP in 9.10 RC2

2014-04-30 Thread Ali Jawad
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: > >

Re: GeoIP in 9.10 RC2

2014-04-30 Thread Ali Jawad
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

GeoIP in 9.10 RC2

2014-04-30 Thread Ali Jawad
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]

Re: GeoIP Patch for 9.9.5

2014-04-30 Thread Ali Jawad
That is actually great news, I prefer it to be built in, I think I did read the wrong release notes in that case. I think I will give it a try. Regards On Wed, Apr 30, 2014 at 10:24 PM, Anand Buddhdev wrote: > On 30/04/2014 22:14, Ali Jawad wrote: > > > Hi All > > > &

GeoIP Patch for 9.9.5

2014-04-30 Thread Ali Jawad
Hi All I did compile latest stable 9.9.5 on Centos 6 and it worked just fine. What I need to do now is enable the geo ip patch. I have done it before for earlier versions, however for the latest Bind release the available patch is failing. And 9.10 is still in Alpha 2. So does anybody know about