thanks for the reply ... Could you please post a more complete example for me to look at ? Thanks Matt
On Sun, Apr 14, 2002 at 03:37:54PM +0200, Tomasz Wrona wrote: > On Sun, 14 Apr 2002, Matt Flax wrote: > > > I am trying to implement a 4 MB quota for the 192.168.0.150 host using : > > iptables -t nat -A POSTROUTING -p all -s 192.168.0.150 -m quota --quota > > 4096000 -j ACCEPT > > iptables -t nat -A POSTROUTING -p all -s 192.168.0.150 -j DROP > > > > But the gateway - he no like this ! Him say : > > > > iptables: No chain/target/match by that name > > > > What can I do to implement quotas in this situation ? > > You can try quota in FORWARD chain or in -t mangle FORWARD chain - it > works for me. > > > Regards > tw > -- > > ---------------- > ck.eter.tym.pl -- http://mffm.darktech.org WSOLA TimeScale Audio Mod : http://mffmtimescale.sourceforge.net/ Vector Bass : http://mffmvectorbass.sourceforge.net/ Multimedia Time Code : http://mffmtimecode.sourceforge.net/
