Subcategories

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

    4k Topics
    21k Posts
    JonathanLeeJ
    Squid can be configured externally, I would love a how to guide on how to do this correctly.
  • 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
    D
    @BBcan177 Thank you for the kind reminder; I am so accustomed to ensuring Save Settings is checked that I didn't follow your instructions properly (thanks @tinfoilmatt for uploading and highlighting the screen shot). I've properly followed the instructions and the update did not report and db problems. Thank you again! drac
  • 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
    GPz1100G
    @agitelzon I have no issue connecting to LE servers from pf shell. The issue is cloudflare security setting is configured as a whitelist for api zone record changes. The whitelist includes my ipv4 address only, as a /32. As I mentioned, I could add the ipv6 prefix as a /64. Given that pf is configured to prefer ipv4, I thought that would carry over to acme as well.
  • 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
    663 Posts
    C
    For what it’s worth, we may have had the same issue but for different reasons. I checked, and my system has the duplicate two files. Therefore, I asked Grok.ai about “/usr/local/etc/rc.d/pfsense_tailscaled enable /usr/local/etc/rc.d/tailscaled disable” versus the solution it had provided me yesterday. See the answer below. (Grok.ai used sources that included this Netgate forum, Lawrence Systems Forums – Networking & Firewalls, and https://forum.tailscale.com/.) The Two Service Files: Quick Breakdown Before diving into the relation, let’s clarify what those files are (based on standard pfSense Tailscale package behavior on 25.07.x/FreeBSD 15-CURRENT): • /usr/local/etc/rc.d/tailscaled: This is the generic FreeBSD/Tailscale rc.d script. It originates from the underlying tailscale package (the one you manually installed via' pkg add' for version 1.90.6). It’s a basic daemon starter/stopper that just runs /usr/local/bin/tailscaled without any pfSense-specific smarts (e.g., no auto-auth, no route advertising, no GUI integration). • /usr/local/etc/rc.d/pfsense_tailscaled: This is the pfSense-specific wrapper script. It’s installed by the official pfSense-pkg-Tailscale package. It wraps the generic tailscaled binary but adds pfSense magic: it reads your GUI config (auth key, advertised routes, exit node flags), writes them to /usr/local/etc/rc.conf.d/pfsense_tailscaled (e.g., pfsense_tailscaled_authkey="yourkey"), and handles the full tailscale up with flags on boot. It’s what makes the service “pfSense-aware.” In a stock official package install (without your manual binary upgrade), only pfsense_tailscaled exists and runs everything. When you force-installed the newer tailscale pkg on top, it added the generic tailscaled script as a side effect—but your fixed script (the one we pasted into /usr/local/etc/rc.d/tailscaled) overrode it to behave correctly.
  • Discussions about WireGuard

    716 Topics
    4k Posts
    chpalmerC
    @tinfoilmatt Thanks! I have done that and it worked when forcing just her TV out the Centurylink.. My problem is my local box here. Im missing something because I can not get it to pass traffic from the WAN to the Wireguard tunnel. Ive got some time today so will chip away on my lab setup to see if I can finally accomplish it here first.
  • TFTP broken on 2.0 B4

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S
    Couple other problems on newer builds. With 2.0-BETA5 (i386) built on Sat Jan 29 23:42:13 using Firefox 3.6 1. The link problem discussed in http://forum.pfsense.org/index.php/topic,15193.0.html still exists. The problem appears to be in the html here: [![](/themes/pfsense/images/transparent.gif)](index.php) Where **index.php** resolves to href="https://[machine IP]/**packages/tftp/**index.php" 2\. Clicking on a file never brings up a dialog to download it as stated in the page instructions.
  • Hotmail Problem with squidGuard

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    R
    If you encounter any e-mail problem and you want to fix hotmail problems like that, perhaps you can get a good software. There are many available software on the Internet. Some of them you can even download for free.
  • SafeSquid usernames

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Zabbix Agent and PFsense 2.0

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Name based routing - can pfSense do it?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    jimpJ
    For that you need a reverse proxy. Something like the Apache mod_securty package would do it (Look under System > Packages)
  • FIT123 - CASS - Clear a single state - in pfsense 2.0?

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    C
    @Perry: A solution has been added to pfSense 2.0 to solve the state problem though it doesn't cover all situation with voip it would be great if you could test and report back. As the solution isn't working for me I will probably add a CASS for pfSense 2.0 at some point. thx for making that clear to me. i will do so in the next week or the week after :) just in case i would like to use the CASS script manually (/usr/local/pkg/Fit123/CASS.sh) for 2.0. could i simply run it on 2.0 without bigger problems? as far as i understand its simply executed by cron to run every minute, right?
  • Cannot remove squidguard from pfsense 1.2.3

    Locked
    5
    0 Votes
    5 Posts
    8k Views
    M
    working thanks a lot! :)
  • Snort Sequence

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    S
    sniffed first: promiscuous mode
  • Silverstone FP54 on pfSense 2.0-BETA5

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • HAVP - Squid - SquidGuard

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    M
    is there a way to exclude local host IP address from being filtered?
  • VnStat does not work

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    T
    OK, thanks a lot! I'm really looking forward for pfSense 2.0… :-)
  • Vnstat only keeping 1-2hrs of data?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    N
    Hiya, Thanks for the info buddy  :) I actually used it as an excuse to try 2.0Beta5  ;D vnstat2 is working fine on there. Cheers, Nathan
  • Another "snort wont install in 2.0 thread"

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    J
    It says no such package installed when i try the commad : pkg_delete mysql-client-5.1.53 not to be confused with the command i wrote earlier in this thread that didnt include the "-" between "client" and "5.1.53" Any ideas on how to uninstall this package?
  • IMspector and Messenger 2011

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    L
    I have the same setup as you, Load Balancer with dual WANs.  I also use IMspector, but all of my users are running Pidgin. You probably could get one of the daily snapshots to run with pfSense, but I would be afraid to do that in a production environment. You should setup a test firewall, install IMspector, and copy over one of the daily snapshots to the firewall through SSH. Otherwise, only support Pidgin, or previous versions of Messenger.  :'(
  • Force squid to log https sites fpr lightsquid ?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    ?
    Its not impossible, but you will not be able to get this to work with squid in transparent mode.  If your clients have proxy settings in place then squid will be able to see the SSL connections and you'll be able to log them.
  • ZABBIX ???

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    ?
    The zabbix server is meant to run on its own device.  There is not a zabbix server package for pfSense.
  • Extending NUT package to work with multiple UPSs

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

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    jimpJ
    That isn't related to the original problem on this thread, if you start a new thread with more information someone may be able to help. Search the forum before you do, I just answered that same question for someone in the last week.
  • Simple proxy filter redirect - how?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    D
    Looking here: http://diskatel.narod.ru/sgquick.htm
  • 0 Votes
    8 Posts
    7k Views
    Cry HavokC
    Full or nano?
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.