All of lore.kernel.org
 help / color / mirror / Atom feed
* IPset and IPv6 support
@ 2007-05-08 11:23 husnu demir
  2007-05-08 18:59 ` Jozsef Kadlecsik
  0 siblings, 1 reply; 6+ messages in thread
From: husnu demir @ 2007-05-08 11:23 UTC (permalink / raw)
  To: netfilter

Hi,

Is there any thought on the IPv6 support?

hdemir.


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

* Re: IPset and IPv6 support
  2007-05-08 11:23 IPset and IPv6 support husnu demir
@ 2007-05-08 18:59 ` Jozsef Kadlecsik
  2007-05-08 20:25   ` IPset included in distro Randall C Grimshaw
       [not found]   ` <20070509060534.GA3117230@metu.edu.tr>
  0 siblings, 2 replies; 6+ messages in thread
From: Jozsef Kadlecsik @ 2007-05-08 18:59 UTC (permalink / raw)
  To: husnu demir; +Cc: netfilter

On Tue, 8 May 2007, husnu demir wrote:

> Is there any thought on the IPv6 support?

Yep, it's on my TODO list. At last it seems I'm going to have time to 
proceed...

Best regards,
Jozsef
-
E-mail  : kadlec@blackhole.kfki.hu, kadlec@sunserv.kfki.hu
PGP key : http://www.kfki.hu/~kadlec/pgp_public_key.txt
Address : KFKI Research Institute for Particle and Nuclear Physics
           H-1525 Budapest 114, POB. 49, Hungary


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

* IPset included in distro
  2007-05-08 18:59 ` Jozsef Kadlecsik
@ 2007-05-08 20:25   ` Randall C Grimshaw
  2007-05-08 20:31     ` Eric Leblond
  2007-05-09 10:27     ` Elvir Kuric
       [not found]   ` <20070509060534.GA3117230@metu.edu.tr>
  1 sibling, 2 replies; 6+ messages in thread
From: Randall C Grimshaw @ 2007-05-08 20:25 UTC (permalink / raw)
  To: Jozsef Kadlecsik; +Cc: netfilter


Does anyone know of a mainstream distribution that does not require a
custom kernel to use IPset? Is devil-linux approaching that class?
<><Randy


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

* Re: IPset included in distro
  2007-05-08 20:25   ` IPset included in distro Randall C Grimshaw
@ 2007-05-08 20:31     ` Eric Leblond
  2007-05-09 10:27     ` Elvir Kuric
  1 sibling, 0 replies; 6+ messages in thread
From: Eric Leblond @ 2007-05-08 20:31 UTC (permalink / raw)
  To: Randall C Grimshaw; +Cc: netfilter, Jozsef Kadlecsik

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

Hi,

Le mardi 08 mai 2007 à 16:25 -0400, Randall C Grimshaw a écrit :
> Does anyone know of a mainstream distribution that does not require a
> custom kernel to use IPset? 

Mandriva is using Ipset for some of its tools :
	http://www.mandriva.com/

> Is devil-linux approaching that class?
I don't know.

BR,
-- 
Eric Leblond <eric@inl.fr>
INL

[-- Attachment #2: Ceci est une partie de message numériquement signée --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: IPset included in distro
  2007-05-08 20:25   ` IPset included in distro Randall C Grimshaw
  2007-05-08 20:31     ` Eric Leblond
@ 2007-05-09 10:27     ` Elvir Kuric
  1 sibling, 0 replies; 6+ messages in thread
From: Elvir Kuric @ 2007-05-09 10:27 UTC (permalink / raw)
  To: Randall C Grimshaw; +Cc: netfilter

Maybe try this,

http://packages.debian.org/unstable/net/ipset ....

Regards

PS: Debian is mainstream distribution, is not it?

Elvir Kuric

On 5/8/07, Randall C Grimshaw <rgrimsha@syr.edu> wrote:
>
> Does anyone know of a mainstream distribution that does not require a
> custom kernel to use IPset? Is devil-linux approaching that class?
> <><Randy
>
>


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

* Re: Compile errors for debian-amd64
       [not found]         ` <20070511081629.GA2289802@metu.edu.tr>
@ 2007-05-24 14:48           ` husnu demir
  0 siblings, 0 replies; 6+ messages in thread
From: husnu demir @ 2007-05-24 14:48 UTC (permalink / raw)
  To: netfilter-devel

thank to all. At last the patch came out and it worked for ipset :).


hdemir.

On Fri, May 11, 2007 at 11:16:29AM +0300, husnu demir wrote:
> Hi,
> 
> I am trying to compile kernel 2.6.21.1 with ipset from pom-ng snapshot of 10.05.2007. However, there is problem as;
> 
> 
> Kernel: arch/x86_64/boot/bzImage is ready  (#1)
>   Building modules, stage 2.
>   MODPOST 725 modules
> WARNING: "ip6t_register_target" [net/ipv6/netfilter/ip6t_ROUTE.ko] undefined!
> WARNING: "ip6t_unregister_target" [net/ipv6/netfilter/ip6t_ROUTE.ko] undefined!
> WARNING: "ipt_register_match" [net/ipv4/netfilter/ipt_set.ko] undefined!
> WARNING: "ipt_unregister_match" [net/ipv4/netfilter/ipt_set.ko] undefined!
> WARNING: "ipt_register_target" [net/ipv4/netfilter/ipt_SET.ko] undefined!
> WARNING: "ipt_unregister_target" [net/ipv4/netfilter/ipt_SET.ko] undefined!
> WARNING: "ipt_register_target" [net/ipv4/netfilter/ipt_ROUTE.ko] undefined!
> WARNING: "ipt_unregister_target" [net/ipv4/netfilter/ipt_ROUTE.ko] undefined!
> make[1]: *** [__modpost] Error 1
> make: *** [modules] Error 2
> 
> 
> When I change the ipt_unregister_match(&set_match); to xt_reg... etc., it compiles but does not work. I think it needs something elses.
> 
> # iptables -A OUTPUT -m set --set izinli src -j ACCEPT
> iptables: No chain/target/match by that name
> 
> 
> # ipset -nL izinli
> Name: izinli
> Type: iphash
> References: 0
> Default binding: 
> Header: hashsize: 1024 probes: 8 resize: 50
> Members:
> 10.10.144.156
> Bindings:
> 
> 
> 
> Do I only need help on this subject? I could not find any patches available on the dev-list and also for the ROUTE as said before??
> 
> 
> Thanks.
> 
> hdemir.
> 
> 

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

end of thread, other threads:[~2007-05-24 14:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-08 11:23 IPset and IPv6 support husnu demir
2007-05-08 18:59 ` Jozsef Kadlecsik
2007-05-08 20:25   ` IPset included in distro Randall C Grimshaw
2007-05-08 20:31     ` Eric Leblond
2007-05-09 10:27     ` Elvir Kuric
     [not found]   ` <20070509060534.GA3117230@metu.edu.tr>
     [not found]     ` <Pine.LNX.4.64.0705091132430.30518@blackhole.kfki.hu>
     [not found]       ` <20070509105159.GA970840@metu.edu.tr>
     [not found]         ` <20070511081629.GA2289802@metu.edu.tr>
2007-05-24 14:48           ` Compile errors for debian-amd64 husnu demir

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.