Re: Dynamic firewall based on bandwidth usage ?
"Vladimir Mitiouchev" <[email protected]> Tue, 10 Oct 2006 18:20:10 +0000
| Newsgroups | gmane.comp.security.linux |
|---|---|
| Message-ID | <[email protected]> |
On 10/8/06, FM <[email protected]> wrote: > So I have to block (or redirect) those > network abusers after a download limit (for ex : 1Gb per day) > for lets say 1day. iptables -A INPUT -p tcp --dport 80 -m quota --quota 1073741824 -j ACCEPT iptables -A INPUT -p tcp --dport 80 -j DROP http://www.netfilter.org/documentation/HOWTO/netfilter-extensions-HOWTO-3.html#ss3.13 RTFM, people.. -- Sincerely Yours, Vladimir Mitiouchev