All of lore.kernel.org
 help / color / mirror / Atom feed
* How many rules were supported iptables?
@ 2006-10-20  6:18 이근수
  2006-10-20  6:47 ` Maik Hentsche
  0 siblings, 1 reply; 10+ messages in thread
From: 이근수 @ 2006-10-20  6:18 UTC (permalink / raw)
  To: netfilter-devel

Hi All.
I have a problem that is how many rules were supported iptables.
The program which I maintain and repair generated iptables rules automatically.
Now, I encounter this problem.
Source and destination IP address is written range by user.( ex, 1.1.1.1~1.1.1.10 ) then our program generated 10 IP address(1.1.1.1, 1.1.1.2, 1.1.1.3, … , 1.1.1.10) and make 10 iptables rules.
Unfortunately, user wrote iptables rules like this, 10,000 rules is generated.
 “ iptalbes –A FORWARD –p tcp –s 1.1.1.1~1.1.1.100 –d 2.2.2.1~2.2.2.100 –j QUEUE”.
Do 10,000 rules operate safely?? Or Some rules don’t operate normally??
If some rules don’t operate normally, how many rules iptables does support??

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: How many rules were supported iptables?
@ 2006-10-26 12:39 scott comer (sccomer)
  0 siblings, 0 replies; 10+ messages in thread
From: scott comer (sccomer) @ 2006-10-26 12:39 UTC (permalink / raw)
  To: netfilter-devel

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

in our application, a sccp specific gateway, users outside the firewall 
authenticate using secure web browser, then we open 3 ports for them by 
inserting rules into a subchain of the input chain. in trials we could 
authenticate a max of 10,281 users (30,843 rules). after that the system 
hangs.

we are using kernel  2.6.16-1.2115_FC4 and iptables 1.3.5.

we did not have time to investigate the exact cause of the hang. i have 
no idea how big the ruleset was. how does one find that out?

scott out


^ permalink raw reply	[flat|nested] 10+ messages in thread
* How many rules were supported iptables?
@ 2006-10-20  6:28 이근수
  2006-10-20  6:43 ` Peter
  2006-10-20  7:13 ` m.innocenti
  0 siblings, 2 replies; 10+ messages in thread
From: 이근수 @ 2006-10-20  6:28 UTC (permalink / raw)
  To: netfilter-devel


Hi All.
I have a problem that is how many rules were supported iptables.
The program which I maintain and repair generated iptables rules automatically.
Now, I encounter this problem.
Source and destination IP address is written range by user.( ex, 1.1.1.1~1.1.1.10 ) then our program generated 10 IP address(1.1.1.1, 1.1.1.2, 1.1.1.3, … , 1.1.1.10) and make 10 iptables rules.
Unfortunately, user wrote iptables rules like this, 10,000 rules is generated.
 “ iptalbes –A FORWARD –p tcp –s 1.1.1.1~1.1.1.100 –d 2.2.2.1~2.2.2.100 –j QUEUE”.
Do 10,000 rules operate safely?? Or Some rules don’t operate normally??
If some rules don’t operate normally, how many rules iptables does support??

^ permalink raw reply	[flat|nested] 10+ messages in thread
* How many rules were supported iptables?
@ 2006-08-29  9:47 "이근수"
  0 siblings, 0 replies; 10+ messages in thread
From: "이근수" @ 2006-08-29  9:47 UTC (permalink / raw)
  To: netfilter-devel; +Cc: kslee109

Hi.
I have a problem that is how many rules were supported iptables.
The program which I maintain and repair generated iptables rules automatically.
Now, I encounter this problem.
Source and destination IP address is written range by user.( ex, 1.1.1.1~1.1.1.10 )
then our program generated 10 IP address(1.1.1.1, 1.1.1.2, 1.1.1.3, … , 1.1.1.10) and make 10 iptables rules.
Unfortunately, user wrote iptables rules like this, 10,000 rules is generated.
  iptalbes –A FORWARD –p tcp –s 1.1.1.1~1.1.1.100 –d 2.2.2.1~2.2.2.100 –j QUEUE.
Do 10,000 rules operate safely?? Or Some rules don’t operate normally??
If some rules don’t operate normally, how many rules iptables does support??------------------------------------------------------------------------
NAVER :: Korea's No.1 search portal
www.naver.com

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

end of thread, other threads:[~2006-10-26 15:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-20  6:18 How many rules were supported iptables? 이근수
2006-10-20  6:47 ` Maik Hentsche
  -- strict thread matches above, loose matches on Subject: below --
2006-10-26 12:39 scott comer (sccomer)
2006-10-20  6:28 이근수
2006-10-20  6:43 ` Peter
2006-10-20  7:06   ` Eric Dumazet
2006-10-26 12:12   ` Jesper Dangaard Brouer
2006-10-26 15:29     ` Paul C Diem
2006-10-20  7:13 ` m.innocenti
2006-08-29  9:47 "이근수"

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.