All of lore.kernel.org
 help / color / mirror / Atom feed
* connlimit against flashget
@ 2005-01-30  9:20 Kamen TOMOV
  2005-01-30 16:32 ` xa
  2005-01-31 16:08 ` Jason Opperisano
  0 siblings, 2 replies; 5+ messages in thread
From: Kamen TOMOV @ 2005-01-30  9:20 UTC (permalink / raw)
  To: netfilter

Hi,

I am running a small LAN and my Internet provider has limited the
number of my outgoing web connections. My clients use programs like
Flashget that spawn multiple connections to the server when
downloading big files from web sites and it is very likely that the
limit will be reached.

That is why I would like to ask you if it is a good idea to use the
connlimit match with iptables to restrict the number of parallel TCP
connections to a server per client IP address.

I plan to do something like that:

iptables -p tcp --syn --dport 80 --dst www.warez.net -m connlimit \
         --connlimit-above 2 -j REJECT

If you think that it is not a good idea could you please recommend a
solution? Changing the provider is not an option :-)

Thanks in advance,
-- 
Kamen TOMOV



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

end of thread, other threads:[~2005-01-31 23:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-30  9:20 connlimit against flashget Kamen TOMOV
2005-01-30 16:32 ` xa
2005-01-30 16:54   ` Kamen TOMOV
2005-01-31 16:08 ` Jason Opperisano
2005-01-31 23:31   ` 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.