Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    A definitive, example-driven, HFSC Reference Thread

    Scheduled Pinned Locked Moved Traffic Shaping
    93 Posts 14 Posters 43.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 1
      1activegeek
      last edited by

      Thanks all for the help. I've set accordingly and I think it's working as expected. Now the hard part, getting everything classed into the right queues!

      1 Reply Last reply Reply Quote 0
      • M
        mastermindsos
        last edited by

        Could someone help me out please.
        I followed the guide made by georgeman.
        I have created these identical setup for my traffic shaper.

        But I am stuck at the Floating rule.
        I do not know how to create it.

        I think something is wrong somewhere in the rule because when I monitored the Queue (while web browsing), the connection did not fall into the right category, instead it went into qLink which is made Default.

        Also, how do I create Floating rule for the traffic shaper of LAN?
        I have limited knowledge with networking and new with pfsense.
        I would like to learn, please guide me. Thank you.

        1 Reply Last reply Reply Quote 0
        • G
          georgeman
          last edited by

          You have set destination as "WAN net". That's just the subnet where your WAN interface resides.

          What I suggested I think is to set destination "! WAN net" (not WAN net), that means every non local destination.

          If it ain't broke, you haven't tampered enough with it

          1 Reply Last reply Reply Quote 0
          • M
            mastermindsos
            last edited by

            Thanks for the feedback.
            I do not follow you. Could you please point me?

            1 Reply Last reply Reply Quote 0
            • G
              georgeman
              last edited by

              Check "invert match"

              You want the rule to match everything but the WAN subnet

              Or for the sake of simplicity, just select ANY. It won't make much difference. I suggest you go over this thread since the beginning if you want to understand why and how it works

              If it ain't broke, you haven't tampered enough with it

              1 Reply Last reply Reply Quote 0
              • H
                Harvy66
                last edited by

                I just set my floating to any/any (src/dst) and assign them directly to the WAN interface for both in/out.

                1 Reply Last reply Reply Quote 0
                • X
                  xbipin
                  last edited by

                  well i was reading this long thread, i have tried HFSC in very old versions of pfsense but then noticed it doesnt work like CBQ, basically what i wanted was suppose there is a 10MB download line and some1 is using all of it up with torrents and then a second person would like to to surf or download a single file from a site then i wanted pfsense to reduce the torrent speed and give more bandwidth to the file download as http traffic being on higher priority then p2p and when that was complete resume speed of p2p. Now i tried to achieve this using HFSC but it wasnt possible and at that time i was told HFSC is only good or comes in effect only when the internet line is saturated and doesnt kick in if it isnt saturated compared to CBQ which is active always as it borrows from other queues.

                  All this i had done when internet speeds were like 1Mbps or lower but now its 20Mb+ so no idea how it still works but since then im on CBQ and works well for me in situations when other higher priority queues like surfing and voip can starve p2p when they have traffic and then later give p2p full bandwidth. My aim was to only prioritize traffic rather than set a speed limit on them and CBQ works well for that but i noticed the latest pfsense doesnt have a tick box to enable borrow on a queue even though its there in the config.

                  let me know if HFSC can still be made to run like CBQ as i would be interested in trying if its possible

                  1 Reply Last reply Reply Quote 0
                  • H
                    Harvy66
                    last edited by

                    I didn't quite understand what you thought was wrong with HFSC. It pretty much guarantees a minimum amount of bandwidth and even a maximum if you want. For example. I can set my P2P to have 10% of bandwidth and everything else have 90%. When everything else is idle, P2P can use up to 100% of my bandwidth. As soon as something else wants to use bandwidth, P2P will be choked, and can be choked all the way down to 10%, which is the minimum I have given it.

                    I have done extreme tests where I have assigned ICMP 8kb/s on my 100Mb connection, then I saturated my connection with multiple YouTube 4K streams, some Linux ISO FTP downloads, and even some Linux ISO P2P downloads. Even with all of this going on, my ICMP traffic was unaffected. I got a near perfect ping with within less than 0.01ms difference for min/max/avg/std from when my connection was idle. If I instead moved my ICMP traffic in with the rest of all of the other traffic, suddenly I was seeing in the range of 10ms of jitter and even some packet-loss.

                    As far as I care, HFSC is nearly perfect at isolating traffic some each other, within reason.

                    Maybe the confusion is coming from a conflation of packet priority and bandwidth shaping. HFSC does not guarantee when a packet goes out, it only guarantees an upper-bound. CBQ actually round-robins the queues, processing higher bandwidth queues first. This means higher bandwidth queues get lower pings, HSFC does not have this issue. HFSC instead dynamically calculates the "priority" of a queue based on its historical bandwidth usages and makes sure all queues gets their assigned share. The cool thing about HFSC is it is so good at this, if I set a queue to have a minimum and a maximum that are the same, that queue will be virtually as good as dedicated bandwidth and will never know other queues exist. When I do this, I am seeing identical ping statistics to withing 0.01ms accuracy, which is the precision limit of my ping tool. As far as I care, that's perfect. At this point the bottleneck of scheduling is less an issue of the shaper and more an issue of the OS Kernel handling interrupts.

                    One thing to be aware of is HFSC effectively splits bandwidth in ratios. If you assign one queue 1% and another queue 1%, and these are the only two queues doing anything, there will effectively be a 50/50 sharing. Where this can break expectations is how things ramp up. When my line is idle, a single high bandwidth stream can go from 0 to 100Mb is a fraction of a second, with a nearly vertical line on my bandwidth graph. But if another queue is already saturating the link, and even if that other queue is assigned only 20% bandwidth and my measured queue 80%, HFSC won't suddenly starve the "lower priority" queue. Instead of going from 0 to 100% in less than a second, it may take 1-2 seconds, quickly getting to  half of its guaranteed fair share, but then having more of a mild arc than a strait line taking back the later half. My assumption with CBQ being a strict queue, it would just cut off all "borrowed" bandwidth immediately, which could lead to high packet-loss, bufferbloat, and massive jitter for the lesser queue. None of which is desirable. What's the point of borrowing bandwidth if it actually makes your experience worse?

                    1 Reply Last reply Reply Quote 0
                    • X
                      xbipin
                      last edited by

                      Wow, that was a very good explanation, thanks for that. Well I don't criticize the use of hfsc, it might better than the rest but in the olden times when i had a internet connection of 1mbps max, I had tried a lot to configure it such that when anyone wants to surf or make voip calls, they wouldn't be affected by p2p downloads as that would slow down but at that times there was ADSL here and to know the actual up and down limit of the line was a mystery because ADSL interference would affect everything and in this case hfsc would basically almost not kick in unless the line was saturated but due to the line speed fluctuating it would never seems to come in effect because settings a download speed limit of 1mbps or a little less would most of the times never reach due to the isp connection being so crappy, I was so frustrated that ermal who I guess who wrote the traffic shaping php code also mentioned this that hfsc wouldn't help me because it would never kick in unless the line is very busy or saturated. He recommended using cbq which worked flawless for me and still does but I still want to switch to hfsc but the issue is with so many parameters it sometimes gets very tricky to configure the way u want it and that's why most basic users would run away from it.

                      The main problem i faced with HSFC was if line was saturated and voip call initiated, then even though voip had higher priority it would still suffer the audio breakup even after a few seconds into the call, probably like u said HFSC doesnt gaurantee which packets go out first but as soon as i went to CBQ, this almost disappeared.

                      CBQ though has one bug which doesnt allow a 3 tier shaper so u need to stick to 2, i had filed a bug ages ago and it was simply closed and not fixed
                      https://redmine.pfsense.org/issues/1053

                      Coming back to HFSC, i really want to switch to it after u mentioned u have tested it thoroughly, my current CBQ queues r as below

                      WAN - CBQ - 3Mb
                      – qACK - priority 6 - bandwidth 30% - borrow on - codel on
                      -- qOthersDefault - priority 4 - bandwidth 7% - borrow on - codel on
                      -- qP2P - priority 1 - bandwidth 5% - borrow on - codel on
                      -- qVoIP - priority 7 - bandwidth 48% - borrow on
                      -- qOthersHigh - priority 5 - bandwidth 10% - borrow on - codel on

                      WAN - CBQ - 12Mb
                      -- qACK - priority 6 - bandwidth 15% - borrow on - codel on
                      -- qOthersDefault - priority 4 - bandwidth 45% - borrow on - codel on
                      -- qP2P - priority 1 - bandwidth 5% - borrow on - codel on
                      -- qVoIP - priority 7 - bandwidth 25% - borrow on
                      -- qOthersHigh - priority 5 - bandwidth 10% - borrow on - codel on

                      now using this and the bug i mentioned earlier im not able to create a 3 tier shaper and put traffic to pfsense GUI outside these queues which r mainly used for internet shaping so suppose i want to connect to pfsense or upload or download any files from it then im being shaped always so what i want to do is convert this CBQ queues to HFSC and add that extra tier so access to pfsense gui isnt slowed down.

                      I would really appreciate if u can help me convert this to HFSC queues, keeping similar config intact so probably i can test that out and report my findings after having left HFSC for so long now

                      edit
                      qP2P is the default queue so whats not put in other queues goes to qp2p

                      in my case the download speed being 12mbps that doesnt create a bottleneck but its the upload speed which is 3mbps is where the bottleneck happens so currently i use CBQ and limiters to limit the upload speed

                      1 Reply Last reply Reply Quote 0
                      • X
                        xbipin
                        last edited by

                        btw i moved the shaper to HFSC with a 3 tier setup, now my qp2p is default which goes under qinternet and all those queues under qinternet works all fine, now i want to use qlink for access to pfsense gui and ssh only but no matter what match rule i create under floating tab traffic for that doesnt end up in that qlink queue, any way to fix this.

                        BTW i noticed one bug or maybe its by design, if u have match rules under floating tab with quick ticked then it seems it ignores quick settings, i filed a bug report at https://redmine.pfsense.org/issues/6627

                        1 Reply Last reply Reply Quote 0
                        • X
                          xbipin
                          last edited by

                          well match rules with quick will continue processing further but suppose in my situation where u use pfsense dns resolver and block outside dns servers to clients directly then if u use multiple match rules, one for dns and other for lan to lan and both with quick ticked the last one still gets priority because virtually both r matched and the last match in floating is preferred so this way im not able to use qlink at all

                          the reason i say bug is because floating rules have last one wins always unless u tick quick but even with quick the last rule still wins

                          1 Reply Last reply Reply Quote 0
                          • N
                            Nullity
                            last edited by

                            @xbipin:

                            well match rules with quick will continue processing further but suppose in my situation where u use pfsense dns resolver and block outside dns servers to clients directly then if u use multiple match rules, one for dns and other for lan to lan and both with quick ticked the last one still gets priority because virtually both r matched and the last match in floating is preferred so this way im not able to use qlink at all

                            the reason i say bug is because floating rules have last one wins always unless u tick quick but even with quick the last rule still wins

                            According to https://doc.pfsense.org/index.php/What_are_Floating_Rules

                            Rules using the Queue action do not work with quick checked.

                            Is that related to your problem?

                            Please correct any obvious misinformation in my posts.
                            -Not a professional; an arrogant ignoramous.

                            1 Reply Last reply Reply Quote 0
                            • X
                              xbipin
                              last edited by

                              quick checked or no checked they still evaluate to last one wins but other than that any traffic from lan client to pfsense gui just doesnt goto qlink in my case

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post
                              Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.