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.
  • Reinstall SquidGuard

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    jimpJ
    uninstall squidguard, and squid, and then from the console: pkg_delete squid* And then reinstall the packages. See if it works then.
  • Problem after installing packages

    Locked
    1
    0 Votes
    1 Posts
    902 Views
    No one has replied
  • PfSense+Squid cannot connect to LDAP Server (Windows 2008 Server)

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    S
    on access.log
  • NTOP-displays 0.0.0.0

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    E
    Hello, Three months later… but i didn't find any other post about that. I have exactly the same problem monitoring about 130 hosts, running pfsense 1.2.3 Some of them are displaying 0.0.0.0 as their IP address on the board. But if you click to access the info panel, you can see their actual unicast address, so it's not really a problem. If you're bored to see those 0.0.0.0, you can try to reset the stats and it will show you correct IP instead. But it doesn't solve the problem anyway, so if anyone has any idea he's welcome.
  • Snort just blocking traffic and not the host

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Squid Proxy Authentication

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    M
    We do a setup just like this using the captive portal.  We allow access to only whitelisted URLs on our LAN (10.21.1.0/24) and open internet once authenticated through the captive portal on OPT1 (192.168.1.0/24).  We manually list out the OPT1 IPs in the 'do not filter' box in the Squid GUI and it accomplishes exactly why you describe.
  • 2.0 RC1 - SNORT Rules

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    D
    Same here.  Seems like the Oink/Snort db service was offline etc. when I tried to connect.  Last night mine updated as well. Now the big question becomes - how many of those rules to turn on? :) Dayblade
  • Lightsquid Server Aggregation

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Ganglia-monitor

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Passing traffic for two hosts on LAN

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    Cry HavokC
    HAProxy, Squid or other load balancer/reverse proxy packages - a search of the forum should find you many threads on the issue.
  • Open-VM-Tools fails to install due to perl package not found

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    A
    I also have this with 2.0-RC1 (i386) : Downloading http://files.pfsense.org/packages/8/All/icu-4.6.1.tbz ...  could not download from there or http://ftp2.FreeBSD.org/pub/FreeBSD/ports/i386/packages-8.1-release/All/icu-4.6.1.tbz. of icu-4.6.1 failed! Installation aborted.Backing up libraries... Removing package... Starting package deletion for open-vm-tools-nox11-313025_2...done. Skipping package deletion for fusefs-kmod-0.3.9.p1 because it is a dependency. Starting package deletion for fusefs-kmod-0.3.9.p1.20080208_7...done. Skipping package deletion for fusefs-libs-2.7.4 because it is a dependency. Starting package deletion for glib-2.26.1_1...done. Starting package deletion for python27-2.7...done. Skipping package deletion for perl-5.10 because it is a dependency. Skipping package deletion for pkg-config-0 because it is a dependency. Skipping package deletion for pcre-8 because it is a dependency. Starting package deletion for icu-4.6.1...done. Skipping package deletion for libdnet-1.11_3 because it is a dependency. Skipping package deletion for libiconv-1.13.1_1 because it is a dependency. Starting package deletion for pcre-8.12...done. Starting package deletion for perl-5.10.1_3...done. Starting package deletion for pkg-config-0.25_1...done. Starting package deletion for python27-2.7.1_1...done. Starting package deletion for icu-4.6.1...done. Removing Open-VM-Tools components... Loading package instructions... Include file open-vm-tools.inc could not be found for inclusion. Deinstall commands... Not executing custom deinstall hook because an include is missing.
  • Snort won't start

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    mudmanc4M
    Seems each updated snapshot wipes snort rules and config. Yes i have save config if removed set. Updating snort rules generally fixes the issue your speaking of in my case.
  • Install Squid 3.2?

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    W
    There is no FreeBSD port of Squid v3.2, in the ports tree, currently so you will need to download the source and compile your own package on a separate i386 FreeBSD box and then install that on to your pfSense box. Btw BETA5 is old, would suggest upgrading to RC1.
  • Lightsquid "500 - internal server error"

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    D
    Gave it a go, but still seeing a 500 Internal Server Error.  No worries, I plan up upgrading from 1.2.3 RE to 2.0 RC1 shortly.  Thanks though.
  • Access.log won't update until I …

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    K
    thx wagonza - your reply nudged me into the right direction. if I do a pfctl -sn | grep http - I am suppose to see the redirect rule : rdr on re0 inet proto tcp from any to ! (re0) port = http -> 127.0.0.1 port 80 After browsing I found the solution in the http://forum.pfsense.org/index.php/topic,20690.15.html discussion… in a nutshell, it looks like there is some sort of race condition in rc.  so by commenting out the 'rm -f /tmp/filter_dirty' line fixes the problem!
  • 2.0RC1 - Command Line Email

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    jimpJ
    FYI- pfSense does not include a CLI mail client.
  • MOVED: "No Network Devices Available" Sysinstall in a jail

    Locked
    1
    0 Votes
    1 Posts
    977 Views
    No one has replied
  • How to remove a page from cache

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    L
    try some of the things outlined in the squid manual http://wiki.squid-cache.org/SquidFaq/OperatingSquid
  • NRPE and SSL

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    H
    ok i solved this problem. If somebody is interested: First setup a virtual maschine of freebsd In the NRPE ports dir edit the Make File and enable SSL make config recursive make package recursive put the nrpe package on the pfsense host install the depend packages and install nrpe pkg_add PATH TO PACKAGE edit nagios config file and enable nrpe in the startup script now nrpe should work with ssl
  • Squid/Lightsquid Internal DNS Resolver for logs

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    L
    Is there anyone that can help me get this setup on 2.0?
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.