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
    659 Posts
    C
    After saving the script: chmod +x /usr/local/etc/rc.d/tailscaled sysrc tailscaled_enable=YES service tailscaled restart
  • 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.
  • Squid & QuidGuard - Update webinterface after manual modifications

    Locked
    11
    0 Votes
    11 Posts
    6k Views
    B
    This my script : update_whitelist.sh while read ligne do newchaine=$newchaine$ligne' ' done < /var/db/squidGuard/listeblanche/domains echo New Chain : $newchaine sed "s/(<domains>)[^<]*/\1$newchaine/" /cf/conf/config.xml > /cf/conf/result mv -f /cf/conf/result /cf/conf/config.xml /usr/local/bin/squidGuard -C domains /usr/local/etc/rc.d/squid.sh restart</domains> 1. In /var/db/squidGuard/listeblanche/domains I add new URL (one per line) on my main pfsense 2. Every day, I synchronize my file "domains" with cronjob (From my main pfsense to others pfsense) 3. Every day, after this synchronization, I launch the same script on others pfsense with a cronjob. It's okey on one pfsense. I have to test with others. One problem stays. I hope it will be possible to improve this process to do a bidirectional synchronization.
  • Package Configuration Understanding?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Uncertain about adding [exclude_hosts] line

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Remove packet from shell or reinstall

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    jimpJ
    You could hand edit the package out of config.xml - Download a backup, remove the <package>, <menu>, and <service>tags for squid, and then restore/reinstall.</service></menu></package>
  • Squid filter giving me errors

    Locked
    6
    0 Votes
    6 Posts
    6k Views
    D
    @ncolunga: Same problem here, the ext redirect doesn't work ¿Is there any other workaround? Change Redirect type to Ext..
  • Optional AV database - HAVP

    Locked
    11
    0 Votes
    11 Posts
    6k Views
    W
    I meant it logs the signature name that matches malware, for example Sanesecurity.Junk.28939.UNOFFICIAL.
  • Is vhosts what I need?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Unable to view Lightsquid Report

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    E
    I dont know how but I have manged to get it working, Thanks for you help. I guess it was fixed by checking the top two boxes one was transparent and the one above it…
  • Lightsquid Broken on Live pfsense

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    T
    fixed my error. Downloaded http://www.pfsense.com/packages/config/lightsquid/lightsquid.inc and http://www.pfsense.com/packages/config/lightsquid/lightsquid.xml dumped them on the pfsense box, then had pfsense reinstall lightsquid and it worked. tamtap
  • Upgrade Squid and Squidguard

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    D
    @Pistolero: @Nevering: Is this assuming that pfsense will update it's addons automatically? Well, AFAIK only the latest package versions are available from the GUI, so by removing and reinstalling you will always get the latest version. And no, pfSense will NOT update its addons (or itself) automatically. To update to the latest versions needs of the human resources. Packages in pfsense must the first ensure the stable operation. I think to update to the latest version should be reason (new features, bug fixes).
  • Snort: Logging and Blocking

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S
    All fixed. Thanks.
  • Snort whitelist dont work ?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Snort Updating problems !!!

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to get started with pfSense package building

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    P
    http://doc.pfsense.org/index.php/Creating_Your_Own_Package_Repository http://doc.pfsense.org/index.php/Developing_Packages http://devwiki.pfsense.org/PfSenseDevHome
  • Snort Issues

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    S
    Well I got most of this one fix. Lets move on to another post. Thanks.
  • Issue with HAVP

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    T
    @dvserg: Change 3128 port to another. Probably you have installed squid. what use 3128 too ? nop i checked no other service taking this port and i dont have squid on it any other idea
  • Can Snort block destination address?

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Snort issue with cat. emerging-netbios.rules

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    J
    Mmm… might has to do with this:... (???) http://redmine.pfsense.org/projects/pfsense-packages/repository/revisions/e4352e9638d14a3bf2a36a71b1df6376b2ce703c
  • Squid with choosen gateway

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    M
    Is there a way to use this command to select a pfSense load balanced gateway?
  • Pfsense embedded as hotspot: squid logging to syslog

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    jimpJ
    Check the doc wiki (link in my sig) for the phpservice package, the example talks about the snort log but you should be able to use the same method to direct the squid log to syslog as well.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.