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

    88 Topics
    573 Posts
    luckman212L

    For 25.07 RC, this worked for me (run sh first)

    [25.07-RC][root@r1.lan]/root: sh # export IGNORE_OSVERSION=yes # pkg add https://pkg.freebsd.org/FreeBSD:15:amd64/latest/All/tailscale-1.84.2.pkg # service tailscaled restart # tailscale up # tailscale version 1.84.2 go version: go1.24.4 # tailscaled -version 1.84.2 go version: go1.24.4
  • 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.

  • Build DHCP6c from source on SG-1100

    1
    0 Votes
    1 Posts
    549 Views
    No one has replied
  • pimd - doesn't appear to work

    5
    0 Votes
    5 Posts
    3k Views
    Cloudless Smart HomeC

    @kmarston fixed it, thanks!

  • BIND/Avahi/radiusd packages missing from 2.6.0?

    3
    0 Votes
    3 Posts
    1k Views
    J

    @johnpoz - both of those packages appear to now be in the "available packages" list. Seems odd that for a couple hours they (BIND/Avahi) were 'missing' from the list, but hours later appear. Following the commentary from posts about "install from scratch" (using the copy config.xml to USB for restore) - only impact was where those two packages were absolutely required. Interesting on the naming aspect. Under 2.5.2, made sure that all the packages had been on the latest version, prior to upgrade. Not sure if that artifact is useful.

    While a bit off topic - where BIND/Avahi weren't required, the process was flawless and (as others have noted) there appears to be a sense of increased performance. (Hats off to folks responsible)

    Thanks!

  • new System Patches v2.0

    Moved
    21
    1 Votes
    21 Posts
    5k Views
    chudakC

    @luckman212 said in new System Patches v2.0:

    @jimp I had to flip my update branch from 22.05 to 22.01 in order to see the 2.0_4 version. I installed it and then flipped back to the 22.05 track. Is that "normal"?

    I didn’t have to do this
    FYI

  • HAProxy shared front end error files

    1
    0 Votes
    1 Posts
    584 Views
    No one has replied
  • LCDproc port

    6
    0 Votes
    6 Posts
    2k Views
    C

    The end result (that wouldn't involve recompiling my own kernel/drivers etc) was to simply change the VID/PID in the display from the out of box settings of 0x1b3d/0x0155 to the FTDI defaults of 0x0403/0x6001. You can do this with "FT_Prog" on another computer running Windows or you can do it with another computer using "ft232r_prog" on Ubuntu Linux.....

    sudo ./ft232r_prog --old-vid 0x1b3d --old-pid 0x0155 --new-vid 0x0403 --new-pid 0x6001 ft232r_prog: version 1.25, by Mark Lord. eeprom_size = 128 vendor_id = 0x1b3d product_id = 0x0155 self_powered = 0 remote_wakeup = 0 suspend_pull_downs = 0 max_bus_power = 500 mA manufacturer = MO product = LK202-25-USB serialnum = 01wwkXXX high_current_io = 0 load_d2xx_driver = 0 txd_inverted = 0 rxd_inverted = 0 rts_inverted = 0 cts_inverted = 0 dtr_inverted = 0 dsr_inverted = 0 dcd_inverted = 0 ri_inverted = 0 cbus[0] = TxDEN cbus[1] = TxDEN cbus[2] = TxDEN cbus[3] = PwrEn cbus[4] = TxDEN Rewriting eeprom with new contents. /tmp/MO/ft232r_prog-1.25$ sudo ./ft232r_prog --save MO-lk202-25.dump ft232r_prog: version 1.25, by Mark Lord. MO-lk202-25.dump: wrote 128 bytes eeprom_size = 128 vendor_id = 0x0403 <---- IT'S DIFFERENT NOW product_id = 0x6001 <---- AND THIS IS TOO self_powered = 0 remote_wakeup = 0 suspend_pull_downs = 0 max_bus_power = 500 mA manufacturer = MO product = LK202-25-USB serialnum = 01wwkXXX high_current_io = 0 load_d2xx_driver = 0 txd_inverted = 0 rxd_inverted = 0 rts_inverted = 0 cts_inverted = 0 dtr_inverted = 0 dsr_inverted = 0 dcd_inverted = 0 ri_inverted = 0 cbus[0] = TxDEN cbus[1] = TxDEN cbus[2] = TxDEN cbus[3] = PwrEn cbus[4] = TxDEN No change from existing eeprom contents.

    Once that's done, you can plug it back in to pfsense and the driver will pick it up and ugen will do it's thing etc.... You'll finally end up with all of the

    /dev/cuaU0
    /dev/cuaU0.init
    /dev/cuaU0.lock

    things that you need in /dev/ that you can then use to point the webUI/lcdproc towards.

  • How to setup FreeRADIUS + MySQL

    1
    1 Votes
    1 Posts
    531 Views
    No one has replied
  • HAProxy

    1
    0 Votes
    1 Posts
    782 Views
    No one has replied
  • Process to get package into official repositories?

    2
    1 Votes
    2 Posts
    875 Views
    bmeeksB

    Typically I believe the Netgate team expects a pull request against the appropriate GitHub repository. For packages, that would be ../pfsense/FreeBSD-ports available here: https://github.com/pfsense/FreeBSD-ports.

    There are some specific requirements in order for packages to work within the pfSense ecosystem. You can look over some of the packages to see what those are. GUI packages will start with the string "pfSense-pkg-*". Any underlying binary component is assumed to exist within the regular Ports tree of FreeBSD.

  • HAProxy - Shared Front End but Do not Use CSP

    2
    0 Votes
    2 Posts
    1k Views
    S

    yeah - knew it must be a stupid question. found the option to add the CSP to the specific backend rather than in the shared frontend. all good

  • Backup package causes crash report in pfSense 2.6.0

    9
    0 Votes
    9 Posts
    2k Views
    GertjanG

    @robert_knabe

    As far as I know, no one is complaining about the small file size handling capability of pfSense.
    The RRD files will still fit into the confiig file, and if logs are important (they are for me) an external syslogger shiould be used.

    But, why not, if you want, you can modify the php.ini file, as that's the way to change memory available to PHP.

    Two options :
    Write a small shell script that modifies the memory_limit if it doesn't contain the right value for you. Have this script started with the startcmd pfSense package. Use commands like 'sed' to replace a text in the file. You probably have to restart the PHP-FPM to take the new setting in account.

    Or, edit the php.ini file, and keep the old one.
    Create a diff file from these two files.
    Use the diff file and the pfSense patch package to patch the existing php.ini file.
    You will still have to restart php-fpm to have the modification taken in account.

    Both solutions will persist even after a pfSense upgrade.

    You could add a feature request, just keep in mind that it would be granted only if a lot of people are asking for it.

  • pfsense squid reverse proxy emails with attachments not sent via mac os

    1
    0 Votes
    1 Posts
    492 Views
    No one has replied
  • avahi mDNS - enable verbose mode?

    1
    1 Votes
    1 Posts
    738 Views
    No one has replied
  • Upgrading to 22.01 from 21.05.2 services broken

    Moved
    2
    0 Votes
    2 Posts
    852 Views
    viktor_gV

    Please show the contens of /usr/local/etc/avahi/avahi-daemon.conf, and tail -n 50 /var/log/system.log output after restarting Avahi.

  • Netgate Firmware Upgrade package not working after move to 0.51

    2
    0 Votes
    2 Posts
    950 Views
    J

    Disregard. Upgraded OS to pfSense 22.01 and the package works fine now.

  • HAPROXY strange error after adding http-redirect frnt end

    1
    1 Votes
    1 Posts
    446 Views
    No one has replied
  • Anyone could create a Fast.com widget based on the speedtest-widget one ?

    1
    0 Votes
    1 Posts
    522 Views
    No one has replied
  • Is a new package version available for new pfSense version?

    5
    0 Votes
    5 Posts
    947 Views
    ?

    @steveits
    Thanks again!
    Yes, if I configure System -> Updates to stay at 2.5.2 (DEPRECATED) I do not see any available updates for my apps.

    But when I change to 2.6.0 I see updates for some of the apps. Still not for all, but this should be not an issue as they will run anyways- because there is no red sign then.

    Ok, I think I got it!

    Thanks a lot!

    /KNEBB

  • FreeRADIUS: Attributes Conflicting with GUI Login

    6
    0 Votes
    6 Posts
    1k Views
    N

    @nogbadthebad

    Correct. Supermicro IPMI.

    Most of my searches found people having issues getting authentication working with Supermicro.

    My issue is that all other devices that use RADIUS for authentication are all working (UPS’s, Supermicro IPMI, TrippLite PDU). It’s just the pfSense itself.

  • HAProxy and other hosted sites on the same IP

    2
    0 Votes
    2 Posts
    965 Views
    S

    Not sure if you figured it out already since this post is a few days old, but I think you need to do two things:

    Remove your "Default Backend" entry (if you have a default entry, everything will be sent to that backend, regardless of the ACL you defined above) For the "Use Backend" action, you wanna populate the "Condition Acl Name" field or else the action wont match.
    So in your case, set the "condition acl name" to "LookingGlass" (the name you gave your "Host Matches:" ACL)

    You now should get a 503 error for all other requests until you define another acl that matches the host name and send that to the same (or a different) backend via another "Use Backend" action entry.

    Hope this helps. Still a beginner with ha proxy so not sure if this is the way to go, but for me in a similar situation that was what I had to do.

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