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

    Playing with fq_codel in 2.4

    Scheduled Pinned Locked Moved Traffic Shaping
    1.1k Posts 123 Posters 1.5m 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.
    • N
      Nullity
      last edited by

      @Harvy66:

      I have a 150Mb connection, I set my bandwidth to 99%, or 148.5Mb, and I get about 147.8Mb/s with speed tests. If you're losing more than a small faction of a percentage, it's because something is misconfigured, low quality network equipment, or you're dealing with very small amounts of bandwidth where dropping a single packet results in a sizable bandwidth difference.

      This is my experience as well. Only when I was beginning my traffic-shaping journey did I experience strange things like that. My assumption is that I was misconfiguring.

      I suppose it's possible that these algorithms incorrectly calculate bitrates but that is very unlikely since transmitting at the configured bitrate is perhaps the most fundamental aspect of any traffic-shaping algorithm.

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

      1 Reply Last reply Reply Quote 1
      • H
        HeatmiserNYC
        last edited by

        @Harvy66:

        I have a 150Mb connection, I set my bandwidth to 99%, or 148.5Mb, and I get about 147.8Mb/s with speed tests. If you're losing more than a small faction of a percentage, it's because something is misconfigured, low quality network equipment, or you're dealing with very small amounts of bandwidth where dropping a single packet results in a sizable bandwidth difference.

        I also have 150mb connection and am running an i5 mini PC with PFsense. It seems like a simple configuration so I'm not sure what could actually be misconfigured but I'm not ruling it out. Any ideas?

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

          @Harvy66:

          I have a 150Mb connection, I set my bandwidth to 99%, or 148.5Mb, and I get about 147.8Mb/s with speed tests. If you're losing more than a small faction of a percentage, it's because something is misconfigured, low quality network equipment, or you're dealing with very small amounts of bandwidth where dropping a single packet results in a sizable bandwidth difference.

          Full disclosure, I am running a VPN, but it pins at 147mb no matter what….until this config.

          1 Reply Last reply Reply Quote 0
          • w0wW
            w0w
            last edited by

            HeatmiserNYC
            So, with FQ_CODEL you have 130Mbps max, right? You said -20Mbps…
            The misconfiguration can be interference with other limiters or rules if you have used same limiter twice or more — I did not checked but it was possible in certain conditions.
            Also TS mentioned that this FQ_CODEL setup equalizes traffic and with VPN it can be a real problem if you have concurrent or even the same traffic on both.
            Anyway, I did tests some time ago and there was 1-2 Mbps difference with bandwidth limit, if we compare to traditional HFSC this is about twice less. Now I don't use bandwidth limit but delay limit that is set to 0ms, this causes FQ_CODEL scheduler to process all traffic by using only internal parameters, I think. Double check everything and if problem persists, please provide some configuration sample.

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

              Cool, thanks for replying.

              Yes, I get about 125-130 down when I set my limiter to 143mb (95%). My connection without the limiter will tend to burst initially to a bit over 200mb according to testmy.net. I have a simple setup following the guide detailed in the first post.

              I use the VPN for all outbound traffic, it's not a separate situation.

              I have tried traffic shaping before and this has been true for any configuration I have ever tried. If I try to shape close to my line speed it takes about 20mb off the top. How do you not use a bandwidth limit? Adding a delay limit in the field doesn't take.

              Just need a successful example of this to get running…

              Again, thanks.

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

                @HeatmiserNYC:

                Cool, thanks for replying.

                Yes, I get about 125-130 down when I set my limiter to 143mb (95%). My connection without the limiter will tend to burst initially to a bit over 200mb according to testmy.net. I have a simple setup following the guide detailed in the first post.

                I use the VPN for all outbound traffic, it's not a separate situation.

                I have tried traffic shaping before and this has been true for any configuration I have ever tried. If I try to shape close to my line speed it takes about 20mb off the top. How do you not use a bandwidth limit? Adding a delay limit in the field doesn't take.

                Just need a successful example of this to get running…

                Again, thanks.

                Perhaps your speed drop is related to overhead like VPN, TCP, etc. I assume you are referring to goodput bitrates?

                On downloads you will commonly see below the configured bitrate because each time you hit the limit pfSense will tell the sender to slow down below the limit. Personally, I found very little useful benefit by limiting downloads because my ISP has minimal bufferbloat and allowing them to do the rate-limiting gives me 100% speeds.

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

                1 Reply Last reply Reply Quote 0
                • w0wW
                  w0w
                  last edited by

                  What about to try to move shaper/limiters from LAN side to VPN side firewall rules?

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

                    That's an idea, I'll give that a shot!

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

                      Yea, that didn't work.

                      1 Reply Last reply Reply Quote 0
                      • w0wW
                        w0w
                        last edited by

                        Just for testing purpose, try to change bw limiting to delay limiting :

                        pipe 1 config delay 0ms
                        

                        for both pipes

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

                          Sorry gone for a few days, vacation.

                          I gave that a shot by changing the /tmp file, it doesn't seem to have an affect. I am only changing the /tmp file, maybe it needs to be rebooted and hardcoded into the file? The only reason I haven't done this is because I haven't seen the results everybody is reporting…

                          1 Reply Last reply Reply Quote 0
                          • w0wW
                            w0w
                            last edited by

                            Yes it's need to be rebooted or reloaded with```
                            /etc/rc.reload_all

                            After you did that run the following command```
                            ipfw sched show
                            ```and you should see something like```
                            00001: unlimited         0 ms burst 0
                            ```for the both pipes you have.
                            1 Reply Last reply Reply Quote 0
                            • H
                              HeatmiserNYC
                              last edited by

                              @w0w:

                              Yes it's need to be rebooted or reloaded with```
                              /etc/rc.reload_all

                              After you did that run the following command```
                              ipfw sched show
                              ```and you should see something like```
                              00001: unlimited         0 ms burst 0
                              ```for the both pipes you have.
                              

                              Yes, all relatively simple and you've been great at walking through the steps you put in place.

                              I'm getting this for both pipes.

                              00003: unlimited        0 ms burst 0

                              00004: unlimited        0 ms burst 0

                              Yet I can't get better than a B rating for bufferbloat, which is the same if I literally do nothing at all….

                              1 Reply Last reply Reply Quote 0
                              • w0wW
                                w0w
                                last edited by

                                But what about VPN bandwidth? Are you still getting 120Mbps?

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

                                  That part HAS improved, looks like it does get about 145-ish or so which is about right. It just does nothing for bufferbloat.

                                  1 Reply Last reply Reply Quote 0
                                  • w0wW
                                    w0w
                                    last edited by

                                    Can you post the full output of```
                                    ipfw sched show

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

                                      I'd like to look at implementing this, but I was wondering

                                      Anyone know the status of pfsync + limiters?

                                      1 Reply Last reply Reply Quote 0
                                      • w0wW
                                        w0w
                                        last edited by

                                        @moscato359:

                                        I'd like to look at implementing this, but I was wondering

                                        Anyone know the status of pfsync + limiters?

                                        What was the last status you know?  :D

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

                                          The last status I know is that the pfsense book says not to use pfsync and limiters together, but doesn't explain why

                                          1 Reply Last reply Reply Quote 0
                                          • w0wW
                                            w0w
                                            last edited by

                                            @moscato359:

                                            The last status I know is that the pfsense book says not to use pfsync and limiters together, but doesn't explain why

                                            This is actual. https://redmine.pfsense.org/issues/4310 have 0% progress.

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