From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tim" Subject: download limit Date: Sat, 15 Jun 2002 15:23:33 -0700 Sender: netfilter-admin@lists.samba.org Message-ID: <00ef01c214bb$4979e3c0$0b00a8c0@tims> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00EC_01C21480.9CAD07B0" Return-path: Errors-To: netfilter-admin@lists.samba.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: To: netfilter@lists.samba.org This is a multi-part message in MIME format. ------=_NextPart_000_00EC_01C21480.9CAD07B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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..=20 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? ------=_NextPart_000_00EC_01C21480.9CAD07B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi im just wondering if you would be = able to help=20 me with the following.
Im trying to make a download limit on = the forward=20 chain so that when it has hit 100mg it will stop all my traffic on the = lan... to=20 stop getting internet access. But even when i try and use your rule = below im=20 getting cant load match..
Thanks for your help
Regards Tim
 
iptables -A INPUT -p tcp --dport 80 -m = quota=20 --quota 52428800 -j ACCEPT
iptables v1.2.5: Couldn't load match=20 `quota':/lib/iptables/libipt_quota.so: cannot open shared object file: = No such=20 file or directory
 
Try `iptables -h' or 'iptables --help' = for more=20 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=20 100mg a day?
------=_NextPart_000_00EC_01C21480.9CAD07B0--