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

Slow WAN speed on upgrade 2.6.0

Virtualization
15
30
13.2k
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.
  • D
    DD @berbec
    last edited by Feb 16, 2022, 4:32 PM

    @berbec No, nothing more changed. When I enable this setting, WAN speed is going down immediatelly, then when I disable, everything is ok.

    1 Reply Last reply Reply Quote 0
    • G
      GrimmSh0t
      last edited by GrimmSh0t Feb 16, 2022, 6:39 PM Feb 16, 2022, 6:38 PM

      @DD - no change for me! (Disabled / Uncheck - Enable virtual machine queue, then rebooted host.)

      Setup:
      Windows Server 2022
      HyperV

      Worked on 2.5.2

      • In one of the other threads I read youtube plays fine. I can also play youtube at 4k, strange....
      • Another strange one (I work from home) - Teams is working just fine and FUBO TV seems nice and happy
      B B 2 Replies Last reply Feb 16, 2022, 7:21 PM Reply Quote 0
      • B
        berbec @GrimmSh0t
        last edited by Feb 16, 2022, 7:21 PM

        @grimmsh0t 4k YouTube worked fine for me as well. I rolled back to 2.5.2

        1 Reply Last reply Reply Quote 0
        • B
          Bob.Dig LAYER 8 @GrimmSh0t
          last edited by Feb 16, 2022, 7:30 PM

          @grimmsh0t said in Slow WAN speed on upgrade 2.6.0:

          @DD - no change for me! (Disabled / Uncheck - Enable virtual machine queue, then rebooted host.)

          Same here, I disabled it in every VM, in the real NIC also and even rebooted, makes no difference at all.

          1 Reply Last reply Reply Quote 0
          • G
            GrimmSh0t
            last edited by GrimmSh0t Feb 16, 2022, 8:07 PM Feb 16, 2022, 7:53 PM

            @DD / @Bob-Dig - Thanks for the reply, if I had more time I would start troubleshooting but only have about 3 hours before the family gets home. Guess I'll roll back the VM before they get home, thank goodness for backups. On the positive guess I get to test my DR :)

            Not to get off topic: I use Windows Backup for my VM's and while the VM was on I restored the backup, it worked perfect :) ! Took about 2 minutes 48GB. Back to 2.5.2 :(

            1 Reply Last reply Reply Quote 0
            • L
              lifeasben
              last edited by Feb 17, 2022, 6:57 AM

              I'm having the same issue on Windows Server 2019 (1809, 17763.2366). I tried the tip to uncheck "Enable virtual machine queue" on both WAN and LAN ports, but this didn't help at all.
              Since I wanted the ZFS storage, I had started with a clean install, so just stopped the 2.6.0 machine and started 2.5.2 back up.
              Only an hour of time lost, so not a big deal, but would love to hear of a sure fix!

              1 Reply Last reply Reply Quote 0
              • R
                RMH 0
                last edited by Feb 17, 2022, 11:47 AM

                I put this in another thread which may help here too

                @rmh-0 said in After Upgrade inter (V)LAN communication is very slow on Hyper-V, for others WAN Speed is affected:

                A bit of digging and it looks like 2 issues to me.

                One in Hyper-V which I have now got resolved, fix below (well for me anyhow)
                One in pfsense that is missreporting throughput (I can live with that till a fix comes)

                For Hyper-V I found this article on RSC https://www.doitfixit.com/blog/2020/01/15/slow-network-speed-with-hyper-v-virtual-machines-on-windows-server-server-2019/
                Once I disabled RSC on all virtual switches my speed was back to normal. No restart needed, just go on to Hyper-V host, open powershell and input commands to disable RSC on each virtual switch.

                These are commands I used

                Get-VMSwitch -Name LAN | Select-Object RSC
                Checks status, if true run next command LAN is my vswitch name

                Set-VMSwitch -Name LAN -EnableSoftwareRsc $false
                This disables RSC, re run first command to confirm it is disabled

                If your vSwitch has a space in the name add "" around the name
                Get-VMSwitch -Name "WAN #1" | Select-Object RSC

                After applying speed is back to normal but pfsense seems to top out showing throughput at 60mb, even though I was getting over 500mb.

                Anyhow, hope it helps thers on Hyper-V (this is a 2019 instance of Hyper-V)

                D M H I 4 Replies Last reply Feb 17, 2022, 1:14 PM Reply Quote 5
                • D
                  Dominixise @RMH 0
                  last edited by Feb 17, 2022, 1:14 PM

                  @rmh-0

                  I can confirm this method you list works on my server with hyper-v pfsense vm :)

                  Thanks thanks

                  Dom

                  G 1 Reply Last reply Feb 17, 2022, 2:59 PM Reply Quote 0
                  • M
                    mxkied2 @RMH 0
                    last edited by mxkied2 Feb 17, 2022, 2:12 PM Feb 17, 2022, 1:56 PM

                    Thank you @rmh-0

                    I can can also confirm this fixed the speed issues for me as well,

                    Only thing to note was that the command to check if RSC was enabled for me needed to include the wildcards

                    Get-VMSwitch -Name LAN | Select-Object RSC

                    needed to be

                    Get-VMSwitch -Name LAN | Select-Object asteriskshereRSCasteriskshere

                    otherwise I got no results. Just wanted to mention it.

                    Forum posting is removing the asterisks place asterisks before and after RSC in the get command

                    B R 2 Replies Last reply Feb 17, 2022, 1:57 PM Reply Quote 0
                    • B
                      berbec @mxkied2
                      last edited by Feb 17, 2022, 1:57 PM

                      @mxkied2 the wildcards seem to have been eaten by markup. Is it an asterisk before and after RSC?

                      M 1 Reply Last reply Feb 17, 2022, 1:58 PM Reply Quote 0
                      • M
                        mxkied2 @berbec
                        last edited by mxkied2 Feb 17, 2022, 2:15 PM Feb 17, 2022, 1:58 PM

                        @berbec Yes, before and after

                        1 Reply Last reply Reply Quote 0
                        • G
                          GrimmSh0t @Dominixise
                          last edited by GrimmSh0t Feb 17, 2022, 3:00 PM Feb 17, 2022, 2:59 PM

                          @dominixise - I can confirm this works for me at least...Thanks for the post. Will do some more testing but for now running 2.6 with normal speeds.

                          1 Reply Last reply Reply Quote 0
                          • R
                            RMH 0 @mxkied2
                            last edited by Feb 17, 2022, 3:14 PM

                            @mxkied2 Sorry, I did not notice posting messed up the commands ran. I should have posted a screen shot of when I ran it. :(

                            M G 2 Replies Last reply Feb 17, 2022, 3:28 PM Reply Quote 0
                            • M
                              mxkied2 @RMH 0
                              last edited by Feb 17, 2022, 3:28 PM

                              @rmh-0

                              No worries at all, it did the same thing to me as you can see from the edits above. HUGE THANK YOU for finding a fix and posting it!

                              1 Reply Last reply Reply Quote 0
                              • G
                                GrimmSh0t @RMH 0
                                last edited by Feb 17, 2022, 3:31 PM

                                @rmh-0

                                Here you go :
                                login-to-view

                                B 1 Reply Last reply Feb 17, 2022, 4:39 PM Reply Quote 2
                                • B
                                  berbec @GrimmSh0t
                                  last edited by berbec Feb 17, 2022, 4:42 PM Feb 17, 2022, 4:39 PM

                                  @grimmsh0t I just did this on my machine:

                                  PS C:\Users\Administrator> Get-VMSwitch -Name * | Select-Object *RSC*
                                  
                                  SoftwareRscEnabled
                                  ------------------
                                                True
                                               False
                                                True
                                                True
                                                True
                                  
                                  PS C:\Users\Administrator> Set-VMSwitch -Name * -EnableSoftwareRsc $false
                                  Set-VMSwitch : Failed while modifying virtual Ethernet switch connection settings.
                                  At line:1 char:1
                                  + Set-VMSwitch -Name * -EnableSoftwareRsc $false
                                  + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                      + CategoryInfo          : NotSpecified: (:) [Set-VMSwitch], VirtualizationException
                                      + FullyQualifiedErrorId : OperationFailed,Microsoft.HyperV.PowerShell.Commands.SetVMSwitch
                                  
                                  PS C:\Users\Administrator> Get-VMSwitch -Name * | Select-Object *RSC*
                                  
                                  SoftwareRscEnabled
                                  ------------------
                                               False
                                               False
                                               False
                                               False
                                               False
                                  

                                  Despite the error, it looks like using an * as the -Name option works. EDIT Error looks safe to ignore.

                                  So that leaves us with one command to disable RSC and one commands to check the setting, assuming you don't have any vSwitches that need RSC:

                                  Check: Get-VMSwitch -Name * | Select-Object *RSC*

                                  Disable: Set-VMSwitch -Name * -EnableSoftwareRsc $false

                                  I will upgrade to 2.6.0 tonight and report if this fixes the issue.

                                  EDIT: I figured out why I was getting an error. I have a Private vSwitch, and that one can't have RSC enabled. The error would not have occured for normal vSwitches attached to ports on a Ethernet card.

                                  1 Reply Last reply Reply Quote 2
                                  • B Bob.Dig referenced this topic on Feb 17, 2022, 7:04 PM
                                  • B Bob.Dig referenced this topic on Feb 18, 2022, 9:04 AM
                                  • B Bob.Dig referenced this topic on Feb 22, 2022, 2:12 PM
                                  • B Bob.Dig referenced this topic on Feb 24, 2022, 11:44 AM
                                  • H
                                    hac76 @RMH 0
                                    last edited by Mar 10, 2022, 10:43 AM

                                    @rmh-0 Thanks a lot, working for me too !

                                    1 Reply Last reply Reply Quote 1
                                    • I
                                      ITEM93 @RMH 0
                                      last edited by Apr 18, 2022, 3:25 PM

                                      @rmh-0
                                      Thanks so much for posting this!
                                      I can confirm that this fix worked for us as well!

                                      1 Reply Last reply Reply Quote 1
                                      • J
                                        jvansyoc
                                        last edited by Aug 27, 2022, 4:28 AM

                                        Windows Hyper-V 2019
                                        Windows 10 VM behind PFsense 2.6.0

                                        login-to-view

                                        https://www.doitfixit.com/blog/2020/01/15/slow-network-speed-with-hyper-v-virtual-machines-on-windows-server-server-2019/

                                        No restart required

                                        1 Reply Last reply Reply Quote 0
                                        • J
                                          joez34
                                          last edited by Nov 23, 2022, 1:37 PM

                                          A little late to the party here, but I can confirm that this is an issue in Server 2022 on a Dell R440
                                          Disabling RSC also fixes the issue.

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