Subcategories

  • Discussions about packages which handle caching and proxy functions such as squid, lightsquid, squidGuard, etc.

    4k Topics
    21k Posts
    N

    Can I use pgblockerng aliases in Haproxy?

    80758505-9bad-4dad-a80b-c159be1045a2-image.png

    If it was a firewall rule, typing pfb would produce a dropdown to select.

    Here it has to be written, but will it work? Is it supported?

  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    bmeeksB

    I saw where the Netgate kernel developer updated the Suricata package in the pfSense 25.07 development branch to work with the new kernel PPPoE driver. But so far as I know that updated package has not been migrated to 2.8 CE.

    Here is the commit into the DEVEL branch: https://github.com/pfsense/FreeBSD-ports/commit/68a06b3a33c690042b61fb4ccfe96f3138e83b72.

  • Discussions about packages that handle bandwidth and network traffic monitoring functions such as bandwidtd, ntopng, etc.

    571 Topics
    3k Posts
    K

    @pulsartiger
    The database name is vnstat.db and its location is under /var/db/vnstat.
    With "Backup Files/Dir" we are able to do backup or also with a cron.

  • Discussions about the pfBlockerNG package

    3k Topics
    20k Posts
    GertjanG

    @AlexK-0 said in Can't receive GeoIP databases updates anymore, banned:

    Days ago, I received from MaxMind an email, notifying me that my country has been banned to receive GeoLite City database updates.

    You've found a reason to use a VPN.

  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    99 Topics
    2k Posts
    K

    @elvisimprsntr thanks for your suggestion. I will give it a try.

  • Discussions about the ACME / Let’s Encrypt package for pfSense

    493 Topics
    3k Posts
    johnpozJ

    @MacUsers

    https://help.zerossl.com/hc/en-us/articles/360060119933-Certificate-Revocation

    edit: oh you prob out of luck

    You can revoke any certificate issued via the ZeroSSL portal. Currently, certificates issued via ACME can not be revoked from inside the portal - please follow the instructions of your ACME client for revoking those certificates.

    the gui in pfsense does not have the ability to revoke - you prob have to move the certs to something you have certbot installed to and revoke that way.

  • Discussions about the FRR Dynamic Routing package on pfSense

    294 Topics
    1k Posts
    R

    I had a similar issue with Routed VTI over IPsec recently. FRR lost its neighbors after rebooting or when a tunnel went down. It never re-discovered it automatically. Only restarting FRR (either in GUI or via CLI) brought the neighbors back.

    When I manually added those under the OSPF neighbors tab in the GUI it seems to solve the problem as well.

  • Discussions about the Tailscale package

    89 Topics
    574 Posts
    A

    Hello,
    I am unable to get the Tailscale package to work. The page at VPN > Tailscale > Authentication is stuck. It displays the error "Tailscale is not online," but also shows a "Logout and Clean" button, with no option to log in.
    link text

    This state persists even after performing the following troubleshooting steps:

    Rebooting the pfSense router.

    Completely uninstalling and reinstalling the Tailscale package multiple times.

    Clearing browser cache and using a private browser window.

    Toggling the main "Enable Tailscale" checkbox in the settings.

    Checking the logs, which show the service gets a "terminate" signal and shuts down cleanly; it does not crash.

    Manually trying to delete the state file with rm /var/db/tailscale/tailscaled.state, which failed because the file does not exist.

    It appears that the package's configuration is corrupted in a way that persists even after reinstallation. Can anyone advise on how to perform a complete manual cleanup of all Tailscale files and settings?

  • Discussions about WireGuard

    689 Topics
    4k Posts
    P

    @patient0 Thanks for further suggestions. The tunnel is definitely up and so I don't think this is a CGNAT issue after all. WAN firewall rule is in place for UDP on port 51823 (otherwise the tunnel wouldn't work, right?). I can ping from client 1 -> client 2 and visa versa and also ping all points in between like you suggest. I just can't open an HTTPS connection from pfSenseB from Client 1 using a browser. But I can do this the other way round i.e. from Client 2 to pfSenseA

    I will try and do some packet capture to see if that reveals anything.

  • System/Package Manager/Available Packages Screen is broken

    5
    0 Votes
    5 Posts
    903 Views
    V

    Hi...
    I would like to thank everyone for their help.
    I do not know what the problem was, the other day it was working normal, without any changes

  • VLAN to LAN

    4
    0 Votes
    4 Posts
    520 Views
    johnpozJ

    We are not mind readers you going to have to post a picture what the rules you created!

  • FreeRADIUS terminating abnormally, no clues in log file

    6
    0 Votes
    6 Posts
    612 Views
    ?

    @NogBadTheBad
    Appreciate it. FreeRADIUS seems to start just fine and will run for many weeks without an issue, until it stops and doesn't automatically restart.

  • pfSense 2.4.4 missing the telegraf package

    8
    0 Votes
    8 Posts
    795 Views
    jimpJ

    Nope, it's there for amd64, I double checked.

  • Snort Thinks Google Is Doing Port Scans

    2
    0 Votes
    2 Posts
    923 Views
    bmeeksB

    This is not all that uncommon. The Snort portscan preprocessor is very "trigger happy" ... ☺ .

    Go to the PREPROCESSORS tab for the impacted Snort interface and set the Sensitivity drop-down selector to Low. Save the change and restart Snort on the interface. That should help.

    If the Sensitivity setting is already Low, then you will probably have to disable that particular rule. Click the red X under the SID column on the ALERTS tab to disable it.

  • e2guardian

    2
    0 Votes
    2 Posts
    494 Views
    M

    I retrive in System Logs many:

    swap_pager_getswapspace(32): failed

  • suricata stopping

    3
    0 Votes
    3 Posts
    632 Views
    bmeeksB

    Look in the firewall's system log around the time you suspect Suricata crashed. Odds are you will find a Signal 10 Bus Error. This is the result of an unaligned access to memory. It is a problem in Snort, Suricata and clamAV as a minimum on ARM hardware such as the SG-3100. I've tried a fix for Snort and Suricata. The Suricata fix was successful for a time, but not anymore.

    The issue is complicated to explain, but if you Google "unaligned memory access" you will find some info on what that is. This is only a problem on ARM hardware. Intel CPUs are immune as they will "auto-fixup" instructions that attempt unaligned access.

    I looked into this in some detail and found that the main problem in FreeBSD is with the llvm compiler used to create armv6/armv7 binary code. That compiler chooses at times to use an ARM instruction pair that does not support unaligned access. The compiler could choose to use a different pair of instructions to accomplish the same thing, and that different pair will support unaligned access via "auto-fixup" just like Intel CPUs.

    While it is technically true the issue lies within the C programming code of the binary packages that are failing on ARM hardware, the practical implication is that since the code works on Intel hardware without issue -- and because the ARM hardware base is very small -- the upstream projects for Snort, Suricata, clamAV and others have no great desire to invest the energy and effort required to find the bugs in the C code and fix them.

    I worked with the pfSense team and we turned off compiler optimizations for these packages. It worked initially for Suricata, but now some change has crept into the upstream project and that change is causing unaligned access issues again on ARM hardware.

    The problem will appear as a random bug because it takes a particular sequence of data and the resulting program code flow while processing that data to hit the instruction that attempts the unaligned memory access. When the unaligned access occurs, that triggers a CPU hardware interrupt fault and the OS shuts down the application (and logs the Signal 10 bus error).

  • PFSense forwarder (dnsmasq) unusually slow

    3
    0 Votes
    3 Posts
    484 Views
    johnpozJ

    Your going to have to actually give some details to work with here people!

    Where are you forwarding too? What does a query direct to that look like from your client as far as time.. What does the query time look like from client to pfsense?

    Example if your forwarding to 8.8.8.8

    $ dig www.google.com @8.8.8.8 ; <<>> DiG 9.14.1 <<>> www.google.com @8.8.8.8 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34825 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 512 ;; QUESTION SECTION: ;www.google.com. IN A ;; ANSWER SECTION: www.google.com. 285 IN A 216.58.192.132 ;; Query time: 21 msec ;; SERVER: 8.8.8.8#53(8.8.8.8) ;; WHEN: Sat May 18 15:49:17 Central Daylight Time 2019 ;; MSG SIZE rcvd: 59

    Here is to unbound on pfsense.

    $ dig www.google.com ; <<>> DiG 9.14.1 <<>> www.google.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50496 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;www.google.com. IN A ;; ANSWER SECTION: www.google.com. 257 IN A 172.217.6.100 ;; Query time: 1 msec ;; SERVER: 192.168.3.10#53(192.168.3.10) ;; WHEN: Sat May 18 15:49:41 Central Daylight Time 2019 ;; MSG SIZE rcvd: 59
  • Disable Snort rule

    12
    0 Votes
    12 Posts
    3k Views
    M

    I think the reboot solved the issue, still working for now.
    will monitor it and return if there is something new.
    Thank you for your help :)

  • Help With bug/error SQUID GUARD| Ayuda con bug/error en SQUID GUARD

    4
    0 Votes
    4 Posts
    469 Views
    Mr_JinXM

    @egonzalezgdl I would personally install pfsense using the same version the config was created on, then do the upgrade to the latest.

  • Bandwidthd monitoring openvpn subnet while using lan interface

    2
    0 Votes
    2 Posts
    307 Views
    N

    On further thought, I think I understand why it won't work...

    Openvpn is connected to the wan and traffic from openvpn unless going to the lan, like dns, isn't going through the lan interface. So it is technically monitoring the data correctly for the interface it just isn't able to do what I want it to do.

  • Telegraf memory stats broken on 2.4.3

    5
    0 Votes
    5 Posts
    2k Views
    J

    It's great information. Thank you.

  • bind9 webinterface/failure "journal rollforward failed"

    1
    0 Votes
    1 Posts
    373 Views
    No one has replied
  • Package manager unable to communicate to pfsense.com

    8
    0 Votes
    8 Posts
    1k Views
    L

    thanks for all the replies. I will have a look at updating to a newer version ASAP. I was having problems flashing version 8 of the watch guard BIOS but will give it another try.

  • Auto Config Backup Issue

    24
    0 Votes
    24 Posts
    2k Views
    A

    I did change the Backup Count to 0 but it didn't help!
    When I edit/create a rule it actually creates the backup first and then removes it according to the backup count 0.

    After setting Backup Count to 0 :

    #ls -l total 4 -rw-r--r-- 1 root wheel 6 Apr 30 22:36 backup.cache

    While creating a NAT rule:

    #ls -l total 3236 -rw-r--r-- 1 root wheel 6 Apr 30 22:36 backup.cache -rw-r--r-- 1 root wheel 3252224 Apr 30 22:36 config-1556647551.xml #ls -l total 4324 -rw-r--r-- 1 root wheel 6 Apr 30 22:36 backup.cache -rw-r--r-- 1 root wheel 4390912 Apr 30 22:36 config-1556647551.xml #ls -l total 7044 -rw-r--r-- 1 root wheel 6 Apr 30 22:36 backup.cache -rw-r--r-- 1 root wheel 7176192 Apr 30 22:37 config-1556647551.xml #ls -l total 8100 -rw-r--r-- 1 root wheel 173 Apr 30 22:37 backup.cache -rw-r--r-- 1 root wheel 8255935 Apr 30 22:37 config-1556647551.xml #ls -l total 4 -rw-r--r-- 1 root wheel 6 Apr 30 22:37 backup.cache

    So, it still takes a minute or so to create/modify a rule!!!

  • g++ package

    2
    0 Votes
    2 Posts
    501 Views
    jimpJ

    No. pfSense is a firewall, not a development platform.

    Compile the code on a similar FreeBSD system and then copy the binaries to the firewall.

  • Upgrade of Zabbix Proxy Package to comply with v4.2

    5
    0 Votes
    5 Posts
    993 Views
    D

    @woodsod Thanks for the update!

  • OpenBGP service not starting

    Moved
    1
    0 Votes
    1 Posts
    211 Views
    No one has replied
  • pfBlockerNG

    1
    0 Votes
    1 Posts
    325 Views
    No one has replied
  • OpenBGP not switching to other ISP in multihomed setup

    Moved
    2
    0 Votes
    2 Posts
    481 Views
    C

    Just a follow up, this is resolved. It was actually an issue with the provider that was not working. They had to update a MPLS record on their side. Once they did that, it worked as expected and fails over automatically.

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