• Internet Speed

    2
    0 Votes
    2 Posts
    339 Views
    R

    @haidymikhail There are many causes (bad cables, failing NICs, WiFi testing, bad switch configs) that are outside of the software and then a few inside (proxies, intrusion detection).

    What are the drivers for the NICs? Model of NIC? Are you connecting through switching hardware?

    The more detail you have to provide the more likely someone can help point you in the right direction.

  • NTP Serial GPS not working in 2.6.0-RELEASE

    8
    0 Votes
    8 Posts
    963 Views
    stephenw10S

    It might be 9600bps. Or it might have reverted to defaults causing the problem?

    The port is a real serial port so it will be cuau0 or cuau1. The upper case U implies a USB connected serial port.

    Steve

  • Automatic Configuration Backup, overwriting 'manual backups'

    1
    0 Votes
    1 Posts
    212 Views
    No one has replied
  • The best way to get news on new stabile releases

    5
    0 Votes
    5 Posts
    1k Views
    luckman212L

    @dominikhoffmann I'm late to the thread but you could use my script to have your pfSense notify you when updates are available to the base as well as any installed packages.

    https://forum.netgate.com/topic/137707/auto-update-check-checks-for-updates-to-base-system-packages-and-sends-email-alerts

  • pfSense Sporadic unable to get to internet.

    16
    0 Votes
    16 Posts
    2k Views
    P

    Thanks all for your help. I just wanted to come back and things seem to now be resolved due to the above steps. Fingers crossed it stays that way. Hopefully some other newb will find this useful in the future.

  • Stupid Freshports question...

    3
    0 Votes
    3 Posts
    717 Views
    stephenw10S

    Yup, see: https://docs.netgate.com/pfsense/en/latest/recipes/freebsd-pkg-repo.html

    pkg uses the pfSense repo by default. Be aware of the issues that can happen by installing FreeBSD packages but using individual packages directly is generally safer as it won't pull in incompatible dependencies.

    Steve

  • [Zone : Pf frag entries] PF frag entries limit reached

    4
    0 Votes
    4 Posts
    1k Views
    DerelictD

    It not only indicates lots of fragments it indicates lots of fragments that were not fully reassembled and disposed of in a timely manner so they continued to occupy a fragmentation entry slot until there were no more available.

    As has been said the best course of action is to find the reason for the excessive/faulty fragmentation and fix it.

  • OpenVPN - Network Segment - Firewall Rule

    3
    0 Votes
    3 Posts
    614 Views
    stephenw10S

    You need a firewall rule to pass traffic from VPN clients coming in over the tunnel. That either has to be on the OpenVPN tab on the firewall rules page or the assigned interface tave if you have assigned the OpenVPN server as an interface. Be aware that the OpenVPN tab acts as an interface group that includes all OpenVPN servers and clients. If you have assigned an OpenVPN interface you usually want the rules on the assigned interface tab and not on the group openvpn tab.

    Steve

  • Picture widget is not working

    15
    0 Votes
    15 Posts
    1k Views
    johnpozJ

    @dmytrokoren glad you got it sorted.. You would almost never have to do a fresh install - unless something crazy wrong that you can not even get to pfsense or something.

    Or other times it can be a time saver vs tracking down the actual issue causing the problem.

  • ssl issue - no gui

    4
    0 Votes
    4 Posts
    603 Views
    johnpozJ

    @koby-peleg-hen well you do you - but I never got why anyone would ever do this.. Did you get it free - if so I could attempt to use one of their certs. Looks like not single domain 78$ for six years.

    For starters I don't ever see using an actual public domain on my pfsense gui? I own multiple domains, don't use any of them internally.. Pointless to do so.. I use local.lan - but at some point will switch over to home.arpa for local domain.

    But if did want to use public - why not just use free ACME cert?

    So did you create the CSR and have them sign it? How exactly did you go about getting the cert and key..

    Without some actual details, going to be impossible to help figure out what is wrong. What does the log say? You can setup pfsense to allow both http and https access - so even if the gui doesn't like the cert for some reason, the gui should be available just over http so you can see the log, etc.

  • Unable to access webgui after updating SSL cert

    3
    0 Votes
    3 Posts
    459 Views
    stephenw10S

    Forked this to a new thread.

    Is the gui even running after swapping out the cert?

  • 0 Votes
    7 Posts
    879 Views
    Cool_CoronaC

    @bmeeks HI Bill

    No blocks as of yet. Its been 23 hrs since reboot and everything is running as it should.

    No issues with the service behind pfsense since reboot.

  • Routing pfsense dns server dynamic DNS updates through VPN tunnel

    4
    0 Votes
    4 Posts
    646 Views
    J

    @stephenw10 that worked 🤓

    Thanks so much for your assistance!

  • Block network Access with correct Static IP

    11
    0 Votes
    11 Posts
    1k Views
    stephenw10S

    @johnpoz said in Block network Access with correct Static IP:

    @stephenw10 how would that work exactly? You would have to setup static arps for every IP that was possible.
    And then when you wanted a new device with IP, you would have to remove / edit that static arp.. That would be a real PITA to manage..

    Yup. 😉 far more trouble than it's worth!

    And, yes, it only does anything for traffic going through pfSense obviously.

  • Use 2 interfaces as 1 LAN

    4
    0 Votes
    4 Posts
    604 Views
    V

    @igorbarrosmcz
    No, LAGGs are meant for binding interfaces to achieve failover, load balancing or throughput enhancement.

  • [Solved] pfSense Cron reboot with email-telegram notification

    9
    0 Votes
    9 Posts
    1k Views
    A

    @stephenw10 Ye from what i see i cant edit it,if you can mark it for anyone with the same ''problem'' (mostly newbies) if they google it so they know it works

    once again thank you!

  • 1g pppoe CPU bottleneck on 3100

    4
    0 Votes
    4 Posts
    798 Views
    F

    @stephenw10
    Thanks Steve.

  • 0 Votes
    20 Posts
    2k Views
    stephenw10S

    I suggest that all of those are because the IP you're testing from hit locked out of the firewall dues to excessive login attempts and the it's existing states were cleared. That applies before the user rules so it still hit and logged.

    The arrow there shows it was blocked outbound on PCLAN_1G whicb is almost always out-of-state traffic because the state was closed.

    The extra rule you have added does nothing more than block some traffic without logging before it hits your block everything rule anyway.

    Steve

  • Incorrect bandwidth monitor values

    40
    0 Votes
    40 Posts
    3k Views
    stephenw10S

    Is that a config from 2.4.5?

    SSH keys were not included in the config until 2.6. You can probably remove that section from the config to allow it restore.

    Steve

  • Restoring

    Moved
    7
    0 Votes
    7 Posts
    831 Views
    O

    That worked. I was able to uncheck the serial option, saved a backup, and imported it with no problem. Thanks all for the help.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.