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.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • How does cron service get restarted ?

    3
    0 Votes
    3 Posts
    608 Views
    B

    @Gertjan

    For some reason, I wrongly assumed that cron would only read the crontab file when the service re/started.
    Thanks for the explanation, and the tips for how I could check this myself next time.
    +1

  • Snort Rule Update Settings time has a bug with the cron job

    4
    0 Votes
    4 Posts
    684 Views
    bmeeksB

    A package update containing the fix for this bug is building and should show up for users shortly.

    The new Snort package containing this bug fix is 4.1.6_9.

  • Snort fails to install.

    36
    0 Votes
    36 Posts
    3k Views
    bmeeksB

    @BlueCoffee said in Snort fails to install.:

    got the new box and all is well guess the other one was bad. Ive installed Suricata (looks alot like snort) Would you set this up on lan also? Do you know where I can read more about the setup? don't want to not have it set correct this time around.

    You can find several Sticky Posts at the top of the IDS/IPS sub-forum here: https://forum.netgate.com/category/53/ids-ips.

    As with Snort, I recommend putting Suricata only on internal interfaces (LAN, DMZ, etc.). The only time I would veer from this approach is on a box with very limited RAM and/or CPU horsepower and I had a fairly large rule set enabled. That might be a point where you conserve RAM and CPU by just putting a single instance on the WAN instead of several instances on internal interfaces. But you will have the limitations I mentioned in my earlier post. Best practice would dictate that the different interfaces on a firewall likely will need different IDS/IPS rules enabled. Rules should be tailored to the unique vulnerabilities and threats present on the protected network. So, in that scenario, individual IDS/IPS instances on internal interfaces works better (if you have the necessary RAM and CPU power).

    As you noticed, Suricata and Snort have an almost identical GUI. That's because a ton of the Suricata PHP GUI code was a copy and paste from the Snort GUI.

    Any basic set up instructions you find for Snort on pfSense will also apply to Suricata on pfSense. One key difference is that Suricata does not use Preprocessors in the way that Snort does. Suricata just works differently internally. The preprocessors were a way for Snort to add new features over the years. Suricata accomplishes that a bit differently internally, so no need for specific preprocessors. There are settings similar to the Snort preprocessor settings under the FLOW/STREAM and APP PARSERS tabs in Suricata.

    A big difference in the packages is the rich EVE.JSON logging system in Suricata. Initially EVE.JSON logging is disabled causing Suricata to log essentially the same way as Snort did. But if you enable EVE.JSON logging for an interface, you can capture a lot of data about network traffic and of course any alerts. Suricata can log a lot of data with EVE.JSON logging and many of the options underneath that feature enabled. Just be sure you go to the LOGS MGMT tab and enable automatic log management. The defaults you find there should be fine for an initial install.

    Here is a link to the official documentation: https://docs.suricata.io/en/suricata-6.0.13/.

  • CloudFlared Zero Trust on PFSense

    2
    3 Votes
    2 Posts
    824 Views
    M

    @romulo-reuwsaat I also would love to see this as a package.

  • How can I get this UDP relay package for casting across VLANs?

    123
    1 Votes
    123 Posts
    58k Views
    S

    Thanks to all involved in creating this.

    I am now able to cast to 'Google Home device/speaker groups' across VLANs, which wasn't previously possible.

  • Anyone have a guide for getting Airplay working across subnets with avahi?

    15
    0 Votes
    15 Posts
    13k Views
    RUBENCH00R

    @munson Hi, I'm not saying it's wrong but in short it works like this, without creating so many rules.
    I allow the ITO Network to have access to the Lan Network OPT1 ect ect ect ....

    RulesIOT.png

  • HAProxy set up with ACME Cert and CloudFlare

    4
    0 Votes
    4 Posts
    2k Views
    M

    There is a new video, perhaps it can help you..
    It was released today.

  • LCDProc package version 0.11.4_2

    9
    3 Votes
    9 Posts
    2k Views
    E

    @jimp was kind enough to update the LCDProc package to include a NTP server screen georou @ GitHub originally created and we updated. Current package is 0.11.5. There is a pending update to 0.11.5_1 (screens below) that improves the display of PPS, GPS, vs GPS+PPS in certain edge cases.

    https://github.com/pfsense/FreeBSD-ports/commit/b3a3a4bf28ad8a50211b6775ed20011097ceeef9

    If you have a PPS source, it will display either the number of satellites (GPS) or stability value (PPS). Otherwise, it will display the Active Peer Server IP address.

    Notes: I am by no means a NTPD algorithm expert, but I noticed if a source is marked as a valid PPS Peer "o", NTPD uses that to sync and serve time to clients regardless if there a separate Active Peer "*" used for time data. If a GPS is being used for both a PPS Peer "o"and source of time data, it will be marked as PPS Peer "o" and there will be no other Active Peers "*" marked (see screen cap below). The NTP Widget seems to display the Active Peer "*" even when the PPS Peer "o" is actually being used to sync and serve time to clients. Which source is actually served to clients can be confirmed with "ntpq -c sysinfo". If you want to see the stability value when using a GPS with PPS, you can simply set the Clock ID of the GPS source to "PPS". I intentionally did not include seconds on the display since even with the LCDProc Refresh Frequency set to 1 second, time will jump multiple seconds with each screen refresh. Not sure if there is another mechanism that would improve the refresh rate of the first row to eliminate increments of multiple seconds.

    Feedback welcome, subject to the limitations noted above.

    I happen to be using a Garmin 16X (PPS Only) and 18X (GPS+PPS). NTPD only supports one PPS source at a time, thus marks the second as False Ticker "x"

    https://github.com/elvisimprsntr/pfsense-ntp-gps. (WIP)

    Screenshot 2023-08-08 at 9.25.04 AM.png

    LCDGPS.png

    LCDPPS.png

    LCDIP.png

  • 0 Votes
    12 Posts
    7k Views
    W

    I tried to install Wazuh agent too following this article https://marcius.pro/index.php/2022/03/11/wazuh-criando-regra-no-pfsense-para-bloquear-ip-de-atacante/, and I've success on FreeBSD12/pfSense 2.6 CE.
    However, in FreeBSD14/ pfsense 2.7 CE or pfSense+ 23.1.1, I haven't succes. The error is

    code_text ```Certificate verification failed for /C=US/O=Internet Security Research Group/CN=ISRG Root X1 2404007936:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/var/jenkins/workspace/pfSense-Plus-snapshots-23_05_1-main/sources/FreeBSD-src-plus-RELENG_23_05_1/crypto/openssl/ssl/statem/statem_clnt.c:1921: Certificate verification failed for /C=US/O=Internet Security Research Group/CN=ISRG Root X1 2404007936:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/var/jenkins/workspace/pfSense-Plus-snapshots-23_05_1-main/sources/FreeBSD-src-plus-RELENG_23_05_1/crypto/openssl/ssl/statem/statem_clnt.c:1921: Certificate verification failed for /C=US/O=Internet Security Research Group/CN=ISRG Root X1 2404007936:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/var/jenkins/workspace/pfSense-Plus-snapshots-23_05_1-main/sources/FreeBSD-src-plus-RELENG_23_05_1/crypto/openssl/ssl/statem/statem_clnt.c:1921:
  • nrpe 4.1: check_icmp broken

    1
    1 Votes
    1 Posts
    470 Views
    No one has replied
  • Snort isn't in time sync

    2
    0 Votes
    2 Posts
    452 Views
    bmeeksB

    Snort gets its time from the firewall system. It has no special or unique time setting.

  • LLDP not starting after latest update (0.9.11_2)

    9
    0 Votes
    9 Posts
    2k Views
    dennypageD

    @Neosmith20 said in LLDP not starting after latest update (0.9.11_2):

    Installed packages to be DOWNGRADED:
    pkg: 1.19.2 -> 1.19.1_1 [pfSense]
    ...
    after that, I uninstalled lldpd, reinstalled it, and then it immediately came up.

    Fantastic.

  • Add custom command to Service Watchdog

    1
    0 Votes
    1 Posts
    324 Views
    No one has replied
  • avahi seemingly not working

    20
    0 Votes
    20 Posts
    3k Views
    RobbieTTR

    I added this rule on a VLAN to allow mDNS to work across subnets. I've had this rule in place well before recent updates though:

    2023-07-27 at 20.20.58.png

    ☕️

  • LCDProc package version 0.11.3

    Locked
    5
    0 Votes
    5 Posts
    917 Views
    jimpJ

    @fireodo said in LCDProc package version 0.11.3:

    @jimp said in LCDProc package version 0.11.3:

    I see the problem there, I have a fix ready, I'll include it in my next update sometime this week depending on how much time I have available

    Glad you found the culprit - anyway, there is no hurry! Thanks a lot!

    I just pushed the new version with the fix for this, it should be available soon.

    https://forum.netgate.com/topic/181790/lcdproc-package-version-0-11-4

  • FreeRADIUS MAC authentication

    15
    0 Votes
    15 Posts
    8k Views
    keyserK

    @aaronssh Well, I’m using mac-auth and my clients are entered on the MAC addresses sheet, so it does work in the right configuration.
    But if you are not going to use 802.1x you can just create the MAc addresses as users.

  • nrpe 3.1_6 service control broken on pfSense 2.7.0

    6
    0 Votes
    6 Posts
    1k Views
    D

    seems that the service entry in config.xml is not updated automatically.

    on an untouched system, after update to nrpe 4.1, config.xml still looked like this:

    <service> <name>nrpe</name> <rcfile>nrpe3.sh</rcfile> <executable>nrpe3</executable>

    with this the service was not starting.
    after removing the "3"s I can start the service from web gui.

  • Please point out I am an idiot....

    5
    0 Votes
    5 Posts
    736 Views
    N

    Obviously a troll post.

  • Syslog-ng forwarding via TCP not working?

    3
    1 Votes
    3 Posts
    2k Views
    M

    @flink4 - thanks! I've hacked something else in place for the time being, but will try this out when I find the time!

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