From mboxrd@z Thu Jan 1 00:00:00 1970 From: venkata subramanian Subject: Understanding rate limiting Date: Tue, 13 Sep 2005 11:54:59 +0530 Message-ID: Reply-To: venkatasubramanian@gmail.com Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org I am new to iptables and I find it hard to understand rate limiting. (-m li= mit) Just a few questions: 1) It is used for logging as well as not allowing a stream to exceed its packets/time quota? 2) will all the packets that execeed the given rate be dropped? (assuming a DROP jump is given) 3) is this a form of bandwidth management ... can i do this to limit the bandwidth used by members in my organization? 4) how is dstlimit different? (and... quit naive... why is there no srclimi= t?) I searched hard... but i have failed to find proper answers for the above questions....