Subcategories

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

    4k Topics
    21k Posts
    J
    @JonathanLee use Pfsense 2.8.1.
  • 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.
  • Squid3 youtube cache

    6
    0 Votes
    6 Posts
    5k Views
    KOMK
    They are on youtube the whole day and listen to the same song over and over again and they share youtube links Gah, sounds like Hell!  :o
  • Squid Maximum Object Size

    4
    0 Votes
    4 Posts
    3k Views
    Z
    Ok I got you ! I have a server with 3 HDDs configured as RAID 0, I've set up my server to 40 MBytes for the Maximum Object Size to cache all files under 40 MBytes, and it didn't show any sign of slowness nor a sign of saturated Disk … so I guess that's an almost optimal configuration for my server :)
  • Squid as a filtering platform only

    5
    0 Votes
    5 Posts
    1k Views
    marcellocM
    @KOM: OK, the GUI allows you to set everything to 0, but it doesn't allow you to not specify a cache_dir.  I'll play with it and check the logs.  Thanks for the help. Check resulting squid.conf, withot cache, it points to /dev/null IIRC.
  • Squid3 Reverse Proxy - Force Cache and Suppress Version

    1
    0 Votes
    1 Posts
    783 Views
    No one has replied
  • Pfsense 2.2 squidguard don't block - Solved by work around

    14
    0 Votes
    14 Posts
    5k Views
    KOMK
    So I added IP to Unrestricted field and nothing happen … By 'nothing happens', you mean that the admin user is still being blocked from some domains?  BTW I used to use Transparent mode but I found that it was a major hassle trying to filter HTTPS, so I switched to non-Transparent mode with WPAD.  So much better, everything works and easier to control to do what you want.
  • Error enabling cachemgr with squid

    6
    0 Votes
    6 Posts
    2k Views
    B
    Thanks again KOM. When I tried the commandsquidclient -p 3128 mgr:infoI got timeout errors, but could be easily fixed by including the server IP address (I used loopback address).``` squidclient -p 3128 -h 127.0.0.1  mgr:info
  • Squid-2 and squidGuard-1.4 on pfSense 2.2 do not work.

    2
    0 Votes
    2 Posts
    1k Views
    KOMK
    Try squid3.  If you want to stay on Squid2, you could check your logs at /var/squid/logs/cache.log and see what's going on.
  • Correct syntax for hosts (whitelist for Snort)

    3
    0 Votes
    3 Posts
    2k Views
    F
    Thanks for the info, I was already on the right track, but good to have a confirmation! One has only so much time for reading. The thread you are mentioning is very interesting and I am reading it whole; thanks once again, the forum suppression topic already helped a lot. This is [/SOLVED]
  • PFBlocker/PFBlockerNG dest IP blocked but logged as pass WTF?

    1
    0 Votes
    1 Posts
    631 Views
    No one has replied
  • PfBlockerNG - Causing reboot failure?

    8
    0 Votes
    8 Posts
    4k Views
    W
    All countries are permitted by default. On the top 20, you still have to select the countries on the list. I could be me, but how would that make sense? @switchman: @BBcan177, Thanks for the info, I will go back an read the full thread to see how to enable your recommendation to ". I would also recommend that you look at the pfBlockerNG thread and reverse your approach for blocking all countries (except for a few) and change that to a "Permit" certain countries instead. " I am new to pfSense and it takes a while to get an handle on it and all of the packages that can be utilized and how they work.
  • Reverse Proxy for OWA, Webserver and Seafile

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • NtopNG errors

    2
    0 Votes
    2 Posts
    1k Views
    M
    Uninstalled, reinstalled, same issues.  Preferences aren't sticky, constant errors to syslog server, uninstalled until it's more compatible with 2.2R.  Worked great with 2.1.5R, was very nice while it lasted.
  • Pfflowd - Service Won't Start Since Latest Update

    6
    0 Votes
    6 Posts
    2k Views
    A
    Any way to fix this?  Should this package even be listed as the 2.2 platform?
  • Squidguard time schedule does not run properly

    7
    0 Votes
    7 Posts
    1k Views
    ?
    Dear PfSense developers, This problem is become chronic! "Squidguard time schedule does not run healtly"  :'(  :'(  :'( Please, help us.
  • 0 Votes
    3 Posts
    4k Views
    bmeeksB
    @floz: Ok, phew, found the culprit. It seems that the issue arises only when I have Application ID Detection enabled (in the snort device's pre-processor tab). If I disable it, then the warnings go away and the events are correctly logged to the DB. And indeed, this post confirms this. Now, it would still be great to use the pre-processor and resulting app-stats. Is there a way of using it, but without setting the appid_event_types option on the output unified2 statement? Thanks for any comments / insights! I don't believe so.  The APP ID preprocessor apparently is logging events to the Unified2 file whenever APP ID is enabled.  Barnyard2 looks to be choking on those events.  This is an upstream problem for the Barnyard2 and Snort folks to sort out. Bill
  • Pfsense 2.2 and vHosts won't start

    1
    0 Votes
    1 Posts
    841 Views
    No one has replied
  • Can't start Clamav Antivirus

    1
    0 Votes
    1 Posts
    957 Views
    No one has replied
  • Active Zabbix proxy failure

    2
    0 Votes
    2 Posts
    2k Views
    D
    Hello. I am using active proxy with 2.4 (agent/proxy/server). Maybe the database wasn't updated. Try to delete "/var/db/zabbix2/proxy.db" and restart your zabbix proxy. If it not fix, send the log please. (/var/log/zabbix2/zabbix_proxy.log). Regards.
  • Problem in export OpenVPN client while server is using intermediate CA

    3
    0 Votes
    3 Posts
    1k Views
    Q
    Noted with many thanks. This may solve the problem temporary. :) Qho
  • NRPEv2 problem on run_rc_command

    3
    0 Votes
    3 Posts
    849 Views
    N
    Great, thank you.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.