MantisBT - BrazilFW 3.x
View Issue Details
0000162BrazilFW 3.x[All Projects] BrazilFW 3.xpublic2013-11-01 19:412013-11-01 20:16
abdopcnet 
woshman 
immediatetweakhave not tried
closedfixed 
0000162: limit bandwidth usage per ip or subnet
iptables -t mangle -A PREROUTING -i eth0 -p -d 192.168.0.149 tcp -m quota --quota 100000 -j ACCEPT
iptables -t mangle -A PREROUTING -i eth0 -p -d 192.168.0.149 tcp -j DROP
iptables -t mangle -A PREROUTING -i eth0 -p -d 192.168.0.149 udp -m quota --quota 100000 -j ACCEPT
iptables -t mangle -A PREROUTING -i eth0 -p -d 192.168.0.149 udp -j DROP

i tried these commands
working but why ipacc.tgz(bfw2) did not work (squid not prefered)
No tags attached.
Issue History
2013-11-01 19:41abdopcnetNew Issue
2013-11-01 19:41abdopcnetStatusnew => assigned
2013-11-01 19:41abdopcnetAssigned To => woshman
2013-11-01 20:16woshmanNote Added: 0000215
2013-11-01 20:16woshmanStatusassigned => closed
2013-11-01 20:16woshmanResolutionopen => fixed

Notes
(0000215)
woshman   
2013-11-01 20:16   
Here is only bug reports.
And only for BrazilFW 3.x.