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
    654 Posts
    C
    @luckman212, Thanks for your suggestion. I will check what I have in /usr/local/pkg/tailscale/state, and also the RAM disk settings others have brought up. I could learn more about where Tailscale and pfSense store system files. If I find anything worth sharing, I will let you know.
  • Discussions about WireGuard

    715 Topics
    4k Posts
    H
    @RNM-0 Thanks for your comment and sharing your fix. Unfortunately I don't want to take down pfsense and downgrade versions. I'm currently fine at the moment since I'm using Tailscale and that works. I also fixed the other crash I was having with pfblocker by changing a line code that wasn't pushed out under this version. Hopefully the stable release won't take too long to release but it appears there's still some open bugs that need to be fixed before that happens, and ironically, both the pfblocker and wireguard issues aren't on that list of bug fixes.
  • Apcupsd SMTP Builtin multiple email

    2
    0 Votes
    2 Posts
    815 Views
    D
    I think not. This smtp built-in is very simple. Maybe send the alert to a redirect account ? Regards.
  • MOVED: HAPROXY config Help !

    Locked
    1
    0 Votes
    1 Posts
    650 Views
    No one has replied
  • New PFSense user needs PFBlockerNG advice

    37
    0 Votes
    37 Posts
    7k Views
    ?
    @bmeeks: Same thought processes apply for any list.  Do you want to selectively allow some packets based on their source IP, and let the default block handle everything else; or do you want to have an "allow from any source IP" on the WAN rule and let the firewall check each packet IP against a bunch of IPs on a bunch of lists to see if it should in reality block the traffic. I, and some others on here, recommend the former approach.  Use smaller "allow" lists in conjunction with the default block. However, I'm not trying to change your mind.  You seem to have formed an opinion for how you want to do it, so do it that way and don't fret over it. Bill No, I'm using the package as recommended in the documentation and common sites that offer instructions. I asked, in the initial post, for comments from people who knew what I did and covered the same territory. The info on the lists was vague. The country blocking is really in your face in the package and appears to be recommended. Thus my questions for actual package users, as opposed to people who have opinions but no direct experience. Thanks, though, for the alias info, I intend to study it closely.
  • How often are official packages upgraded?

    4
    0 Votes
    4 Posts
    1k Views
    C
    @PiBa: It seems to me it depends a lot on how active a package is maintained That's the bulk of the answer there. Also depends on what necessitated the update in the package itself. Updates for security reasons get updated packages quickly. Outside of that, "it depends", primarily on who's the maintainer. Sometimes a package being outdated means it's abandoned, but in other cases like haproxy as PiBa mentioned, it's more a factor of "it ain't broke, don't fix it."
  • Upgrade NTOP package to NTOPNG

    9
    0 Votes
    9 Posts
    7k Views
    jimpJ
    ntopng 2.0 has not made it into the FreeBSD ports tree yet. That has to happen before any progress can be made on bringing it into pfSense.
  • Package OpenOSPFd not found

    2
    0 Votes
    2 Posts
    734 Views
    jimpJ
    OpenOSPFd has been gone for a while. It was very broken, rarely worked properly, and hadn't been maintained in years. If you need OSPF, use quagga.
  • Does such a package exist?

    3
    0 Votes
    3 Posts
    846 Views
    G
    I think i have that but would need more of a content oriented slant with websites highlighted. I've seen this available (not on pfsense) but don't know where/what package.
  • PFBlockerNg Questions

    6
    0 Votes
    6 Posts
    2k Views
    D
    Thank you again, I was attempting it but got confused with all the settings.  I shall go and read, many thanks again….
  • PfBlockerNG blocking ports not listed in Alias port list

    3
    0 Votes
    3 Posts
    1k Views
    D
    Thanks for the sharing of wisdom!! NOPE!!  Still any…  I'll change that ASAP Thanks!! Dino
  • PfBlockerNG Alias types (Deny, Permit, Match, and Native)

    9
    0 Votes
    9 Posts
    8k Views
    F
    Thanks, tcp/udp here!
  • MOVED: Dansguardian suddenly borked

    Locked
    1
    0 Votes
    1 Posts
    519 Views
    No one has replied
  • MOVED: Squid and http/1.1 and 417 errors - FIX

    Locked
    1
    0 Votes
    1 Posts
    464 Views
    No one has replied
  • Rm -r SARG

    2
    0 Votes
    2 Posts
    817 Views
    R
    Would be really grateful for a reply on this one as I can't get Sarg back to normal now and don't want to have to reinstall everything thanks
  • Squid & vSphere Web Client

    1
    0 Votes
    1 Posts
    877 Views
    No one has replied
  • Arpwatch does not start on 2.2.2\. x64

    2
    0 Votes
    2 Posts
    769 Views
    Z
    Since this doesn't seem to be a priority, shouldn't it be removed from the package list for 2.2?
  • PostFix Not Receiving Mail?

    2
    0 Votes
    2 Posts
    781 Views
    M
    For anyone curious. I found out my issue. It works on 2.1.5 and older, but not 2.2.2. What a shame :( Here is the link for anybody new like myself that wants to follow: https://forum.pfsense.org/index.php?topic=40622.msg526566#msg526566
  • MOVED: Ipguard No funciona

    Locked
    1
    0 Votes
    1 Posts
    437 Views
    No one has replied
  • MOVED: HAVP - Stuck at Waiting CLAMD

    Locked
    1
    0 Votes
    1 Posts
    636 Views
    No one has replied
  • MOVED: squid breaks internet

    Locked
    1
    0 Votes
    1 Posts
    461 Views
    No one has replied
  • IP-based monitoring and notification

    5
    0 Votes
    5 Posts
    1k Views
    johnpozJ
    Well that is the snmp tab you need to install softflowd and configure it [image: softflowd.png_thumb] [image: softflowd.png]
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.