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
    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.
  • MOVED: Snort Package - Enable Flash & PDF decompression

    Locked
    1
    0 Votes
    1 Posts
    382 Views
    No one has replied
  • Need help setting up apache/modsecurity reverse proxy - 403 forbidden?

    2
    0 Votes
    2 Posts
    4k Views
    C
    Hi, i have the same issue
  • Zabbix proxy on PFSense

    2
    0 Votes
    2 Posts
    19k Views
    N
    Seems Zabbix proxy is unable to restart without restarting the PFSense box. So Zabbix proxy works but if I make changes, I MUST restart the entire server to apply them. Valable with version zabbix24-proxy-2.4.3 v0.8.3.
  • NRPEv2 check_pf

    3
    0 Votes
    3 Posts
    1k Views
    S
    thanks for the hack
  • MOVED: Snort: Where do I find a specific rule?

    Locked
    1
    0 Votes
    1 Posts
    429 Views
    No one has replied
  • Getting vnstat2 to work with pfSense 2.2

    11
    0 Votes
    11 Posts
    2k Views
    A
    error install vnstat pfsense  (vnstat1.12.6  )http:// x.x.x./vnstati.php [image: vnstat.jpg] [image: vnstat.jpg_thumb]
  • Error on SquidGuard 1.4.7 install/uninstall

    6
    0 Votes
    6 Posts
    1k Views
    K
    For the error "Warning: file_put_contents(/usr/pbi/squidguard-amd64/etc/squidGuard/squidguard_conf.xml): failed to open stream: No such file or directory in /usr/local/pkg/squidguard.inc on line 1032" you can try the following: Open the file /usr/local/pkg/squidguard_configurator.inc Find the line: define('SQUIDGUARD_WORKDIR', SQUIDGUARD_LOCALBASE . '/etc/squidGuard'); Change it to: define('SQUIDGUARD_WORKDIR', SQUIDGUARD_LOCALBASE . '/local/etc/squidGuard'); Worked as a charm for me!
  • Problem with direct access to /sarg-reports/ page

    1
    0 Votes
    1 Posts
    420 Views
    No one has replied
  • MOVED: Destination ::1 with Squid 3 (package 0.2.9)

    Locked
    1
    0 Votes
    1 Posts
    407 Views
    No one has replied
  • PfblockerNG problems

    13
    0 Votes
    13 Posts
    3k Views
    H
    @BBcan177: … Could you change the following line and let me know if that fixes your issue please? ... Thank you for pointing me at the code spot(s). I have made the changes as per your last writing here above, BUT with commented out "continue". I found out that one have to Update Reload pfBlockerNG AND also to reload (by picking anyone rule and do Save & apply changes) the pfSense Firewall, in order to activate the renewed php-file. What is the proper protocol for restarting all ? Yes this works as I see now every attempt time-registered, except when the first attempt after reload is on a valid-port (listen "xyz22") i.s.o. the dummy-port (22). So, restated, if the first attempt is on the dummy-port (nothing listening on 22), then the entry (in Firewall-log & Alerts) is made, otherwise on an listening port no entry made at first attempt after reload/restart. Results in attach. Thank You ! Edit: I see entry-2 should be from rule 112 i.s.o.107. [image: pfBalerts2.png_thumb] [image: pfBalerts2.png]
  • Strikeback package disappeared

    2
    0 Votes
    2 Posts
    818 Views
    D
    That package was removed from the feed on purpose. i386-only, completely broken unmaintained thing. https://github.com/pfsense/pfsense-packages/commit/cc096698792f9d4967521ccd7254a5659a54c747 There most certainly was no upgrade. If a removed package shows as "upgrade" in the package manager, then it's a bug in pkg_mgr_installed.php or somewhere around.
  • MOVED: can't start Snort interface

    Locked
    1
    0 Votes
    1 Posts
    563 Views
    No one has replied
  • Nut 2.0.7 is not starting after boot - check config error

    14
    0 Votes
    14 Posts
    2k Views
    D
    @joergH: sorry, there are NO snort package installed. Errrrrrr…. @joergH: i am using snort: after disable "block offenders" in snort, nut starts (@reboot) without any problem. Dude. I'm done here. As for the package itself, there's nothing to fix. If mwexec("/usr/local/etc/rc.d/nut start") works for you and mwexec_bg("/usr/local/etc/rc.d/nut start") - which is what start_service("nut") translates to - does not, the issue is obviously not the package code here. BTW, I would recommend to reinstall your box from scratch. Keeping it mounted RW all the time as noted in 2.2.4 release docs errata would probably help as well.
  • Avahi with dynamic IPv6 gives counting hostname-N

    7
    0 Votes
    7 Posts
    3k Views
    G
    that's perfect, many thanks
  • Mail Report not sending on schedule

    3
    0 Votes
    3 Posts
    1k Views
    D
    So run the cron commands manually in console (without the trailing &) and see what happens?
  • FreeRadius Stops

    1
    0 Votes
    1 Posts
    674 Views
    No one has replied
  • Quagga not coming up after pfSense restart

    8
    0 Votes
    8 Posts
    2k Views
    D
    @Trey: Can anyone give me a hint we to look? Where is openvpn started after a reboot in the scripts, where is quagga started in the scripts? How was the problem solved? Was never solved in any way, dunno where did you get the impression. There is no concept of dependencies or anything in the hacked together autogenerated rc scripts. Your hacks (increase the sleep on line 338, check for openvpn daemon running, check ifconfig output for the OpenVPN interfaces and do something, or whatever similar crap) would go here: https://github.com/pfsense/pfsense-packages/blob/master/config/quagga_ospfd/quagga_ospfd.inc#L319
  • 0 Votes
    3 Posts
    2k Views
    C
    This means you installed that awful mess of a Lusca package which points your packages to a server that's full of malware. Best to reinstall, and don't blindly run commands you find on the Internet.
  • Haproxy Fatal Error

    9
    0 Votes
    9 Posts
    2k Views
    P
    Funny it works a few hours before the pkg v0.29 pullrequest was merged. ;D Anyway if you do run into any other issue with haproxy let me know. I do intend to keep it working on 2.1.x for some time to come.. However the binaries wont be updated anymore, so you are (slightly?) at risk there! Still i don't regularly check my fixes&changes on 2.1, so it might happen again that i break it. :o sorry in advance.. :-[ Regards, PiBa-NL
  • Filemanager pkg Error after update to 0.2.0

    4
    0 Votes
    4 Posts
    867 Views
    D
    PR merged, BTW.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.