Try again...
> Here's my trafic shaper config. I'm using an asterisk server (10.10.10.69)
> instead of an ATA but it's the same thing... Basically, anything to/from the
> server get's all of the bandwidth that it needs. Everything else shares the
> rest.
>
> At least that's how I think that it's working...
>
>
> <shaper>
> <magic>
> <maxup></maxup>
> <maxdown></maxdown>
> </magic>
> <pipe>
> <bandwidth>310</bandwidth>
> <descr>Outbound</descr>
> </pipe>
> <pipe>
> <bandwidth>3500</bandwidth>
> <descr>Inbound</descr>
> </pipe>
> <queue>
> <targetpipe>0</targetpipe>
> <weight>1</weight>
> <descr>Out - All other</descr>
> </queue>
> <queue>
> <targetpipe>0</targetpipe>
> <weight>100</weight>
> <descr>Out - VOIP</descr>
> </queue>
> <queue>
> <targetpipe>1</targetpipe>
> <weight>1</weight>
> <descr>In - All other</descr>
> </queue>
> <queue>
> <targetpipe>1</targetpipe>
> <weight>100</weight>
> <descr>In - VOIP</descr>
> </queue>
> <rule>
> <interface>wan</interface>
> <source>
> <address>10.10.10.69</address>
> </source>
> <destination>
> <any/>
> </destination>
> <direction>out</direction>
> <iplen/>
> <iptos/>
> <tcpflags/>
> <descr>Out - Asterisk</descr>
> <targetqueue>1</targetqueue>
> </rule>
> <rule>
> <interface>wan</interface>
> <source>
> <any/>
> </source>
> <destination>
> <any/>
> </destination>
> <direction>out</direction>
> <iplen/>
> <iptos/>
> <tcpflags/>
> <descr>Out - All other</descr>
> <targetqueue>0</targetqueue>
> </rule>
> <rule>
> <interface>wan</interface>
> <source>
> <address>10.10.10.69</address>
> </source>
> <destination>
> <any/>
> </destination>
> <direction>in</direction>
> <iplen/>
> <iptos/>
> <tcpflags/>
> <descr>In - Asterisk</descr>
> <targetqueue>3</targetqueue>
> </rule>
> <rule>
> <interface>wan</interface>
> <source>
> <any/>
> </source>
> <destination>
> <any/>
> </destination>
> <direction>in</direction>
> <iplen/>
> <iptos/>
> <tcpflags/>
> <descr>In - All other</descr>
> <targetqueue>3</targetqueue>
> </rule>
> <enable/>
> </shaper>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: m0n0wall dash unsubscribe at lists dot m0n0 dot ch
For additional commands, e-mail: m0n0wall dash help at lists dot m0n0 dot ch |