Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - mosfet

#1
Thank you for your great explanation!  :D
#2
Quote from: hutiucip on July 10, 2018, 11:49:09 AM
I like "Weighted Fair Queuing" + "FQ CoDel" for anything as such: since I'm not able to differentiate traffic at Layer 7, at least I force the traffic to be weighted and fairly shared among internal clients, as well as different services for the same client.

The most you can do is to give a higher priority in shaper to clients you use for streaming (even if for cloud bkp too), than to those clients that don't stream. Meaning, that weight 50 bulk 80/ 443 you mentioned should be further split to weight 66 based on streaming clients' IP addresses, and weight 33 for non-streaming. Maybe you will still have cloud bkp & streaming "fights", but only on those devices that do both streaming and cloud backups, and only when they do it in the same time. This cases, the weighted fair queuing should really help.

Thanks for the great input! I just realized I may have misunderstood the "Weight" value. I thought this was a priority of the traffic (i.e. higher weighted traffic has higher priority than lower weighted queues). Is it actually a percentage of the allocated bandwidth within a pipe?
#3
Quote from: PimB on July 10, 2018, 10:44:17 AM
It's a hassle but you could lookup the ASN('s) of Netflix

Thanks for the input. A quick google search returned this:
https://www.reddit.com/r/PFSENSE/comments/6wd2ay/netflix_asnips_alias_for_routing_enjoy/

Haven´t tried it yet, so I´m not sure how updated it is.

Special mention of this post in the thread above:
https://www.reddit.com/r/PFSENSE/comments/6wd2ay/netflix_asnips_alias_for_routing_enjoy/dm8j7ux
#4
Hi there OPNsense community  :)

I am trying to set up traffic shaping to limit Dropbox (or other backup solution) bandwidth usage and prioritize Netflix (or other service) streaming. Both these services run on port 80/443, so using the port as a method for filtering the traffic into each queue is not working.

Is there another way of doing this? Surely, this must be a common problem and perhaps the single biggest reason to use traffic shaping?

I am now using rules to send VoIP traffic as highest priority (weight 100) and sending the bulk 80/443 traffic in a queue with weight 50. This ensures my skype calls are lag-free, but does not solve the lag free streaming when backing up data.