Results 1 to 1 of 1
Hi,
We are about to start hosting one of our web sites internally, but before we do, we want to implement some rate limitting/QoS protection on our linux firewall.
This ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-19-2007 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 46
Recommend iptables -m recent settings
Hi,
We are about to start hosting one of our web sites internally, but before we do, we want to implement some rate limitting/QoS protection on our linux firewall.
This website is only the company intranet (that we want accessible from home). There would likely only ever be 20 remote connections at a time.
We will be using:
iptables ... -m recent --update --seconds X --hitcount Y
(as well as a few other things), but I am unsure what the best practice is for this.
What I want to know, is the typical/recommended numbers I should use for seconds and for hitcount. Is there a good web site that has good guidelines for this?
Thanks.


Reply With Quote
