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
    BBcan177B
    @Draco try to goto the General Tab, first ensure that the Keep Settings option is checked. Then unchecked Enable pfBlockerNG so that its disabled. Hit save. Force Update. Then reenable pfBlockerNG and Force update.
  • 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
    657 Posts
    C
    @lbm_ I have the same problem: pfSense v25.07.1 on FreeBSD 15-Current, Netgate 6100. Could you let me know if you found a solution? I haven't. I have been updating Tailscales from Freshports while keeping the Tailscale Package installed. I have recently read that this can cause problems with routes, interfaces, firewall rules, and others. I am leaning towards deleting the Tailscale package.
  • 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.
  • Snort Widget fix (Snort 2.9.2.3 pkg v. 2.5.0)

    Locked
    14
    0 Votes
    14 Posts
    4k Views
    D
    @ermal thanks for committing the code Just viewed your changes, but with your code the widget will first display all alerts from IF 0 then IF 1 and so on, I think it is more desireable to display alerts sorted by date, not by interface. Thats why I added the sorting of timestamps.
  • Problem with Squid-Reverse proxy

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    marcellocM
    dan104, Remove your xml from previous post, It's not safe exposing your firewall config to the world  :( I've tried to access your ip on http and https without success. try these steps: Remove the nats for your internal web servers listen reverse squid on 80 apply a firewall rule on wan allowing access from any to interface_address port 80 and port 443 check on console/ssh if squid is running and listening on ports 80/443 using netstat -an | grep -i listen test using tcpdump(on console/ssh) if you get any http/https traffic to wan_address at port 80,443
  • Problems with quagga ospfd Help me Jimp !!!

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Iperf: after saving settings on server tab, page reloads mostly empty

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    Might need the same fixes I had to do for mtr and/or nmap. I thought I checked in a fix for the pkg system in general but I could be misremembering it, as it's been a few weeks since I did all that work.
  • Darkstat and bandwidthd not working on pfsense 2.1

    Locked
    3
    0 Votes
    3 Posts
    7k Views
    jimpJ
    Correct, the interface selection control on it is wrong, it needs to only allow one. There are a couple other threads about that.
  • Snort v2.5.0 sensitive data question

    Locked
    9
    0 Votes
    9 Posts
    6k Views
    J
    cat /usr/local/etc/snort/preproc_rules/sensitive-data.rules alert tcp $HOME_NET any -> $EXTERNAL_NET [80,20,25,143,110] (msg:"SENSITIVE-DATA Credit Card Numbers"; metadata:service http, service smtp, service ftp-data, service imap, service pop3; sd_pattern:2,credit_card; classtype:sdf; sid:2; gid:138; rev:1;) alert tcp $HOME_NET any -> $EXTERNAL_NET [80,20,25,143,110] (msg:"SENSITIVE-DATA U.S. Social Security Numbers (with dashes)"; metadata:service http, service smtp, service ftp-data, service imap, service pop3; sd_pattern:2,us_social; classtype:sdf; sid:3; gid:138; rev:1;) #alert tcp $HOME_NET any -> $EXTERNAL_NET [80,20,25,143,110] (msg:"SENSITIVE-DATA U.S. Social Security Numbers (w/out dashes)"; metadata:service http, service smtp, service ftp-data, service imap, service pop3; sd_pattern:20,us_social_nodashes; classtype:sdf; sid:4; gid:138; rev:1;) alert tcp $HOME_NET any -> $EXTERNAL_NET [80,20,25,143,110] (msg:"SENSITIVE-DATA Email Addresses"; metadata:service http, service smtp, service ftp-data, service imap, service pop3; sd_pattern:20,email; classtype:sdf; sid:5; gid:138; rev:1;) alert tcp $HOME_NET any -> $EXTERNAL_NET [80,20,25,143,110] (msg:"SENSITIVE-DATA U.S. Phone Numbers"; metadata:service http, service smtp, service ftp-data, service imap, service pop3; sd_pattern:20,(\d{3}) ?\d{3}-\d{4}; classtype:sdf; sid:6; gid:138; rev:1;)
  • Snort-dev 3.0 won't start up, shows error…

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    rcfaR
    Ah, thanks for the link. I was looking for that thread and couldn't find it anymore. Reposted the issue there…
  • Snort-dev ready for testing. Post issues here.

    Locked
    23
    0 Votes
    23 Posts
    11k Views
    rcfaR
    I get this error: Warning: file_get_contents(/var/log/snort/59183_lagg0/alert): failed to open stream: No such file or directory in /usr/local/www/snort/snort_alerts.php on line 396 when I go to the Alerts tab (Services : Snort : Snort Alerts) Rules are downloaded successfully, WAN interface is enabled for snort, but it ain't running. Any ideas?
  • 0 Votes
    4 Posts
    2k Views
    marcellocM
    @Nachtfalke: Is your sarg package compatible with squid2 ? Yes  :)
  • Client OpenVPN connection not using Squid / SquidGuard

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    N
    On possibility would be to setup the proxy server address on the clients browser - no matter if squid is running ins transparent mode or not. This worked for me in the paste when I tested this. The other option could be to set the squid interface IP address as gateway for the openVPN connection in firewall rules. But I am not sure if this will work.
  • Can't install squidguard

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    jimpJ
    Sounds like maybe you removed squid before squidguard, which could break that process. Reinstall squid, then remove squidguard, then remove squid.
  • HAVP Virus Detection

    Locked
    1
    0 Votes
    1 Posts
    834 Views
    No one has replied
  • MailWatch for MailScanner

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    marcellocM
    Maybe on 2.1, but on 2.0 it breaks pfsense php. Another point is that postfix gui on pfsense acts just a forwarder, so no local mailboxes. att, Marcello Coutinho
  • Snort won't download ruleset

    Locked
    11
    0 Votes
    11 Posts
    3k Views
    J
    I followed Cino's link to completely remove Snort and re-installed.  = Same Issue Tried creating new Snort account and generated a new oinkcode = Same Issue.
  • Snort 2.9.2.3 pkg v. 2.4.2 Issues

    Locked
    116
    0 Votes
    116 Posts
    34k Views
    C
    @judex: It is not fixed for my 2.0.1 system. I deleted the package an every file with snort in its name before reinstallation. Still the same warning in 2.5.0 did you reinstall?
  • Snort 2.9.2.3 pkg v. 2.4.2 Not Starting..

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    E
    Please follow-up in the 2.4.2 issues thread. For the error you are having need to reinstall snort binary.
  • Squid only work if edit manual squid.conf (transparent)

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    N
    squid2 is working without problems on pfsense 2.0.1 in transparent mode. what version of pfsense are you using ? which squid are you using ? did you select you LAN interface on squid GUI and did you select "transparent" on squid ? did you enable the firewalol to allow traffic ?
  • Snort 2.9.2.3 pkg v. 2.4.2: ioctl() DIOCRADDADDRS issue

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    E
    Just reinstall snort and it should be behaving better in this regard.
  • Snort 2.9.2.3 pkg v. 2.2.2 - No Alert Description

    Locked
    42
    0 Votes
    42 Posts
    22k Views
    M
    @ermal: Please reinstall again! You need a new snort binary for the alerts to be displayed correctly. OK - since removing and reinstalling the latest snort package, the alert descriptions have returned to being N/A.  Doesn't appear 10101000's patch has been included within the latest binary unfortunately.  I suppose I can try to reapply his patch once more.  Could you please correct this blank/NA alert description functionality for Blocked IPs in the next build?  Thanks. EDIT: I attempted to apply his latest system patch and it doesn't qualify to be applied.
  • How-to install vnstat2 on 2.1 with 1.5.1 web frontend

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    C
    @johnpoz: Now if we can just get this put into the actual package that would be perfect. i'm with you there…
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.