Dears,
i want to setup my QoS on my UTM 9.354 and i'm wonder if it is applicable to specified the bandwidth speed over Interface instead of network.
your quick response highly appreciated.
Regards.
This thread was automatically locked due to age.
Let me say that in a different way just to confirm that I understand what you want to do. You are concerned about download bandwidth not upload. Web browsing and cloud-based personal storage use are monopolizing your download bandwidth. Correct?
Cheers - Bob
First, run a raw speed test (I assume that you have enabled Intrusion Prevention), as root:
cd /home
wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest_cli.py --no-check-certificate
cc set ips status 0
sleep 30s
python speedtest_cli.py
cc set ips status 1
Next, on the 'Status' tab, make sure you complete the speeds and have only 'Upload Optimizer' selected for the External interface and enable it for QoS. Now, define your traffic selectors: (1) "Email" = 'Any -> Email Messaging -> Any' and (2) "Everything" = 'Any -> Any -> Any'. Finally make two Download Throttling rules, in order: (1) limit Email to 100000 kbps and (2) Limit Everything to the measured download speed less 200. If your download speed is 6000kbps, the final rule would limit all non email traffic to 5800kbps. Please share your results.
Cheers - Bob