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

help with netflix and qos

Hello astaro guru's. I am wanting to set up QOS for netflix so when I am streaming it dont get interrupted as much. Could someone help me set it up. I have a 3mb connection with a 512kb upload. I would like to dedicate 1mb to netflix when I am streaming. Is this even possible?  Thanks


This thread was automatically locked due to age.
  • If netflix is using HTTP, that might be hard, but perhaps you could create a bandwidth pool for just the computer that netflix is running on.

    Barry
  • This is a fun question!  In fact, the only way to make QoS rules for inbound traffic is to put a QoS rule on the Internal interface limiting the traffic that causes the problem.  You'll need to determine what competing traffic you need to limit, but let's assume that your problem is other people doing web downloads.

    Billybob reminded us about a KnowledgeBase article discussing QoS for inbound HTTP traffic:

    Part of the trick is to create a Service definition that's the opposite of HTTP: define "HTTP-Incoming" as '80 -> 1:65535' (Source = 80!).  Next, create a network definition, "Netflix" as '208.75.76.0/22'.

    Make sure you have the Internal interface enabled for QoS and create the two following bandwidth pools in order on it:

    - 1 - For 'Netflix -> HTTP-Incoming -> Internal (Network)', guarantee 3MB (your max download speed) with no limitation.

    - 2 - For 'Internet -> HTTP-Incoming -> Internal (Network)', guarantee and limit to 2MB (because you wanted to guarantee 1MB to Netflix).

    You could leave the second rule disabled until you wanted to watch Netflix.

    Does that do what you want?

    Cheers - Bob
  • I'll try it. I will try to let you know by beginning of next week. Thank you guys for the help