All of lore.kernel.org
 help / color / mirror / Atom feed
* connlimit problem
@ 2004-03-29 14:02 kamil kapturkiewicz
  0 siblings, 0 replies; 17+ messages in thread
From: kamil kapturkiewicz @ 2004-03-29 14:02 UTC (permalink / raw)
  To: netfilter

hi

after run kernel 2.4.25 with connlimit from latest pom there is lots of:

kernel: ipt_connlimit: Oops: invalid ct state ?

in syslog.

i try to find solve in google, but i cant find answer what to do whit this.

can anyone help me ? please ;)




^ permalink raw reply	[flat|nested] 17+ messages in thread
* connlimit problem
@ 2004-07-14  9:37 Robert Czechonski
  2004-07-14 10:00 ` Antony Stone
  2004-07-14 10:02 ` Sven Schuster
  0 siblings, 2 replies; 17+ messages in thread
From: Robert Czechonski @ 2004-07-14  9:37 UTC (permalink / raw)
  To: netfilter

Hello
I have kernel 2.4.25 and iptables 1.2.11. When I typed:

iptables -p tcp --syn --dport 80 -m connlimit --connlimit-above 80 -j REJECT

The system pesponded:

iptables v1.2.11: no command specified
Try `iptables -h' or 'iptables --help' for more information.

Anyone can tell me what did I wrong?
-- 

Robert



^ permalink raw reply	[flat|nested] 17+ messages in thread
* Connlimit problem
@ 2005-01-26 14:26 Omar Garcia
       [not found] ` <41F7AFBE.8080509@arcoscom.com>
  2005-01-26 15:42 ` Samuel Jean
  0 siblings, 2 replies; 17+ messages in thread
From: Omar Garcia @ 2005-01-26 14:26 UTC (permalink / raw)
  To: netfilter

Hi list,

I try to configurate a transparent bridge with QoS
I have a pentium computer with two network cards, kernel 2.6.8 with IMQ,WRR,IPP2P and other more patched.

The problem is when i try to include the following rule:

 iptables -A PREROUTING -t mangle -m connlimit --connlimit-above 100 -j DROP

If i tried in two steps, i confirm that the module connlimit is installed:

BridgeWall:/home/omar# iptables -A PREROUTING -t mangle -m connlimit
    iptables v1.2.11: You must specify `--connlimit-above'
    Try `iptables -h' or 'iptables --help' for more information.

    
 BridgeWall:/home/omar# iptables -A PREROUTING -t mangle -m connlimit --connlimit-above 12 -j DROP
     iptables: No chain/target/match by that name
Any idea????

Thanks in advange.

Regards

^ permalink raw reply	[flat|nested] 17+ messages in thread
* connlimit problem
@ 2011-09-09  8:02 Jean-Philippe Menil
  2011-09-09  8:55 ` Pandu Poluan
  2011-09-09  9:12 ` Jozsef Kadlecsik
  0 siblings, 2 replies; 17+ messages in thread
From: Jean-Philippe Menil @ 2011-09-09  8:02 UTC (permalink / raw)
  To: netfilter

Hi,

I try to limit the connection per ip with connlimit in addition to the 
socket match, with the following rule:
$IPTABLES -t mangle -A PREROUTING -s $LAN -p tcp --syn --dport http -m 
socket -m connlimit --connlimit-above 0 -j DIVERT

But as you can see, theses rules  never match:

     0     0 DIVERT     tcp  --  *      *       192.168.100.0/24     
0.0.0.0/0            tcp dpt:80flags: 0x17/0x02 socket #conn src/32 > 1
     9  3030 DIVERT     tcp  --  *      *       192.168.100.0/24     
0.0.0.0/0            tcp dpt:80 socket
     5   216 TPROXY     tcp  --  *      *       192.168.100.0/24     
0.0.0.0/0            tcp dpt:80 TPROXY redirect 0.0.0.0:50080 mark 0x1/0x1
     0     0 DIVERT     tcp  --  *      *       192.168.100.0/24     
0.0.0.0/0            tcp dpt:3128flags: 0x17/0x02 socket #conn src/32 > 1
     6  2491 DIVERT     tcp  --  *      *       192.168.100.0/24     
0.0.0.0/0            tcp dpt:3128 socket
    19   800 TPROXY     tcp  --  *      *       192.168.100.0/24     
0.0.0.0/0            tcp dpt:3128 TPROXY redirect 0.0.0.0:50080 mark 0x1/0x1

Is this an expected behaviour, or a problem in my rules?

Regards

-- 
Jean-Philippe Menil - Pôle réseau Service IRTS
DSI Université de Nantes
jean-philippe.menil@univ-nantes.fr
Tel : 02.53.48.49.27 - Fax : 02.53.48.49.09


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

end of thread, other threads:[~2011-09-09  9:33 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-29 14:02 connlimit problem kamil kapturkiewicz
  -- strict thread matches above, loose matches on Subject: below --
2004-07-14  9:37 Robert Czechonski
2004-07-14 10:00 ` Antony Stone
2004-07-14 10:02 ` Sven Schuster
2005-01-26 14:26 Connlimit problem Omar Garcia
     [not found] ` <41F7AFBE.8080509@arcoscom.com>
2005-01-26 15:04   ` Omar Garcia
2005-01-26 16:00     ` Samuel Jean
2005-01-26 15:42 ` Samuel Jean
2005-01-26 15:59   ` Omar Garcia
2011-09-09  8:02 connlimit problem Jean-Philippe Menil
2011-09-09  8:55 ` Pandu Poluan
2011-09-09  9:07   ` Jan Engelhardt
2011-09-09  9:12 ` Jozsef Kadlecsik
2011-09-09  9:21   ` Jean-Philippe Menil
2011-09-09  9:22     ` Jozsef Kadlecsik
2011-09-09  9:25       ` Jean-Philippe Menil
2011-09-09  9:33         ` Jozsef Kadlecsik

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.