• Issue with mobile broadband dongle

    Moved
    11
    0 Votes
    11 Posts
    2k Views
    stephenw10S
    Ok, you will need to change it's mode. For example: http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?t=1226 It would be better to permanently switch it which might be possible from it's interface in Windows or Mac. Otherwise if you can switch it to device ID 1C05 it should be detected: https://github.com/pfsense/FreeBSD-src/blob/ff7d4801f1b88de656e028209818ff005e8a1353/sys/dev/usb/usbdevs#L2437 Steve
  • Watchguard xtm 5 issue

    4
    0 Votes
    4 Posts
    808 Views
    stephenw10S
    If you boot an image that does not use a serial console by default you won't see anything unless you have the VGA header hooked up. The XTM5 does not have a UEFI bios. It you try to boot an image that requires UEFI it won't boot. Are you trying to boot USB? Do you know the pfSense installed boots USB, you've made the required BIOS changes? Steve
  • 0 Votes
    10 Posts
    3k Views
    stephenw10S
    You might have more luck with a Broadcom NIC and patched FreeBSD driver: http://www.dslreports.com/forum/r32230041-Internet-Bypassing-the-HH3K-up-to-2-5Gbps-using-a-BCM57810S-NIC I have no way of testing that myself.... Steve
  • ZTE MF683

    3
    0 Votes
    3 Posts
    1k Views
    G
    so I fixed this. I plugged the modem into a win box, connected to the serial port then AT+ZCDRUN=E this enters the modem into the download mode disabling the drives altogether. (AT+ZCDRUN=8 did NOT work for me) this is being saved in the nvram. plugged it back in, worked right away ! -- ugen0.2: <ZTE,Incorporated T-Mobile Rocket 4G> at usbus0 u3g0 on uhub0 u3g0: <ZTE,Incorporated T-Mobile Rocket 4G, class 0/0, rev 2.00/0.00, addr 30> on usbus0 u3g0: Found 3 ports.
  • DELL EMC POWEREDGE R640 Network Card - pfSense

    4
    0 Votes
    4 Posts
    636 Views
    U
    Thank you both of you for your advices. Actually this server has either broadcom or intel NIC I concluded the study by recommending choosing the one with Intel NIC. I hope there will be no problem during the installation and the configuration.
  • How does this compare with the SG-5100?

    9
    0 Votes
    9 Posts
    2k Views
    L
    @stephenw10 100% agree. That is literally the predicament I am in. For now, I VLAN to a PC who has a top of the line CPU in it (overkill really) which would probably do gigabit OpenVPN, but given my internet connection is 100/40, the box above seems like it will be perfect for the cupboard.
  • Suggest Intel dual nic card

    2
    0 Votes
    2 Posts
    374 Views
    K
    look this https://www.pcengines.ch/apu2.htm
  • MBT-2220 expected temperature? (Tjunction)

    2
    0 Votes
    2 Posts
    235 Views
    stephenw10S
    That doesn't seem way out. [2.4.5-DEVELOPMENT][root@2220.stevew.lan]/root: sysctl dev.cpu.0.temperature dev.cpu.0.temperature: 57.0C That's at idle pretty much. Steve
  • Anyone have pfSense installed on Stonesoft / Stonegate hardware?

    Moved
    9
    0 Votes
    9 Posts
    3k Views
    F
    Sadly not at least on the 1u version. The only fan was a cpu blower designed to pull from the cpu and motherboard and push the heat out which you can clock down but still noisey. I did buy some 1u silent Gelid fans as supermicro are always generous with connecting fans but still did not work well. The other issue is the very noisy (although labelled as silent) 1u PSU. I've been on the periphery with pfsense for a while now so did not know that "aes-ni must have compatibility" was pushed back. I went out last year and dropped £200 on one of the fanless and silent qotom boxed. ALthough am very happy with it as against running a vm. Cheers
  • gatePROTECT GPA-250, Worth the trouble?

    6
    0 Votes
    6 Posts
    1k Views
    stephenw10S
    Only thing I found was this: [image: 1549998021994-selection_573.png] But they may have updated it and kept the numbering. Steve
  • Will this work at gigabit speeds?

    hardware intel pfsense newbuild newbie
    2
    0 Votes
    2 Posts
    1k Views
    stephenw10S
    Like an i3-8100t? Then yes. Easily. Steve
  • What is the maximum throughput my setup can do ?

    11
    0 Votes
    11 Posts
    2k Views
    P
    I agree with #stephenw10 in that you should confirm the WAN speeds first. Only then can you check if your PfSense can pass that level of traffic. FYI, for reference, I did some testing on ESXi today using a couple of virtual switches inside: Test 1: Windows 7 (4 core 4GB) --> Virtual switch --> Centos 7.5 (4 core 4GB) Iperf3 gives me 13Gbps across the v-switch. (therefore the Iperf client & server Virt-machines have plenty of CPU & RAM. Test 2: Windows 7 (4 core 8GB) --> Virt-SW-1 --> PfSense (4 core 4GB) --> Virt-Sw-2 --> Centos 7.5 (4 core 4GB) Iperf3 now only gives 2.5Gbps E2E through PfSense even with 4 Xeon & 8GB ram assigned to PfSense. Tried this with both E1000 and VMX3 virtual NICs but result is the same. Now I'm wondering what I need to tweak inside PF to get better throughput, or if this is a limitation of PF in ESXi environment ?
  • New build AMD A6 6310.

    3
    0 Votes
    3 Posts
    647 Views
    V
    @stephenw10 Thank you very much for your help. I will buy it next week and start configure.Very happy with the your answer :).
  • APU2 iperf speed anomaly

    4
    0 Votes
    4 Posts
    982 Views
    stephenw10S
    Yes, disable off loading if only as a test. It's something that can cause asymmetric throughput like that. Testing to or from pfSense is still not a good test though. Through it is far better. You can try testing with more processes. The igb NICs can use multiple queue. Maybe try -P 4. Also check the CPU usage when you're testing with top -aSH. See if you're hitting a limit with one core. Yeah I would also expect better throughput from an APU2 than an APU1. Steve
  • Asymetric internet speed problem

    6
    0 Votes
    6 Posts
    962 Views
    J
    I have not tried swapping cables yet, but will add that to my testing when I have an opportunity. I didn't (still don't) see iperf3 in the available packages list, otherwise I would have installed it. I am assuming from your note that if I do pkg install iperf3 from the command line it will be there and install. Checking the interface status shows In/Out Errors 0/0 and Collisions 0 for both WAN and LAN interfaces. This has been up for 23 days since the last reboot. Jeff
  • New setup (and a new user)

    3
    0 Votes
    3 Posts
    578 Views
    W
    @stephenw10 said in New setup (and a new user): Yes it will. You could use a USB device but a separate AP will be far better in almost every respect. Steve Thanks Steve. I'll go with the separate AP then.
  • Set gop using SSH or Web Interface

    3
    0 Votes
    3 Posts
    707 Views
    R
    I just came to the same conclusion. You are correct! gop set 1 in /boot/loader.conf.local solved my problem!
  • 0 Votes
    2 Posts
    590 Views
    stephenw10S
    Was it blocked UDP packets? Did you see some Cores pegged at 100% during that time? What is the crash you see with LRO enabled? We usually recommend leaving that disabled though for just this reason, it can be unstable. Steve
  • APU3c4 Slow Upload

    4
    0 Votes
    4 Posts
    699 Views
    stephenw10S
    Ah, nice. So something there is set to fixed speed/duplex and was causing pfSense to fall back to it's default connection type. It would be better to have everything set to autoselect but some ISP still seem to insist on using fixed. Steve
  • Successful Install on HP t5730 Thin Client

    23
    0 Votes
    23 Posts
    14k Views
    S
    Hi @robi, I appreciate your work on this as I own an HP t5730 on which I would like to install pfsense. Since your last post, the older versions prior to 2.4 have been removed from the pfsense download site. So, I am unclear whether there is a way to directly install the current nanoBSD version on the HP t5730 or if there is a workaround (finding an old version of pfsense elsewhere and then upgrading in accord with the instructions you have provided, installing a current version to a computer, modifying it to fit on the HP 1 GB flash and "dding" it to a USB drive and then installing that, or...). Thanks in advance for advice. stevesr0
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.