All of lore.kernel.org
 help / color / mirror / Atom feed
From: Payal Rathod <payal-netfilter@scriptkitchen.com>
To: Netfilter ML <netfilter@lists.netfilter.org>
Subject: limiting connections
Date: Mon, 1 Nov 2004 04:26:21 -0500	[thread overview]
Message-ID: <20041101092621.GA6044@tranquility.scriptkitchen.com> (raw)

Hi,
As I mentioned in my previous mails, I use something like below to
redirect connections from outside to my internal machine.
# iptables -t nat -I PREROUTING -d <my_ext_ip> -p tcp --dport \
8081 -j DNAT --to-destination 192.168.0.16:80

But I want only say 3 connections allowed at a time from outside. How do I 
do it in iptables?  I am not getting the exact syntax.

Thanks a lot in advance.
With warm regards,
-Payal



             reply	other threads:[~2004-11-01  9:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-01  9:26 Payal Rathod [this message]
2004-11-01 13:45 ` limiting connections Jason Opperisano
2004-11-01 14:51   ` Payal Rathod
2004-11-01 15:04     ` Jason Opperisano
2004-11-01 16:19       ` Payal Rathod
2004-11-01 16:33         ` Jason Opperisano

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=20041101092621.GA6044@tranquility.scriptkitchen.com \
    --to=payal-netfilter@scriptkitchen.com \
    --cc=netfilter@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.