Subcategories

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

    4k Topics
    21k Posts
    O

    Hey that is familiar :

    [2.8.0-RELEASE][admin@fw1.man.mylocal]/root: squid -z
    ld-elf.so.1: /usr/local/sbin/squid: Undefined symbol "ZTVNSt3__117bad_function callE"

    Hopefully it is resolved soon!

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

    2k Topics
    16k Posts
    bmeeksB

    @Darkk said in GUIDE: Snort's AppID custom rules Quick Guide to blocking. Example shows OpenAI ChatGPT or Itunes.:

    @bmeeks

    I have a question. Why can't we get Snort 3 on pfsense since version 2 is being depreciated? I know there's Suricata but like to have options.

    Snort and Suricata are both volunteer maintained packages. That means a volunteer contributes the programming effort required to create and maintain the package without compensation and without any involvement from the pfSense developer team other than that team manually merging code changes submitted by the maintainer into the official pfSense repository. For Snort, I assumed the maintainer role for that package many years ago when the original developer grew weary and moved on. I wanted certain features to be available in the package (flowbits primarily), and so I added the necessary code and submitted the Pull Request to GitHub. It was accepted, and so I offered a few more updates such that over the years I became the defacto maintainer for Snort. For Suricata, I created that package from scratch, submitted the Pull Request to the Netgate team, and have been maintaining it since as a volunteer contributer sharing my work with the pfSense community for free.

    For both packages, I am getting ready to step aside. There is no compensation for volunteer maintainers, and since I retired from an IT role in a Fortune 500 US company several years ago, I am slowly disentangling myself from committments to more fully enjoy my retirement. That's one of the reasons you have seen fewer Snort and Suricata updates over the last year.

    I tried on two separate occasions in the recent past to create a Snort3 package for pfSense. But I gave up in frustration both times. Partly because my heart was not totally in it for the reasons outlined above (my retirement), but also because it's very hard to do since Snort3 is a radical departure code-wise from Snort 2.9.x on the binary side. It will require rewriting things in C++ and adapting all the old Snort 2.9.x configuration parameters over to Lua scripting. The use of Lua will require substantial changes in the GUI package code.

    The only way Snort3 will come to pfSense is if either some other new volunteer steps forward to create the required package, or if Netgate decides to take it over. Everything needed is available on the pfSense GitHub repo here -

    Snort Binary Package Code: https://github.com/pfsense/FreeBSD-ports/tree/devel/security/snort
    Snort GUI Package Code: https://github.com/pfsense/FreeBSD-ports/tree/devel/security/pfSense-pkg-snort

    If Snort3 is important to you, perhaps you might consider stepping into the volunteer maintainer role like I did many years ago and then sharing your work with the pfSense community ... 😀.

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

    569 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
    tinfoilmattT

    Looks like dev (@BBcan177) is already reviewing. Good teamwork, y'all.

    Responsible commit here. Remark indicates it was a cleanup commit. I don't have the coding skills to say for sure, but this pfblocker.php update and this pfblocker_alerts.php update look odd for some reason, in addition to whatever the pfblockerng.sh L1281 fix exposed.

    @marcosm

  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    94 Topics
    2k Posts
    V

    @Vancejo1 said in apcupsd causes restart:

    When I stop the apcupsd service and run apctest then select 10 battery calibration. It cause my router to reboot after reporting the calibration was aborted.

    Is it really rebooting? Or does the UPS cut the power?
    Check the logs to get sure.
    I've seen the latter already, but with old batteries, however.

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

    491 Topics
    3k Posts
    jimpJ

    Let's Encrypt is removing the TLS Client Authentication EKU from certificates they sign in the near future:

    https://letsencrypt.org/2025/05/14/ending-tls-client-authentication/

    This shouldn't affect many, if any, users of ACME on pfSense as it isn't used as a client certificate, only as a server certificate in various context (e.g. GUI, Captive Portal, HAProxy)

    In the past we have discouraged using Let's Encrypt certificates in certain contexts (like for clients) since it wasn't typically a secure practice. For example, if you use a Let's Encrypt certificate for OpenVPN, it would trust any certificate signed by Let's Encrypt, which makes it useless as an authentication factor.

    So while this is something to be aware of and check, it's unlikely to be a problem for most people.

  • Discussions about the FRR Dynamic Routing package on pfSense

    291 Topics
    1k Posts
    F

    After further troubleshooting, I discovered that, for some reason, the file /var/etc/frr/frr.conf is missing the line "ip ospf area 0.0.0.0" on every interface.

    However, whenever I restart the FRR services, the file is rewritten and the "ip ospf area 0.0.0.0" line is correctly added to every interface.

    I’m not sure if this is the root cause of the problem or just a symptom. The fact is, when I reboot my HA PFSense box, /var/etc/frr/frr.conf is missing the "ip ospf area 0.0.0.0" statements, and only after restarting the FRR service does the file get updated.

    In practical terms, I observe that no OSPF hello packets are sent until this is fixed—that is, until the services are restarted.

    EDIT:

    /usr/local/pkg/frr/inc/frr_ospf.inc

    line 215, remove:

    if (empty($interface_ip)) { continue; }

    This fixes the problem.

  • Discussions about the Tailscale package

    86 Topics
    552 Posts
    J

    Looks like Tailscale updated their Oauth to include client ID and client secret. Currently, I cannot login with client secret only.

  • Discussions about WireGuard

    681 Topics
    4k Posts
    R

    @The-Party-of-Hell-No I did that already. I also looked into DNS access list. On the client side, I added the tunnel network and the server lan to the access list. On the server side, I added the the tunnel network and client lan to the access list. I do see one strange feature. My main site is running local websites. If I put a dns override for on my client site, it will successfully complete that dns request.

  • Slice dedicated for squid?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S

    Even if you could do this, the code will not handle it ATM.

    Sorry but there is no real easy way to do this ATM.

  • Using FreeRadius package

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    J

    here is what i dit to get freeradius working on pfsense beta 1 iso

    login  on the consul or by ssh on the shell
    give these comands

    cd /usr/local/etc/raddb ls *.sample

    you see now a list of files witch had to bechanched to te same name without the .sample

    mv acct_users.sample acct_users mv clients.conf.sample clients.conf

    do this for all the files
    now the last step

    ee radiusd.conf

    look for

    pidfile =

    chance it to

    pidfile = /var/run/radiusd.pid

    press Ctrl and c
    type in exit
    now exit agian
    when you reboot pfsense
    you will see freeradius is now started
    and can be used

  • What's the proper way to set up PHP bindings from a package XML?

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    S

    Yes, we went to a static PHP.  However, in beta2 looks like we may be back on a dynamic build.

  • Installed packages - link dissapears…

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Pfstat

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    H

    Packages will be adressed again after 1.0 stable is out. The basesystem is the only focus at the current state of developement.

  • Packages without config files silently fail to install

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    K

    Anyways, I hacked it to skip parse_xml_config_pkg if $configfile is unset. The package appears to have installed OK, the RC scripts and binaries are there… I'm just not sure how it's going to start. I suppose I could just SSH in and start it manually from the shell, but that's not really a permanent fix. What's the deal?

  • Squid Package Status

    Locked
    13
    0 Votes
    13 Posts
    9k Views
    ?

    Yeah, I invested heavily in php related source material over the holiday and I highly recommend the Core PHP book.  I know most of the same material is available online, but its sometimes nice to just sit down and go over a chapter and maybe learn a few new ways of doing things or to bone up on the minutia of a particular function.

  • NMap installation failed

    Locked
    16
    0 Votes
    16 Posts
    11k Views
    S

    NMAP has been marked as broken.  We'll get back to it later on.

  • Ntop

    Locked
    5
    0 Votes
    5 Posts
    6k Views
    J

    ntop package seems particularly buggy at the moment. I have problem acessing it occasionally and to fix it I have to go into ntop settings from PFsense and click on the LAN then click change.  Which seems to reset all the stats even though it was already monitoring that.  And then the password you set doesn't even work when you get into Ntop.

    Plus heaps of other stuff.  It's hardly worth using,  it used to work better back in .90a.

    I would just wait till after release once someone has done some work on it before trying it again.

  • Packages depending on PHP4 and Apache? [SOLVED]

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    F

    It's just me and a big misunderstanding, ignore this topic…

  • How to make pfsense packages ??

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    S

    There is not a howto atm.  You're best bet is to check out:

    http://cvs.pfsense.com/cgi-bin/cvsweb.cgi/tools/pkg_config.xml <– Master package manifest

    And individual packages themselves:

    http://cvs.pfsense.com/cgi-bin/cvsweb.cgi/tools/packages/

  • 10gig filled up in 10 days.

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    J

    I assume it was loging stats for ALL hosts,  for example it was logging every ip/website statistics anyone visited.  It is anoying when all I want is the LAN ips logged with some basic stats stored like total MB sent/recieved.  But for some reason it is no longer giving me the number value beside the graphs either I just get the graphs.

    Sort given up on ntop.

  • Shaper mask

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S

    @sharingzee:

    This is a feature available in Monowall, but not in pfSense. It is the "Mask", which applies the shaper's children pipes individually to each destination and source IP in the LAN.

    It's something imprescindible when using pfSense to evenly share an Internet connection.

    Att, SharingZee.

    PF + Dummynet (m0n0walls shaper) do not work at all together.  When you try to queue something with dummynet ALL traffic comes to a halt.

    This is a huge PFIL hooks freebsd issue and will be a lot of work to get it working.

  • Php4-pfsense

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S

    @moo:

    Hi,
    Is it possible to rebuild the php4-pfsense port that is on cvs withou break anything? That is, without a previous uninstall of the php build installed by default? I would like to do some tests with pear.

    Thanks

    Should be …  co the directory tools then cd to pfPorts/php4-pfsense && make

  • Packages vs ports

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    S

    @ffugita:

    @moo:

    @ffugita:

    hum… how I do this? Any docs?

    use the freebsd ports documentation, however, as someone already said… it can be a disaster  ;D

    the problem is: how integrate ports into pfsense?  ??? :o

    I want some more packages into my pfsense (ie: mysql server), but… how?  ???

    Again, it's not supported.  This means nobody is going to hold your hand to make this work.

  • Error when installing packages

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Has anyone had any luck with pfflowd?

    Locked
    8
    0 Votes
    8 Posts
    6k Views
    S

    @pbs:

    So … I guess that "in the real world" nobody figured out how to make this PKG working! I think it should be marked as broken. If anyone has suggestion I will be more than happy to test them on my box.

    It's been marked broken for over a week!

  • Ntop 3.2 memory question

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    ?

    Definitely not enough memory.

  • What about L7?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S

    @sharingzee:

    PFSense w/ Layer-7.

    Authors needed….

  • Ntop + Rrd but no records/graphs

    Locked
    4
    0 Votes
    4 Posts
    6k Views
    J

    @charles.regan:

    plugins –> rrdplugins --> Data to Dump --> select Host --> save settings!

    Yeh I tried that.  Didn't work. Reinstalled clean without restoring configuration and it works now.

    Although now it only has graphs.  It used to show a total beside the graphs but that is gone in the new version.  Anyone know how to enable the totals or what numbers on the graph now represent the totals.  The graphs really arn't so easy to read aye.

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