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
    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.
  • Snort and Dansgaurdian / squidguard

    Locked
    12
    0 Votes
    12 Posts
    3k Views
    marcellocM
    Dansguardian will work on both. Choose what works better on you setup.
  • Squid and some website issues

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    F
    rajbps: Did you try to access the site in question using a different router? I found that independent from using Squid or not that I can resolve the name, but I cannot ping or browse this site. It looks as if it is down.
  • Dansgurdian AD FilterGroups

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    marcellocM
    @neil: 2. in the username field DONT put dc entries.  ie all that I used was cn=Administrator,cn=users Yes, just like suggested on field info.
  • Dansguardian, Ldap and Access Lists

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    N
    Ok I found the problem - it looks like a "bug" with the combination of Squid and Dans Guardian. I first installed Squid, and then Dans Guardian. I configured squid to authenticate with LDAP against an AD server, and tested this successfully. Then I set up groups (which populate from AD) and access lists within Dans Guardian, and found that these lists were ignored whenever a user authenticated. The solution was this: In the General tab for Dans Guardian, the auth-plugins was set to proxy-basic.   If you change this to anything else (eg ident) and restart DG, then go back and change this setting to proxy-basic and restart DG, the access lists are then correctly accessed and applied to Groups. Just to make absolutely sure, I re-installed pfsense/squid/dg on a fresh box with the above functionality, and can confirm that this simple toggle is needed to get DG to use the correct access lists assigned to groups. Thanks for your prompt suggestion and I hope my experience helps others.
  • Cron Job not working

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    marcellocM
    While using cron, insert full binary paths Change sh to /bin/sh for example.
  • Dansguardian Fails to start

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    marcellocM
    this is the pcre issue on dansguardian 2.12.0 dansguardian patches are already submited to freebsd ports. After it, a pcre issues-free version of dansguardian package version will be released.  :) http://www.freebsd.org/cgi/query-pr.cgi?pr=175341
  • How to check that snort actually works ?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Lightsquid show me "500 - Internal Server Error" in graphics tab

    Locked
    27
    0 Votes
    27 Posts
    26k Views
    M
    I fixed it by uninstalling all packages that require pearl (the last one you uninstall will also uninstall pearl), then when I reinstalled squid and lightsquid which reinstalled pearl. All the cache and logs created by squid were still there, no data loss.
  • Cannot get DansGuardian to work on pfSense 2.0.2

    Locked
    10
    0 Votes
    10 Posts
    4k Views
    B
    Thanks I will check that out!
  • 0 Votes
    4 Posts
    8k Views
    marcellocM
    @rtabigue: I got this error message every time i restarted the squid guard services. check squid cache.log
  • SquidGuard CIDR ranges

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    pozoleroP
    @Nachtfalke: Suggestion: If you connect to the target only with the IP address then you can perhaps do some "RegExp" for the IP range you would like to use. Lets say for subnet 80.10.10.0/24 try to use: ^http://80\.10\.10\.[1-254]/ I am no RegEx expert so this is probably wrong but the idea behind that could perhaps help you. I'll try that.  I'm asking this because i need to let users access a range of network expressed in CIDR, via SquidGuard target categories tab… Thanks a lot Nachtfalke
  • HAProxy stats page

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    K
    Okay, I am not sure what exactly fixed my issue but this is the sequence of things I tried.  I decided to update to the latest 2.1beta snapshot and that broke my haproxy-full package totally (wasn't able to start the haproxy service).  To fix that issue, I re-install the haproxy-full package but kept my existing configuration.  After the re-install, haproxy service started successfully and I am able to access the haproxy stats page now! I hope that will help anyone with similar issue as mine.
  • Snort Update Log Not Available

    Locked
    8
    0 Votes
    8 Posts
    2k Views
    S
    Can we get an updated package for Snort to Pfsense?
  • Pfsense Freeradius2 sql not updating users in db

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Squidguard Problem

    Locked
    12
    0 Votes
    12 Posts
    9k Views
    S
    Hello, I still have a problem with my squidguard config. The traffic is not blocked when it passes the FW. (Transparent mode- Bridged) I have pushed all thev Save and Apply buttons on Squid and Squidguard but it seems that he dfoes not want to listen to me. Any ideas ? Thanks Sven
  • Squid3 and X-Forwarded-For

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Ping and graph hosts in pfsense

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • SNORT doesnt respect whitelist after rules update….

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    S
    And http inspect still triggers rules even if disabled…
  • HAPROXY Configuration

    Locked
    4
    0 Votes
    4 Posts
    11k Views
    marcellocM
    @ciambellone: I think: "var/etc/haproxy.cfg" without quotermarks. It probably will be on/usr/local/etc/haproxy.conf @ciambellone: At the end, what is my scope? I want to set the configuration described to the following article: http://blog.exceliance.fr/2012/08/25/haproxy-varnish-and-the-single-hostname-website/ For you is it possible? I've never tried this setup yet.
  • 0 Votes
    11 Posts
    3k Views
    D
    Phil, just tested and package installed like a DREAM! Thanks so much for this , Pfsense is used in so many universities here and this will mean these universities no longer have to fear a reinstall of pfsense (from a backup that includes the squid3 packages). Many many thanks
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.