netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [xtables-addons] geoip in Debian 7 working fine (--> please update the distro matrix)
@ 2012-10-15 11:55 U.Mutlu
  2012-10-18 17:18 ` Jan Engelhardt
  0 siblings, 1 reply; 5+ messages in thread
From: U.Mutlu @ 2012-10-15 11:55 UTC (permalink / raw)
  To: netfilter-devel

Hello,
please update the matrix at
http://xtables-addons.sourceforge.net/distro-support.php?p=kernel%7Ciptables%7Cxtables-addons%7Cxtables-geoip&d=.*
for Debian 7 (wheezy), as geoip is working well in that distribution
(the pkg "xtables-addons-common" from the debian repo must be installed).

Proof:
  1050 44349 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0            Source country: CN
    11   374 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0            Source country: HK

:-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [xtables-addons] geoip in Debian 7 working fine (--> please update the distro matrix)
  2012-10-15 11:55 [xtables-addons] geoip in Debian 7 working fine (--> please update the distro matrix) U.Mutlu
@ 2012-10-18 17:18 ` Jan Engelhardt
  2012-10-18 17:48   ` U.Mutlu
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Engelhardt @ 2012-10-18 17:18 UTC (permalink / raw)
  To: U.Mutlu; +Cc: netfilter-devel

On Monday 2012-10-15 13:55, U.Mutlu wrote:

> Hello,
> please update the matrix at
> http://xtables-addons.sourceforge.net/distro-support.php?p=kernel%7Ciptables%7Cxtables-addons%7Cxtables-geoip&d=.*
> for Debian 7 (wheezy), as geoip is working well in that distribution
> (the pkg "xtables-addons-common" from the debian repo must be installed).

Debian does not provide a xtables-geoip package.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [xtables-addons] geoip in Debian 7 working fine (--> please update the distro matrix)
  2012-10-18 17:18 ` Jan Engelhardt
@ 2012-10-18 17:48   ` U.Mutlu
  2012-10-18 17:54     ` U.Mutlu
  2012-10-18 17:57     ` Jan Engelhardt
  0 siblings, 2 replies; 5+ messages in thread
From: U.Mutlu @ 2012-10-18 17:48 UTC (permalink / raw)
  To: netfilter-devel

Jan Engelhardt wrote, On 10/18/2012 07:18 PM:
> On Monday 2012-10-15 13:55, U.Mutlu wrote:
>
>> Hello,
>> please update the matrix at
>> http://xtables-addons.sourceforge.net/distro-support.php?p=kernel%7Ciptables%7Cxtables-addons%7Cxtables-geoip&d=.*
>> for Debian 7 (wheezy), as geoip is working well in that distribution
>> (the pkg "xtables-addons-common" from the debian repo must be installed).
>
> Debian does not provide a xtables-geoip package.

As said, I've it working fine here, I used the following steps:

apt-get install xtables-addons-common libtext-csv-xs-perl
mkdir -p /usr/share/xt_geoip
cd /usr/lib/xtables-addons
./xt_geoip_dl
./xt_geoip_build -D /usr/share/xt_geoip *.csv

then restart the firewall script with the iptables geoip rules.

But: this is on physical host nodes only, don't know if it works also
in virtual systems like openvz containers on the host



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [xtables-addons] geoip in Debian 7 working fine (--> please update the distro matrix)
  2012-10-18 17:48   ` U.Mutlu
@ 2012-10-18 17:54     ` U.Mutlu
  2012-10-18 17:57     ` Jan Engelhardt
  1 sibling, 0 replies; 5+ messages in thread
From: U.Mutlu @ 2012-10-18 17:54 UTC (permalink / raw)
  To: netfilter-devel

U.Mutlu wrote, On 10/18/2012 07:48 PM:
> Jan Engelhardt wrote, On 10/18/2012 07:18 PM:
>> On Monday 2012-10-15 13:55, U.Mutlu wrote:
>>
>>> Hello,
>>> please update the matrix at
>>> http://xtables-addons.sourceforge.net/distro-support.php?p=kernel%7Ciptables%7Cxtables-addons%7Cxtables-geoip&d=.*
>>>
>>> for Debian 7 (wheezy), as geoip is working well in that distribution
>>> (the pkg "xtables-addons-common" from the debian repo must be installed).
>>
>> Debian does not provide a xtables-geoip package.
>
> As said, I've it working fine here, I used the following steps:
>
> apt-get install xtables-addons-common libtext-csv-xs-perl
> mkdir -p /usr/share/xt_geoip
> cd /usr/lib/xtables-addons
> ../xt_geoip_dl
> ../xt_geoip_build -D /usr/share/xt_geoip *.csv

oops, the mailer has made "..", it must of course be
   ./xt_geoip_dl
   ./xt_geoip_build -D /usr/share/xt_geoip *.csv


> then restart the firewall script with the iptables geoip rules.
>
> But: this is on physical host nodes only, don't know if it works also
> in virtual systems like openvz containers on the host



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [xtables-addons] geoip in Debian 7 working fine (--> please update the distro matrix)
  2012-10-18 17:48   ` U.Mutlu
  2012-10-18 17:54     ` U.Mutlu
@ 2012-10-18 17:57     ` Jan Engelhardt
  1 sibling, 0 replies; 5+ messages in thread
From: Jan Engelhardt @ 2012-10-18 17:57 UTC (permalink / raw)
  To: U.Mutlu; +Cc: netfilter-devel

On Thursday 2012-10-18 19:48, U.Mutlu wrote:

> Jan Engelhardt wrote, On 10/18/2012 07:18 PM:
>> On Monday 2012-10-15 13:55, U.Mutlu wrote:
>>
>>> Hello,
>>> please update the matrix at
>>> http://xtables-addons.sourceforge.net/distro-support.php?p=kernel%7Ciptables%7Cxtables-addons%7Cxtables-geoip&d=.*
>>> for Debian 7 (wheezy), as geoip is working well in that distribution
>>> (the pkg "xtables-addons-common" from the debian repo must be installed).
>>
>> Debian does not provide a xtables-geoip package.
>
> As said, I've it working fine here, I used the following steps:

I believe you that you did get it to work. However, the table is 
expressly about distro-package availability (it even says so in big 
letters), and Debian simply does not have anything premade such that you 
could `apt-get install xtables-geoip` to retrieve a (more-or-less) 
recent version of the geoip db ready for use.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-10-18 17:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 11:55 [xtables-addons] geoip in Debian 7 working fine (--> please update the distro matrix) U.Mutlu
2012-10-18 17:18 ` Jan Engelhardt
2012-10-18 17:48   ` U.Mutlu
2012-10-18 17:54     ` U.Mutlu
2012-10-18 17:57     ` Jan Engelhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).