All of lore.kernel.org
 help / color / mirror / Atom feed
* limiting connections
@ 2004-11-01  9:26 Payal Rathod
  2004-11-01 13:45 ` Jason Opperisano
  0 siblings, 1 reply; 6+ messages in thread
From: Payal Rathod @ 2004-11-01  9:26 UTC (permalink / raw)
  To: Netfilter ML

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



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

end of thread, other threads:[~2004-11-01 16:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-01  9:26 limiting connections Payal Rathod
2004-11-01 13:45 ` 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

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.