This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Does UTM do Equalizing?

Hi Folks!

We are facing the problem of some LAN connections jamming our WAN bandwidth.

So I am looking for Equalizing options that i.e. Netequalizer provides.

Please have a 6min look onto that video. Although the device would be in front of the UTM and behind our WAN router: Can you tell if the Sophos UTM does the same in the first row? We should be able to use what we have already. As written in a thread before we have QoS set up now but it is still not running properly.


This thread was automatically locked due to age.
Parents
  • Bill, does putting a Download Throttle in place for specific traffic cause fq_codel to instruct the upstream router to reduce the amount of such traffic it sends down the pipe to the UTM?  For example, at one site, I made two Download Throttling rules on a 20Mbps line:
    [LIST=1]
    • Limit VoIP to 19 Mbps
    • Limit All to 19 Mbps
    [/LIST]
    My goal was to guarantee 1Mbps to incoming VoIP.

    Cheers - Bob
  • Bill, does putting a Download Throttle in place for specific traffic cause fq_codel to instruct the upstream router to reduce the amount of such traffic it sends down the pipe to the UTM?  ...
    My goal was to guarantee 1Mbps to incoming VoIP.
    Remember all CoDel tries to do is minimize delay by trying to limit buffering. It is still fairly new so in reality will have minimal support from ISP side. 
    For what you are trying to achieve, I would do it the old fashioned way on internal LAN. Download throttling is not optimum for voip etc.

    Since the newer versions of UTM are proxy aware, I would put three rules on internal 



    1. allow voip with guaranteed 1mbps and max 19 mbps (or whatever number)


     


    2. Allow ANY Webadmin ANY line Speed 
    3. Allow ALL ANY ANY guranteed 1Kbps 19 mbps max
     





    This is the throttle all traffic selector 




    This gives you guaranteed bandwidth in each pool instead of a dumb throttled pipe. But you already knew that didn't you ;-) You can probably modify the third rule to destination internet and can probably skip the second rule. 

    Regards
    Bill
Reply
  • Bill, does putting a Download Throttle in place for specific traffic cause fq_codel to instruct the upstream router to reduce the amount of such traffic it sends down the pipe to the UTM?  ...
    My goal was to guarantee 1Mbps to incoming VoIP.
    Remember all CoDel tries to do is minimize delay by trying to limit buffering. It is still fairly new so in reality will have minimal support from ISP side. 
    For what you are trying to achieve, I would do it the old fashioned way on internal LAN. Download throttling is not optimum for voip etc.

    Since the newer versions of UTM are proxy aware, I would put three rules on internal 



    1. allow voip with guaranteed 1mbps and max 19 mbps (or whatever number)


     


    2. Allow ANY Webadmin ANY line Speed 
    3. Allow ALL ANY ANY guranteed 1Kbps 19 mbps max
     





    This is the throttle all traffic selector 




    This gives you guaranteed bandwidth in each pool instead of a dumb throttled pipe. But you already knew that didn't you ;-) You can probably modify the third rule to destination internet and can probably skip the second rule. 

    Regards
    Bill
Children
No Data