Displaying 10 results from an estimated 10 matches for "geolite2".
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 Geolite Legacy database in the dark, they cannot update.
If I download a later version of xtables it will complain that it requires iptable>1.6 which I do not think I can get going on Cent...
2019 Jan 14
0
CentOS 6.X, iptables 1.47 and GeoLite2 Country Database
...ggregated country lists to do the same thing:
http://www.ipdeny.com/ipblocks/data/aggregated/
I just feed this data directly into ipset/iptables via a script running
on my firewall (not a C6 box). ipset is a really efficient way of doing
this.
> 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 Geolite Legacy database in the dark, they cannot update.
>
> If I download a later version of xtables it will complain that it requires iptable>1.6 which I do not think I can get goi...
2019 Jan 15
0
CentOS 6.X, iptables 1.47 and GeoLite2 Country Database
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:
>>> Hi
>> I use ipdeny's aggregated country lists to do the same thing:
>>
>> http://www.ipdeny.com/ipblocks/data/aggregated/
>>
>> I just feed this data
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
2019 Jan 15
2
CentOS 6.X, iptables 1.47 and GeoLite2 Country Database
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:
> > Hi
> I use ipdeny's aggregated country lists to do the same thing:
>
> http://www.ipdeny.com/ipblocks/data/aggregated/
>
> I just feed this data directly into ipset/iptables via a script running on
> my firewall (not a C6 box).
2019 May 14
2
weakforced and GeoIP lookups
...>
>>>> 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 = getGeoIP2DB("country")
>>>> if(mygeodb:lookupCountry(lt.remote) == 'XX')
>>>> then
>>>> return -1, "country blocked", "country blocked", { country="XX" }
>&g...
2019 May 14
2
weakforced and GeoIP lookups
...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 = getGeoIP2DB("country")
>> if(mygeodb:lookupCountry(lt.remote) == 'XX')
>> then
>> return -1, "country blocked", "country blocked", { country="XX" }
>> end
>>
>> to wfo...
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
2019 May 14
0
weakforced and GeoIP lookups
...akforced 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 = getGeoIP2DB("country")
if(mygeodb:lookupCountry(lt.remote) == 'XX')
then
return -1, "country blocked", "country blocked", { country="XX" }
end
to wforce.conf and tried to restart wforce but that ends up in a
>...
2019 May 14
0
weakforced and GeoIP lookups
...t 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 = getGeoIP2DB("country")
>>> if(mygeodb:lookupCountry(lt.remote) == 'XX')
>>> then
>>> ? return -1, "country blocked", "country blocked", { country="XX" }
>>> end
>&...