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

    Slow upload speeds on HP Z2 G9 PFSense Box

    Scheduled Pinned Locked Moved General pfSense Questions
    74 Posts 3 Posters 4.7k 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.
    • BearB
      Bear @stephenw10
      last edited by Bear

      @stephenw10 said in Slow upload speeds on HP Z2 G9 PFSense Box:

      Hmm, interesting. Yes, as I said, running iperf from pfSense itself is always going to give a worse result than thorough it just because of the processing required to run the test itself. That's particularly true of the 6100 where each CPU core is not that powerful.

      Can you test using the i5?

      Was that with multiple parallel streams?

      The default direction for iperf3 is from the client to the server, so upload. Try using -R to get a download result.

      6100 Max With -R and -P 120

      # iperf3 -c speedtest.dal13.us.leaseweb.net -p 5201-5210 -P 120 -R
      
      [ ID]   Interval         Transfer     Bitrate         Retr
      [SUM]   0.00-10.28  sec  3.21 GBytes  2.68 Gbits/sec  9325    sender
      [SUM]   0.00-10.00  sec  2.88 GBytes  2.47 Gbits/sec          receiver
      

      Mac Studio behind 6100 Max with -R and -P 120

      # iperf3 -c speedtest.dal13.us.leaseweb.net -p 5201-5210 -P 120 -R
      [ ID]   Interval         Transfer     Bitrate         Retr
      [SUM]   0.00-10.01  sec  5.26 GBytes  4.52 Gbits/sec  11595     sender
      [SUM]   0.00-10.00  sec  5.12 GBytes  4.40 Gbits/sec            receiver
      

      6100 Max with just -P 120

      # iperf3 -c speedtest.dal13.us.leaseweb.net -p 5201-5210 -P 120
      
      [ ID]   Interval         Transfer     Bitrate         Retr
      [SUM]   0.00-10.07  sec  3.10 GBytes  2.65 Gbits/sec  12761    sender
      [SUM]   0.00-10.09  sec  3.04 GBytes  2.59 Gbits/sec           receiver
      

      Mac Studio behind 6100 Max with just -P 120

      # iperf3 -c speedtest.dal13.us.leaseweb.net -p 5201-5210 -P 120
      [ ID]   Interval         Transfer     Bitrate         Retr
      [SUM]   0.00-10.01  sec  2.06 GBytes  1.77 Gbits/sec           sender
      [SUM]   0.00-10.02  sec  2.05 GBytes  1.76 Gbits/sec           receiver
      

      Not quite my SpeedTest Results, but enough that I can try the same on the i5 later tonight and append this thread with some of those numbers.

      1 Reply Last reply Reply Quote 0
      • stephenw10S
        stephenw10 Netgate Administrator
        last edited by

        Probably hitting the CPU core limit on the 6100 there. But it's at least the same both ways and more than the 400Mps limit you hit previously. So try the i5 there and see if it still hits it.

        BearB 2 Replies Last reply Reply Quote 0
        • BearB
          Bear @stephenw10
          last edited by

          @stephenw10

          I'll run the same tests tonight - I need to take my network offline to jump to the i5-based system, so it'll need to be after hours this evening, but I'll get some data here soon. Thanks for the help. :)

          -Bear

          1 Reply Last reply Reply Quote 1
          • BearB
            Bear @stephenw10
            last edited by

            @stephenw10 said in Slow upload speeds on HP Z2 G9 PFSense Box:

            Probably hitting the CPU core limit on the 6100 there. But it's at least the same both ways and more than the 400Mps limit you hit previously. So try the i5 there and see if it still hits it.

            Getting a No Active Repos when I try to install iperf3 on the i5.

            I'm going to try a clean install (And not use ZFS as the fs this time), restore my old config and try again.

            Will likely be a tomorrow thing, but I'll update as soon as I have more data.

            1 Reply Last reply Reply Quote 0
            • stephenw10S
              stephenw10 Netgate Administrator
              last edited by

              If you just tried to install it at the CLI without visiting the webgui first you probably need to run: pfSense-repoc -N first. Then retry.

              BearB 2 Replies Last reply Reply Quote 0
              • BearB
                Bear @stephenw10
                last edited by Bear

                @stephenw10 Looks like when I swapped NICs, I lost my registration for some reason.

                What do I need to do in order to get a new token? It's not on my PDF. Order SO25-338254 - Sent you my NDI via Chat.

                1 Reply Last reply Reply Quote 0
                • BearB
                  Bear @stephenw10
                  last edited by

                  @stephenw10

                  I've got the numbers from the i5-14500 /w the X520, flow control off.

                  With - P -R

                  # iperf3 -c speedtest.dal13.us.leaseweb.net -p 5201-5210 -P 120 -R
                  [ ID]   Interval         Transfer     Bitrate         Retr
                  [SUM]   0.00-10.01  sec  5.20 GBytes  4.46 Gbits/sec  10655       sender
                  [SUM]   0.00-10.00  sec  5.07 GBytes  4.35 Gbits/sec              receiver
                  

                  With -P

                  # iperf3 -c speedtest.dal13.us.leaseweb.net -p 5201-5210 -P 120
                  [ ID]   Interval         Transfer     Bitrate         Retr
                  [SUM]   0.00-10.01  sec  1.61 GBytes  1.38 Gbits/sec  27815      sender
                  [SUM]   0.00-10.02  sec  1.60 GBytes  1.37 Gbits/sec             receiver
                  

                  Note that with Speed Test, I initially see speeds of 1.6-1.7Gbit that quickly slow down to 400-650Mbits. This does not happen with the 6100.

                  1 Reply Last reply Reply Quote 0
                  • stephenw10S
                    stephenw10 Netgate Administrator
                    last edited by

                    Hmm, so that looks like the same result as a client behind the 6100.

                    Does a client behind the i5 still see a much lower limit on iperf? Like ~400Mbps?

                    If so that implies a LAN side issue with traffic going into pfSense.

                    BearB 1 Reply Last reply Reply Quote 0
                    • BearB
                      Bear @stephenw10
                      last edited by

                      @stephenw10 Yes, a client behind the i5 sees a much lower limit. Though I'm not sure where to go with this from here. Same cables, same switch between both units. Same config even, since it was a restore.

                      1 Reply Last reply Reply Quote 0
                      • stephenw10S
                        stephenw10 Netgate Administrator
                        last edited by

                        Hmm, well that seems to confirm some issue on the LAN side then.

                        Still no input errors on the LAN interface?

                        Can you try connecting a client to the LAN directly to rule out some low level issue between the LAN and switch?

                        BearB 1 Reply Last reply Reply Quote 0
                        • BearB
                          Bear @stephenw10
                          last edited by

                          @stephenw10 I've tried that. Still getting the same speeds.

                          BearB 1 Reply Last reply Reply Quote 0
                          • stephenw10S
                            stephenw10 Netgate Administrator
                            last edited by

                            So to be clear the client behind the i5 sees ~400Mbps both for iperf and speedtest.net? Whether or not via the switch. And no errors are shown on the NIC.

                            Hmm. What about an iperf test between the client and pfSense directly? Does that also get throttled for traffic going into the LAN NIC?

                            1 Reply Last reply Reply Quote 0
                            • BearB
                              Bear @Bear
                              last edited by

                              @Bear To put a finer point on it, there is no "real" LAN side besides physical, since I'm running a filtered bridge. The LAN side is a filtered port on the same NIC that connects to a Netgear L3 multigig switch.

                              1 Reply Last reply Reply Quote 0
                              • stephenw10S
                                stephenw10 Netgate Administrator
                                last edited by

                                Ah, yes I forgot about that. From a packets-in packets-out perspective it makes no difference. It still feels like the internal NIC causing the issue.

                                However I think it would be worth testing a more basic routing setup if you can just to be sure it still shows the same issue. Hard to see why the 6100 would behave any differently but the fact you're running a bridged setup is at least unusual.

                                BearB 1 Reply Last reply Reply Quote 0
                                • BearB
                                  Bear @stephenw10
                                  last edited by

                                  @stephenw10

                                  I’ve already tried two completely different Intel NICs. The i7-14500 has more than enough power to run in filtering bridge mode since the 6100 is doing it as well using the same config.

                                  I’ve gathered a bunch of data already - I can’t reconfigure the network as I’m running a /25 of public IPs with lots of firewall rules.

                                  Is there a potential issue with the software and more recent Intel hardware here? Again, I’m running as plain and supported a piece of hardware as I can, save for it being a much later model Intel system.

                                  1 Reply Last reply Reply Quote 0
                                  • stephenw10S
                                    stephenw10 Netgate Administrator
                                    last edited by

                                    You replaced the i5 with an i7? Or is that the client you're testing from? Not that it should matter.

                                    Bridging has always been somewhat fragile in pfSense/FreeBSD and can create some unexpected traffic scenarios. It would be good to rule that out entirely if you can. But, yes, I agree that it seems unlikely here since the 6100 passes it OK.

                                    BearB 2 Replies Last reply Reply Quote 0
                                    • BearB
                                      Bear @stephenw10
                                      last edited by

                                      @stephenw10 Sorry, it’s an i5-14500.

                                      1 Reply Last reply Reply Quote 0
                                      • BearB
                                        Bear @stephenw10
                                        last edited by

                                        @stephenw10 said in Slow upload speeds on HP Z2 G9 PFSense Box:

                                        You replaced the i5 with an i7? Or is that the client you're testing from? Not that it should matter.

                                        Bridging has always been somewhat fragile in pfSense/FreeBSD and can create some unexpected traffic scenarios. It would be good to rule that out entirely if you can. But, yes, I agree that it seems unlikely here since the 6100 passes it OK.

                                        Any other suggestions for diagnostics here? I'm just about at my wit's end - This is a relatively high end workstation with ECC RAM, and otherwise all standardized components.

                                        1 Reply Last reply Reply Quote 0
                                        • stephenw10S
                                          stephenw10 Netgate Administrator
                                          last edited by

                                          Did you try an iperf test between an internal client and pfSense directly?

                                          If it is some low level issue I'd expect to see the same issue there for the client sending. Though in that scenario it does cross the bridge differently.

                                          You could disabling filtering entirely. If the issue remains that proves it's a driver/hardware issue rather than something in pf.

                                          BearB 1 Reply Last reply Reply Quote 0
                                          • BearB
                                            Bear @stephenw10
                                            last edited by Bear

                                            @stephenw10 I'll try running iperf3 in server mode later tonight/tomorrow and see what my Mac Studio client (my control) gets to it.

                                            The other data I've got is, I've got 2 of these HP Z2 G9s as nodes with the exact same NIC running Proxmox VE (Spicy Debian) and I have none of these upload speed issues with either the command prompt or from within LXCs and VMs.

                                            If I did attempt a reinstall, just to give it a clear slate, will my Netgate ID/registration remain the same?

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