Re: Bandwidth Throttling?
Kevin Hanser <[email protected]> Tue, 04 Oct 2005 13:26:31 -0400
| Newsgroups | gmane.network.nocat |
|---|---|
| Message-ID | <[email protected]> |
Thanx for the suggestion... Tried that, unfortunately it still doesn't look like I'm getting throttled... What group should I add users to to have them affected by the COOP options in throttle.fw? Member, Co-op, Coop, coop...... ? I've tried Member and Co-op, but neither seems to get throttled... Here's the top of throttle.fw now: TOTAL_DOWN=3mbps TOTAL_UP=3mbps OWNER_DOWN=3mbps # fw mark 1 OWNER_UP=3mbps OWNER_OPTIONS="" COOP_DOWN=1536kbps # fw mark 2 COOP_UP=1536kbps COOP_OPTIONS="bounded" PUBLIC_DOWN=256kbps # fw mark 3 PUBLIC_UP=256kbps PUBLIC_OPTIONS="bounded" OPTIONS="allot 1514 maxburst 20 avpkt 1000 prio 1" METHOD="sfq quantum 1514b perturb 15" Thanx! k ulrich schwarz wrote: >Kevin Hanser wrote: > > > >>After more exploration/experimentation, I have figured out why the >>throttle.fw script wasn't being run. >> >>In intialize.fw, there's this line: >> >>[ -x throttle.fw] && throttle.fw >> >>which I changed to: >> >>[ -x /usr/local/nocat/bin/throttle.fw ] && /usr/local/nocat/bin/throttle.fw >> >>and now the throttle.fw script is being run... guess it needed the path :) >> >>However, throttling still doesn't appear to be happening. What group do >>I need to put users into to have their bandwidth throttled? I've tried >>both "Member" and "Co-op", and neither way seems to be throttling my >>bandwidth. I have the Co-op setting in throttle.fw set to 1536kbps to >>limit them to a single T1 speed. I'm currently testing on a DS3 so it's >>pretty obvious that I'm not getting throttled when I do a speed test :) >> >> > >hello kevin, > >if you like to throttle bandwidth for the whole coop group, you'd have >to change > >COOP_OPTIONS="" > >to > >COOP_OPTIONS="bounded" > >i think that's it. > >regards > >ulric > >