Emil Terziev said: > Hi , > I need to limit traffic from my LAN (172.16.1.x/24) > every IP. > <snip> > I have BG_Traffic (couple LANs 212.50.16.0/24, > 217.9.231.0/24, 195.24.39.0/24) > and I have not_BG_Traffic (rest of Internet world). > I want for example > IP 172.16.1.10 to have 10K for BG_Traffic and 25K for > not_BG_Traffic. > IP 172.16.1.11 to have 6K for BG_Traffic and 64K for > not_BG_Traffic. > IP 172.16.1.12 to have 8K for BG_Traffic and 10K for > not_BG_Traffic. > <snip> > Can help me? I’m newer with tc&iproute and this is > very difficult for me. If you look through the archive for this mailing list for an htb/tc script you should an example of how to classify traffic useing iptables for tc controlled shapers. As you want hard limits you may not want to use the prio settings. Obviously you wont want to use the iptables classifications I use (which go by traffic type) but use network matches instead. You should also read the htb manual (http://luxik.cdi.cz/~devik/qos/htb/) as it contains some useful worked examples that are pretty clear about the paremeters for htb shapers. Alex www.bennee.com/~alex/