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.
  • HAVP without Squid. Does not block anything

    Locked
    11
    0 Votes
    11 Posts
    8k Views
    M
    weird but rebooting the system after seems to make it work - maybe i just needed to 'rehash' from ssh…
  • Snort Will now work in Bridge mode

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Problem with Squid Transparent Proxy

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    M
    Try changing the WebGUI porocol/port to HTTPS/443.
  • After update and reinstall snort won't start anymore (solved)

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Moving Squid Logs

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Snort Blocking WAN IP address

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    3
    Hmm that's different than the alert I was getting.  I haven't had much time lately to look into this more.  For now I just have snort set to log alerts but not block. – David
  • Squid not caching…

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    I
    it seems that are solved without any type of changes…..thanks for all.
  • Snort whitelist not working

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    C
    This is a known bug with the snort package on 2.0.. I believe the next package release will fix this problem.
  • Configuring varnish amd64 pfsense 2.0

    Locked
    2
    0 Votes
    2 Posts
    15k Views
    M
    read this => http://www.varnish-cache.org/docs/2.1/
  • Snort Problem

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    J
    I sent you a email @stuen93
  • LAN Device Monitor For pfSense

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    C
    you can try freebsd package/port monit but there is no support for it since its not a pfsense package. It can be setup to send email alerts…
  • Vhosts problem

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    K
    ok, I'm install PHPService make new host -ok /usr/local/etc/rc.d/vhosts-http.sh start (plugin.c.131) Cannot load plugin mod_accesslog more than once, please fix your config (we may not accept such configs in future releases ok! ee /var/etc/vhosts-http.conf lighttpd configuration file use a it as base for lighttpd 1.0.0 and above ############ Options you really have to take care of #################### FreeBSD! server.event-handler            = "freebsd-kqueue" server.network-backend          = "writev"  ## Fixes 7.x upload issues modules to load server.modules =  (                                   "mod_accesslog",  # < 1 mod_accesslog                                   "mod_access",                                   "mod_accesslog",  # <2 mod_accesslog ??? ???                   "mod_fastcgi", "mod_cgi","mod_rewrite"                                 ) … lets get clean one "mod_accesslog", and all working
  • Snort banning myself every hour

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Pfsense 2.0 [embedded] + squid + usb stick

    Locked
    1
    0 Votes
    1 Posts
    10k Views
    No one has replied
  • Who maintains SquidGuard? Pls check dependency!

    Locked
    9
    0 Votes
    9 Posts
    4k Views
    jimpJ
    Then it must be some quirk because of the major version difference between squid 2 and 3. The squid 3 package is still considered alpha last I looked, I wouldn't trust it not to trash things, especially in combination with things like squidGuard and lightsquid.
  • Squid + OpenVPN Tunnel [SOLVED]

    Locked
    5
    0 Votes
    5 Posts
    8k Views
    jimpJ
    The rules to redirect into the proxy will happen automatically if you select the assigned OpenVPN interface in the squid configuration. The firewall rules on the OpenVPN interface should look like the firewall rules on the LAN interface, whatever will allow the clients to access what they need across the VPN.
  • Captive portal ip2name component for lightsquid

    Locked
    29
    0 Votes
    29 Posts
    20k Views
    _
    from dvserg this:``` Thanks. I will place this in to package with next update
  • Squid + squid guard stops randomly

    Locked
    26
    0 Votes
    26 Posts
    19k Views
    O
    I have too problem with squid+squidguard randomly stop filtering and pass all traffic. (pfsense 1.2.3, squid 2.7.9_4, squidGuard 1.3_1 pkg v.1.9) I find in filter log this message: 07.03.2011 06:07:45 going into emergency mode 07.03.2011 06:07:45 overflow in vsprintf (sgLogError): Unknown error: in emergency mode squidguard according to documentation pass all traffic. I think if squidquard package is by mistake buid without this patches (or one of them): http://squidguard.org/Downloads/Patches/1.3/Readme.Patch-20091015 http://squidguard.org/Downloads/Patches/1.3/Readme.Patch-20091019 or is new similar bug. I apologize for my English  :)
  • Widget Snort bug

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    _
    Here clicking the link results in that: https://IP/https://IP/snort/snort_alerts.php By the way, the widged is always empty, not showing anything.
  • Freeswitch issues while I try to modify values.

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.