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

    Download speed varies by OS after setting up pfSense router with 2.4.5.

    Scheduled Pinned Locked Moved General pfSense Questions
    25 Posts 3 Posters 2.0k 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
      NonagonInf @johnpoz
      last edited by

      @johnpoz Thanks! I appreciate the assistance!

      1 Reply Last reply Reply Quote 0
      • johnpozJ
        johnpoz LAYER 8 Global Moderator
        last edited by

        BTW - your not running any sort of security software on windows are you, antivirus, 3rd party firewall sort of stuff... Now I can not for the life of me where I posted that - arrghh..

        An intelligent man is sometimes forced to be drunk to spend time with his fools
        If you get confused: Listen to the Music Play
        Please don't Chat/PM me for help, unless mod related
        SG-4860 24.11 | Lab VMs 2.8, 24.11

        N 1 Reply Last reply Reply Quote 0
        • N
          NonagonInf @johnpoz
          last edited by

          @johnpoz No, just the standard Windows Defender. I got the same results with it turned off as well.

          1 Reply Last reply Reply Quote 0
          • johnpozJ
            johnpoz LAYER 8 Global Moderator
            last edited by johnpoz

            Can you post the output of

            $ netsh interface tcp show global
            Querying active state...
            
            TCP Global Parameters
            ----------------------------------------------
            Receive-Side Scaling State          : enabled
            Receive Window Auto-Tuning Level    : normal
            Add-On Congestion Control Provider  : default
            ECN Capability                      : enabled
            RFC 1323 Timestamps                 : disabled
            Initial RTO                         : 1000
            Receive Segment Coalescing State    : enabled
            Non Sack Rtt Resiliency             : disabled
            Max SYN Retransmissions             : 4
            Fast Open                           : enabled
            Fast Open Fallback                  : enabled
            HyStart                             : enabled
            Pacing Profile                      : off
            

            Run
            netsh interface tcp show global

            In a command prompt - prob has to do with your recv window, scaling and or autotuning

            An intelligent man is sometimes forced to be drunk to spend time with his fools
            If you get confused: Listen to the Music Play
            Please don't Chat/PM me for help, unless mod related
            SG-4860 24.11 | Lab VMs 2.8, 24.11

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

              @johnpoz said in Download speed varies by OS after setting up pfSense router with 2.4.5.:

              netsh interface tcp show global

              On the Windows box?

              1 Reply Last reply Reply Quote 0
              • johnpozJ
                johnpoz LAYER 8 Global Moderator
                last edited by

                yeah on the windows box, call up a cmd prompt and run that and post the output like I did

                An intelligent man is sometimes forced to be drunk to spend time with his fools
                If you get confused: Listen to the Music Play
                Please don't Chat/PM me for help, unless mod related
                SG-4860 24.11 | Lab VMs 2.8, 24.11

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

                  TCP Global Parameters
                  ----------------------------------------------
                  Receive-Side Scaling State          : disabled
                  Receive Window Auto-Tuning Level    : disabled
                  Add-On Congestion Control Provider  : default
                  ECN Capability                      : disabled
                  RFC 1323 Timestamps                 : disabled
                  Initial RTO                         : 1000
                  Receive Segment Coalescing State    : enabled
                  Non Sack Rtt Resiliency             : disabled
                  Max SYN Retransmissions             : 4
                  Fast Open                           : enabled
                  Fast Open Fallback                  : enabled
                  HyStart                             : enabled
                  Pacing Profile                      : off
                  
                  1 Reply Last reply Reply Quote 0
                  • johnpozJ
                    johnpoz LAYER 8 Global Moderator
                    last edited by johnpoz

                    yeah your scaling is disable, and your auto-tuning is off..

                    Do this..

                    From an elevated cmd prompt, run cmd as admin type

                    netsh interface tcp set global rss=enabled

                    and then
                    netsh int tcp set global autotuninglevel=enabled

                    Then show your globals again
                    netsh interface tcp show global

                    you should see
                    Receive-Side Scaling State : enabled
                    Receive Window Auto-Tuning Level : normal

                    Then do your speed tests again

                    edit: don't worry about being able to put it back, its simple as same command with disabled, etc. And we have post of what your settings were already ;)

                    I would show you the difference on mine - but I have 5 people streaming off my plex currently, and that is taxing my connection already ;)

                    An intelligent man is sometimes forced to be drunk to spend time with his fools
                    If you get confused: Listen to the Music Play
                    Please don't Chat/PM me for help, unless mod related
                    SG-4860 24.11 | Lab VMs 2.8, 24.11

                    N 1 Reply Last reply Reply Quote 1
                    • N
                      NonagonInf @johnpoz
                      last edited by

                      @johnpoz Yep! That did it! Just so I understand better for the future, is this something related to the innate configuration of pfSense and some of my devices are just already configured to work that way and the Windows devices are not by default?

                      1 Reply Last reply Reply Quote 0
                      • johnpozJ
                        johnpoz LAYER 8 Global Moderator
                        last edited by johnpoz

                        no not anything to do with pfsense - its windows thing, autotuning should be on by default with scaling - not sure why yours was disabled...

                        Had you run any sort of "tweaking" software or anything? I will have to do a bit of research - but I am pretty sure that is suppose to be on by default.

                        An intelligent man is sometimes forced to be drunk to spend time with his fools
                        If you get confused: Listen to the Music Play
                        Please don't Chat/PM me for help, unless mod related
                        SG-4860 24.11 | Lab VMs 2.8, 24.11

                        N 1 Reply Last reply Reply Quote 0
                        • N
                          NonagonInf @johnpoz
                          last edited by

                          @johnpoz Huh, okay, I must have just uncovered that during all the testing and stuff. I really appreciate the help!

                          1 Reply Last reply Reply Quote 0
                          • johnpozJ
                            johnpoz LAYER 8 Global Moderator
                            last edited by johnpoz

                            I know I just went over this somewhere in the last few weeks at most -- killing me that cant find where that was, might of been reddit or other forums I frequent ;)

                            Glad you got it sorted... You might want to turn on ECN as well.

                            An intelligent man is sometimes forced to be drunk to spend time with his fools
                            If you get confused: Listen to the Music Play
                            Please don't Chat/PM me for help, unless mod related
                            SG-4860 24.11 | Lab VMs 2.8, 24.11

                            1 Reply Last reply Reply Quote 0
                            • johnpozJ
                              johnpoz LAYER 8 Global Moderator
                              last edited by johnpoz

                              Was this windows 10 an upgrade from say 7? Or clean install?

                              Either way, when you find that your not getting what you expect for full speed, could to check that is enabled.. Here is some info about scaling..

                              An intelligent man is sometimes forced to be drunk to spend time with his fools
                              If you get confused: Listen to the Music Play
                              Please don't Chat/PM me for help, unless mod related
                              SG-4860 24.11 | Lab VMs 2.8, 24.11

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

                                Clean install. The weird thing is that it is that way on multiple machines, but I suppose that might just be a fluke.

                                1 Reply Last reply Reply Quote 0
                                • johnpozJ
                                  johnpoz LAYER 8 Global Moderator
                                  last edited by

                                  hmmm - yeah pretty sure its suppose to be default.. Odd - will have to do some research on why it would be off out of the box.

                                  An intelligent man is sometimes forced to be drunk to spend time with his fools
                                  If you get confused: Listen to the Music Play
                                  Please don't Chat/PM me for help, unless mod related
                                  SG-4860 24.11 | Lab VMs 2.8, 24.11

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

                                    Thanks again and yeah I'd definitely be interested to know why they are that way.

                                    1 Reply Last reply Reply Quote 0
                                    • johnpozJ
                                      johnpoz LAYER 8 Global Moderator
                                      last edited by

                                      What nic do you have, and were you wireless and then moved to wireless. What driver on the nics? Windows default one? Or manufactures?

                                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                                      If you get confused: Listen to the Music Play
                                      Please don't Chat/PM me for help, unless mod related
                                      SG-4860 24.11 | Lab VMs 2.8, 24.11

                                      1 Reply Last reply Reply Quote 0
                                      • johnpozJ
                                        johnpoz LAYER 8 Global Moderator
                                        last edited by

                                        What build of windows 10 are you running?

                                        An intelligent man is sometimes forced to be drunk to spend time with his fools
                                        If you get confused: Listen to the Music Play
                                        Please don't Chat/PM me for help, unless mod related
                                        SG-4860 24.11 | Lab VMs 2.8, 24.11

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

                                          It was wired connection, and the Windows default drivers.

                                          Windows Build: 18363.720
                                          Nic: Intel(R) Ethernet Connection (7) I219-V

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            SteveITS Galactic Empire
                                            last edited by

                                            Lurking by this thread, how old is the PC? I remember some issues several years ago and turning off RSS at a few clients. A quick search yielded articles like:
                                            https://www.dell.com/support/article/en-ag/sln249772/how-to-resolve-performance-tuning-and-connectivity-issues?lang=en
                                            https://support.docuware.com/en-us/knowledgebase/article/KBA-35306
                                            https://serverfault.com/questions/726172/is-rss-receive-side-scaling-in-windows-considered-unstable
                                            In other words could this be a legacy setting carried forward to Windows 10?

                                            Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                                            When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                                            Upvote 👍 helpful posts!

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