Subcategories

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

    4k Topics
    21k Posts
    A
    Docker image for squid 7.3 and above https://hub.docker.com/r/fredbcode/squid If pfsense does not push the update.
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    DARAD
    Hello team, I have a Netgate 8200 running 24.11-RELEASE (amd64) with Suricata 7.0.8_5 package installed. Suricata doesn't seem to start. It loops to red once I press the Play button on the interface. It leaves no logs in the System logs, it leaves no logs in suricata.log at /var/log/suricata/suricata_ovpns933787/suricata.log I tried launching it manually: # /usr/local/bin/suricata -V or # /usr/local/bin/suricata -c /usr/local/etc/suricata/suricata_33787_ovpns9/suricata.yaml -i suricata_ovpns933787 and I get this output ld-elf.so.1: /usr/local/bin/suricata: Undefined symbol "__strlcpy_chk@FBSD_1.8" Thanks in advance, Dara
  • Discussions about packages that handle bandwidth and network traffic monitoring functions such as bandwidtd, ntopng, etc.

    573 Topics
    3k Posts
    dennypageD
    @kabeda If memory serves, that old version of ntopng did not run as user ntopng, but as user nobody. There are lots of problems in that old version. Anyway, check the ownership and permissions of /var/db/ntopng and make sure it matches the user that ntopng runs as. You may need to set ownership of the entire hierarchy. Example: /usr/sbin/chown -R nobody:nobody /var/db/ntopng However, the better choice would be to upgrade to a more recent version.
  • Discussions about the pfBlockerNG package

    3k Topics
    20k Posts
    tinfoilmattT
    @vicking said in No blocks on IP: Is it a bad idea to have the action set to deny both instead of inbound only? Question is squarely for admin. Per the infoblock which explains, in part, the "Deny Inbound", "Deny Outbound", and "Deny Both" actions: 'Deny' Rules: 'Deny' rules create high priority 'block' or 'reject' rules on the stated interfaces. They don't change the 'pass' rules on other interfaces. Typical uses of 'Deny' rules are: Deny Both - blocks all traffic in both directions, if the source or destination IP is in the block list Deny Inbound/Deny Outbound - blocks all traffic in one direction unless it is part of a session started by traffic sent in the other direction. Does not affect traffic in the other direction. One way 'Deny' rules can be used to selectively block unsolicited incoming (new session) packets in one direction, while still allowing deliberate outgoing sessions to be created in the other direction. In other words: When set to "Deny Inbound", incoming connection requests from WAN hosts are blocked and therefore no state will be created. However a LAN host can still establish state to an otherwise listed IP. If set to "Deny Outbound", outgoing connection requests from LAN hosts are blocked and therefore no state will be created. However an incoming connection request from an otherwise listed IP to an 'open' WAN port can still establish state. If set to "Deny Both", both incoming connection requests and outbound connections requests are blocked and therefore no state will be created regardless of connection direction.
  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    102 Topics
    3k Posts
    C
    @dennypage Nicely done sir!
  • Discussions about the ACME / Let’s Encrypt package for pfSense

    503 Topics
    3k Posts
    M
    I am using the DNS-Update method I have to use a DNS-Sleep of 5 minutes to let the letsencrypt txt dns record update propagate. During this 5 minutes the acme-webgui times out. when the acme-webgui times out the Action list is NOT executed. How can I solve this ? Would it maybe be an idea to let the acme.sh script execute the actions in the action list as a post-hook instead of the web-gui? Or maybe add an option to add post-hooks in the webUI ?
  • Discussions about the FRR Dynamic Routing package on pfSense

    296 Topics
    1k Posts
    C
    This one has been tricky still not sure what to try. Any ideas?
  • Discussions about the Tailscale package

    93 Topics
    655 Posts
    E
    Updated CE 2.8.1 to 1.90.6_1. Freshports pkg add -f https://pkg.freebsd.org/FreeBSD:15:amd64/latest/All/tailscale-1.90.6_1.pkg Changelog
  • Discussions about WireGuard

    715 Topics
    4k Posts
    patient0P
    @andresbraga if you still have the firewall rules as you posted, then I don't know why from the laptop you can't ping the pfSense Wireguard address 10.10.6.1 nor the pfSense gateway 10.10.1.1 What is the routing table of the laptop. And I would run a packet capture on pfSense and check what you see if you run the ping to 10.10.1.1 or 10.10.6.1.
  • Available packages source/config 2.4.2

    1
    0 Votes
    1 Posts
    361 Views
    No one has replied
  • Managed Switch Configuration with Avahi

    8
    0 Votes
    8 Posts
    2k Views
    M
    I am about to give up on the Avahi package. After uninstalling it and waiting for a day, I reinstalled the package and then my hardwired desktop on subnet A was able to discover and manage/cast to the Chromecast devices on subnet B.  Then a day later, with no changes, the desktop can no longer see the Chromecast devices. The only thing that would have changed is that unbound was restarted by pfBlockerNG DNSBL over night. I uninstalled the Avahi package and will try again one more time.
  • Quagga update to 1.2.3 fyi

    5
    0 Votes
    5 Posts
    1k Views
    D
    FRR found and fixed the issues last year.  After discussion with our security experts when we ran across these issues we decided to not issue a CVE
  • BIND 9.12 / bind-pfsense-9.11.2 RNDC port breaking Unbound

    4
    0 Votes
    4 Posts
    1k Views
    S
    @johnpoz: if your goal is to just strip out netflix AAAA you can do that much easier with a python script you can get running in unbound.. https://forum.pfsense.org/index.php?topic=134352.0 Netflix and HE.net tunnel fixed using Unbound python module That is… not what I would call "much easier", given how much hand-hacking is required.  The nice feature of the DNS method is that it's all standard packages, entirely controlled via the webconfigurator, using built-in features (Unbound's domain overrides and BIND's AAAA-stripping).  The only tweaking by hand that I've done is to work around what strikes me as a package misconfiguration, in that neither resolver can be told to listen on a different port for remote controls.  The fact that Unbound's configuration includes the defaults at the end rather than the beginning seems to me to be a bug, but I don't want to have that fight. And in fact, I bet that somebody really good at BIND configs could accomplish the same thing using only named, no script fiddling needed, and turning off Unbound entirely.  (I am not that person.  I've spent too much of my life being pissed off at BIND.) But it's good that there are multiple ways to solve Netflix and other organizations' stupidity!  The people who love getting their hands into scripts will prefer the method you linked.  I was that person when I was younger, but I don't want that kind of thing on my homelab anymore.  :-)  I do like that Unbound can use python that way now. @Napsterbater: Unrelated, safe to ignore. pfSense/kernel does not currently support TCP Fast Open, which is all that warning is telling you. Yeah, I just this morning found a discussion on a mailing list describing how ISC's configuration on this feature is really, really braindead.  It's apparently turned on/off by what the kernel on the build machine can do, and there's no way to control it other than editing the generated header file, e.g., post-config sed script.  Anything at runtime not matching what the build machine used ends up reported as "unexpected error". Come to think of it, stuff like this is why I stopped using BIND…  auuugh I drank heavily to purge the memories of those years now it's all coming back noooo
  • 0 Votes
    4 Posts
    1k Views
    GertjanG
    @slkamath: I tried running the below command, after that package manager is not showing. echo 'dnsthingy:{url: "https://storage.googleapis.com/downloads.dnsthingy.com/pfsense/pkg/'uname -m'",enabled: yes}' > /usr/local/etc/pkg/repos/dnsthingy.conf I tried this before upgrade and tried after upgrade to 2.4.2-RELEASE-p1. No luck. SO i think problem with the command. You are poking files into /usr/local/etc/pkg/repos … Something coming from "googleapis.com" .... "dnsthingy"  :o At least I'm sure now something isn't working well.
  • BIND: XMLRPC Sync Config

    1
    0 Votes
    1 Posts
    696 Views
    No one has replied
  • BIND gives ‘serverfail’ looking up internal hosts for OpenVPN clients

    3
    0 Votes
    3 Posts
    615 Views
    johnpozJ
    @        IN NS  10.15.1.1. @        IN A  10.15.1.1 Sorry but pointing NS to IP address not valid… Nor is that a valid SOA.. Both of which would be a FQDN and then sure an A record for that name pointing to the IP..
  • Dansguardian won't restart

    1
    0 Votes
    1 Posts
    403 Views
    No one has replied
  • Can not access package list any longer

    5
    0 Votes
    5 Posts
    805 Views
    DerelictD
    Install 2.4.2_1 and restore your configuration.
  • AutoConfigBackup Failing

    2
    0 Votes
    2 Posts
    952 Views
    jimpJ
    Contact the support team at https://customercare.netgate.com and someone can help you track that down. Unfortunately that one is a bit generic so it's hard to say. It looks like some kind of connectivity or DNS issue from the firewall itself. Though if you can install the package it should have good working connectivity to all of the pfSense servers. First, make sure that you can check for updates and that pfSense is fully up-to-date as well.
  • Mail Reports not Sending

    4
    0 Votes
    4 Posts
    1k Views
    G
    Also try NOT attaching the system log. I have had problems with the system log containing stuff the parser does not like and the script fails. – Genghes
  • FreeRADIUS 3.x package problem with MySQL (not started)

    6
    0 Votes
    6 Posts
    2k Views
    jimpJ
    This has been fixed now. I was finally able to reproduce the original issue.
  • Installing a console screen saver

    5
    0 Votes
    5 Posts
    1k Views
    W
    I'd also like to know how to configure this on an amd64 setup. Is it a simple matter of copying over the relevant .ko files into /boot/kernel and configuring loader.conf? I don't need 'much' in the way of video features, just blank the screen after a timeout, and wake it when there's local keyboard activity.  Don't need resolution control, hardware acceleration or any of that.
  • [Solved]WPAD settings for 2nd Interface

    3
    0 Votes
    3 Posts
    662 Views
    G
    thanks -flo- it worked.  :)
  • Can we run Squid both as a proxy and as a reverse proxy ?

    1
    0 Votes
    1 Posts
    365 Views
    No one has replied
  • FreeRadius secuirty…trying to understand?

    5
    0 Votes
    5 Posts
    882 Views
    johnpozJ
    Well there you go then.. He has everything he needs to run guest wifi and vlans..
  • Failed to install new pkg

    2
    0 Votes
    2 Posts
    318 Views
    GertjanG
    Hi, What about upgrading your pfSense first ?
  • Snort + barnyard2: full packet capture missing

    10
    0 Votes
    10 Posts
    1k Views
    bmeeksB
    @MichaelB: Upgraded to the latest Snort version. Now it seems like the full_syslog_full is working, but ONLY if you send it to a remote syslog server. So you can't send full events to a local syslog. I just modified my grok rules to be able to catch syslog events forwarded from the local system to a remote syslog (via status => system logs), but that format is different when you send them directly from snort to a remote syslog. I think it should work, I'll modify the grok rules later today. However, to improve consistency with other logs forwarded via the system, perhaps it is a good idea to also allow "local full syslog complete" . In other words, now I have: output log_syslog_full: sensor_name snort.WAN, server 192.168.2.2, protocol udp, port 514, operation_mode complete, payload_encoding hex, log_facility LOG_USER, log_priority LOG_INFO Which gives a different format on my remote syslog server then when using the following in combination with remote logging via the status => system logs setting: output log_syslog_full: sensor_name snort.WAN, operation_mode complete, payload_encoding hex, log_facility LOG_USER, log_priority LOG_INFO Kr, Michael I did in fact code it so that full packet capture only works to a remote syslog server.  It is not a good idea to fill up your local firewall system log with full packet captures, so I elected to not make that available. Bill
  • Snort OpenAppID RULES Detectors

    7
    0 Votes
    7 Posts
    2k Views
    K
    Hi bmeeks I have checked my settings and I do not have the RamDisk setting on. As I am new to pfSense can you list the steps to check? So far I have uninstalled Snort and them installed again keeping my original settings. There may be something that I have checked that is interfering with the download. Not sure what it is through.
  • Just want pfSense to shutdown when UPS goes to battery

    2
    0 Votes
    2 Posts
    1k Views
    dennypageD
    Using NUT on pfSense you have a couple of options: Directly monitor the UPS via SNMP The NUT client can talk to a remove apcupsd server. Given a choice, I would choose option 1 as this works regardless of whether the Windows system is functioning or not. I can't speak to apcupsd on pfSense.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.