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
