limiting outgoing connections
Linux Query
linux_query at yahoo.com
Tue Mar 22 07:19:12 CET 2005
Hi All!
I want to limit each clients outgoing connections.
Will the following be ok ?
iptables -A FORWARD -i $internal_interface -s $ip -m
limit --limit 10/s -j ACCEPT
iptables -A FORWARD -i $internal_interface -s $ip -j
DROP
What is a good limit figure ?
regards to all,
jim
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the netfilter
mailing list