Displaying 20 results from an estimated 4000 matches similar to: "GeoIP support - DenyCountry"
2017 Feb 16
1
Centos7 GeoIP support with BIND
In my new Centos7 BIND DNS server, I am seeing messages in logwatch
about GeoIP.
Something new for me to learn about, and it seems, configure.
Checking to see what packages are available I find:
GeoIP.armv7hl 1.5.0-11.el7 @centos-base_rbf
GeoIP-data.noarch 1.5.0-11.el7 base
GeoIP-devel.armv7hl 1.5.0-11.el7 base
2011 Apr 10
2
Webalizer and GeoIP?
I have a small problem with webalizer. I use it to analyze logs of a small web
server hosting a single site, and the only thing I am interested in from
webalizer is the piechart diagram it produces about the geographic
distribution of people visiting the site.
However, the piechart it produces gives me a very crude information, with 50%
or so of visitors belonging to "unresolved",
2016 Aug 28
0
.htaccess file
> -----Original Message-----
> From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On
> Behalf Of TE Dukes
> Sent: Sunday, August 28, 2016 10:36 AM
> My home system on a DSL line is getting worn out by bad behavior robots.
> Awhile back, I created a .htaccess file that block countries by IP blocks.
> Its 2MB in size.
...
> So, today, I tried
2019 Jan 14
3
CentOS 6.X, iptables 1.47 and GeoLite2 Country Database
Hi
Specs in subject line: CentOS 6.X all latest patches), iptables 1.47, Apache2.2
I use the Geolite legacy databases together with iptables 1.47 to filter traffic for a variety of ports and only allow .AU traffic to have access.
Maxmind (https://dev.maxmind.com/geoip/geoip2/geolite2/) changed the default DB to the latest version which is GeoLite2, this leaves all users in need of the old
2017 May 11
0
Upgrading BIND DNS Backend
Hi,
Problem solved. It was related to SELINUX.
The moment it is disabled, BIND service started properly.
--
Thanks & Regards,
Anantha Raghava
DISCLAIMER:
This e-mail communication and any attachments may be privileged and
confidential to eXza Technology Consulting & Services, and are intended
only for the use of the recipients named above If you are not the
addressee you may
2011 Jan 27
2
GeoIP gem working locally but not on server
I have the GeoIP gem working in my local environment (OSX), but when I
move the code to our dev server (Ubuntu) via scp then it doesn''t work -
it
looks like the file is being treated like a text file instead of binary:
>> g = GeoIP.new("#{RAILS_ROOT}/lib/GeoIP.dat")
NoMethodError: undefined method `bytes'' for "ved":String
from
2019 Jan 14
0
CentOS 6.X, iptables 1.47 and GeoLite2 Country Database
On 14/01/2019 07:09, Jobst Schmalenbach wrote:
> Hi
>
> Specs in subject line: CentOS 6.X all latest patches), iptables 1.47, Apache2.2
>
> I use the Geolite legacy databases together with iptables 1.47 to filter traffic for a variety of ports and only allow .AU traffic to have access.
>
I use ipdeny's aggregated country lists to do the same thing:
2017 Nov 06
0
corrupted db after upgrading to 4.7
Hello.
To follow-up this issue, since the upgrade, when i do a named reload it crash, look like there's duplicated zones.
Here's the log when i trigger a reload
nov 05 03:09:02 data.contoso.com named[2807]: received control channel command 'reload'
nov 05 03:09:02 data.contoso.com named[2807]: loading configuration from '/etc/named.conf'
nov 05 03:09:02 data.contoso.com
2019 May 14
0
weakforced and GeoIP lookups
Hi Neil
according to yum list installed I have
> libmaxminddb-devel.x86_64 1.2.0-1.el7 @epel
but I checked the saved output from my former ./configure command and found
> checking for GEOIP... no
but even running a new autoreconf -i and ./configure after a make clean
it still shows that GEOIP is not found.
Does the lib has to explicitly specified as argument
2018 May 11
0
Bind_DLZ krb errors @ startup.
I"m seeing this as well, after I updated my CentOS 7 hosts to the latest
release.
Something seems to have broken!
On 10 May 2018 at 17:54, Tom Diehl via samba <samba at lists.samba.org> wrote:
> Hi,
>
> I have 2 self compiled samba 4 DCs running 4.7.7 on Centos 7.5. One of them
> is operating normally. On the other DC bind will not start. I turned up
> debugging on
2019 Jan 16
1
CentOS 6.X, iptables 1.47 and GeoLite2 Country Database
On Tue, Jan 15, 2019 at 07:43:02AM +0000, Phil Perry (pperry at elrepo.org) wrote:
> On 15/01/2019 01:29, Jobst Schmalenbach wrote:
> > On Mon, Jan 14, 2019 at 07:29:45AM +0000, Phil Perry (pperry at elrepo.org) wrote:
> > > On 14/01/2019 07:09, Jobst Schmalenbach wrote:
> Below is my script for creating/updating an ipset to block my top 10
> Hope that helps
Thanks, it
2009 Nov 07
1
Fwd: [PATCH (geoip)] use IO.pread from the io-extra lib if possible
I sent this to the author of geoip a few days ago and haven''t heard
back, yet. Since he may be on vacation or busy, somebody may also hit
this problem in the mean time, I figured I''d post the patch + git
repo I sent him here.
Unicorn users:
The pread(2)/pwrite(2) syscalls are very useful for making libraries
like this one (that rely on an on-disk database) compatible with
2017 Nov 06
0
corrupted db after upgrading to 4.7
options {
listen-on port 53 { 127.0.0.1; 172.17.2.187; };
//listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query { localhost; 172.17.0.0/16; };
allow-transfer { localhost;
2018 May 10
2
Bind_DLZ krb errors @ startup.
Hi,
I have 2 self compiled samba 4 DCs running 4.7.7 on Centos 7.5. One of them
is operating normally. On the other DC bind will not start. I turned up
debugging on dlz_bind as per
https://wiki.samba.org/index.php/BIND9_DLZ_DNS_Back_End#Debugging_the_BIND9_DLZ_Module
When I try to start named I get the following in the logs:
May 10 13:19:44 vdc2 named[23773]: starting BIND
2017 May 11
2
Upgrading BIND DNS Backend
Hi,
I am trying to upgrade frm INTERNAL DNS to BIND_DLZ.
I followed the procedure given in
https://wiki.samba.org/index.php/Changing_the_DNS_Back_End_of_a_Samba_AD_DC
and https://wiki.samba.org/index.php/BIND9_DLZ_DNS_Back_End.
When I start the BIND Service, it fails with an error. In journalctl -xe
we come to know that named service is unbale to open dlz_bind9_9.so file.
Full error message
2005 Jan 12
0
GeoIP?
Hi all, does anybody know what happened to GeoIP (www.geoip.net)? It
seems I just get an empty page if I try go to the site now...
Thanks,
Justin
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2019 May 14
0
weakforced and GeoIP lookups
Hi list
hope it's okay to ask weakforced questions here as well, but I could not
find a dedicated mailinglist for wforce.
I want to enable GeoIP lookups in my wforce daemon. In a first step I
installed luarocks and lua-compat53 to install mmdblua module.
Then I added
newGeoIP2DB("country", "/usr/local/share/GeoIP/GeoLite2-Country.mmdb")
local mygeodb =
2005 Oct 24
4
Shorewall and GEOIP????
Hello all gurus,
I have a question, and I do not know if it has every been asked. I am
wondering if shorewall has the capablility to use GEOip. I have an
extensive blacklist that keeps growing and growing by the month. I was
wondering if there was any capablility of using GEOip or any plans in the
future.
Thanks
Shorewall Administrator.
2017 Nov 06
2
corrupted db after upgrading to 4.7
On Mon, 6 Nov 2017 11:39:50 +0100 (CET)
Maxence SARTIAUX via samba <samba at lists.samba.org> wrote:
> Hello.
>
> To follow-up this issue, since the upgrade, when i do a named reload
> it crash, look like there's duplicated zones.
>
> Here's the log when i trigger a reload
>
>
> nov 05 03:09:02 data.contoso.com named[2807]: received control
>
2015 Sep 17
2
restrict map-login by geoip?
Thanks Benny. I should've said I saw AllowNets but in researching it looked like it expected a smaller comma separated list, not hundreds of IP blocks. Is that what you are using to accomplish this?
Thanks,
-Terry
iPhone says Hello World!
> On Sep 16, 2015, at 6:31 PM, Benny Pedersen <me at junc.eu> wrote:
>
> Terry Barnum skrev den 2015-09-17 02:32:
>
>> I've