All of lore.kernel.org
 help / color / mirror / Atom feed
From: "\"이근수\"" <kslee109@naver.com>
To: <netfilter-devel@lists.netfilter.org>
Cc: kslee109@gmail.com
Subject: How many rules were supported iptables?
Date: Tue, 29 Aug 2006 18:47:44 +0900 (KST)	[thread overview]
Message-ID: <44F40D40.000001.26217@i4j048> (raw)

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

             reply	other threads:[~2006-08-29  9:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-29  9:47 "이근수" [this message]
  -- strict thread matches above, loose matches on Subject: below --
2006-10-20  6:18 How many rules were supported iptables? 이근수
2006-10-20  6:47 ` Maik Hentsche
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-10-26 12:39 scott comer (sccomer)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44F40D40.000001.26217@i4j048 \
    --to=kslee109@naver.com \
    --cc=kslee109@gmail.com \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.