* download limit
@ 2002-06-15 22:23 Tim
0 siblings, 0 replies; only message in thread
From: Tim @ 2002-06-15 22:23 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 770 bytes --]
Hi im just wondering if you would be able to help me with the following.
Im trying to make a download limit on the forward chain so that when it has hit 100mg it will stop all my traffic on the lan... to stop getting internet access. But even when i try and use your rule below im getting cant load match..
Thanks for your help
Regards Tim
iptables -A INPUT -p tcp --dport 80 -m quota --quota 52428800 -j ACCEPT
iptables v1.2.5: Couldn't load match `quota':/lib/iptables/libipt_quota.so: cannot open shared object file: No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
[root@tb root]# quota quota
quota: User quota doesn't exist.
Or is they any other way i can make a rule so i cant download more than 100mg a day?
[-- Attachment #2: Type: text/html, Size: 1453 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-06-15 22:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-15 22:23 download limit Tim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox