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
    655 Posts
    E
    Updated CE 2.8.1 to 1.90.6_1. Freshports pkg add -f https://pkg.freebsd.org/FreeBSD:15:amd64/latest/All/tailscale-1.90.6_1.pkg Changelog
  • Discussions about WireGuard

    715 Topics
    4k Posts
    patient0P
    @andresbraga if you still have the firewall rules as you posted, then I don't know why from the laptop you can't ping the pfSense Wireguard address 10.10.6.1 nor the pfSense gateway 10.10.1.1 What is the routing table of the laptop. And I would run a packet capture on pfSense and check what you see if you run the ping to 10.10.1.1 or 10.10.6.1.
  • TinyDNS problem

    1
    0 Votes
    1 Posts
    819 Views
    No one has replied
  • BIND with slave zone: NXDOMAIN

    1
    0 Votes
    1 Posts
    814 Views
    No one has replied
  • Mailreport - "Send report to:" override option?

    1
    0 Votes
    1 Posts
    660 Views
    No one has replied
  • OpenVPN Client Export Tool - Can we update OpenVPN manager?

    3
    0 Votes
    3 Posts
    1k Views
    DerelictD
    I had to install Viscosity on my Mac myself. And the OpenVPN client on my phone. Why do Windows users need their hand held so much?
  • Snort Rules for Industrial Controls Protocols

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    J
    If you wish to discuss this, I suggest a phone call. +1 512 646 4100 x253
  • Bind package for pfsense 2.1

    153
    0 Votes
    153 Posts
    69k Views
    K
    Hello Sir, We currently use the bind pfsense. We are satisfied with the product, but we still have some things to clarify. I wish to make the declaration of a zone reverse type: For example: zone "80/20.30.40.90.in-addr.arpa" { xxxx, } But unfortunately the pfsense bind interface does not accept this kind of statement with a "/" and returns me an error message (syntax error?) How I should do this type of statement without getting an error message? Sincerly, k. Shekohivand
  • BIND 0.4.3 - 2.2.6-RELEASE (i386)

    4
    0 Votes
    4 Posts
    7k Views
    ScottyDMS
    You're welcome. I'm not sure if my ACLs are setup "the right way" but I do know they work. It'd be great if some BIND/ACL expert could comment on what I've done.
  • PhpService upgrade issue

    9
    0 Votes
    9 Posts
    3k Views
    O
    the bug is in /usr/local/pkg/phpservice.inc the parts between tmp= <<< EOF and EOF strings like $filename etc. should be escaped with \ or put all the EOF stuff in a normal string. in attachment is a working phpservice.inc hf :) phpservice.inc.zip
  • FreeRadius stops after user password change

    1
    0 Votes
    1 Posts
    958 Views
    No one has replied
  • Syncthing discovery/relay packages

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • HAVP antivirus 1.10.0 broken?!

    3
    0 Votes
    3 Posts
    1k Views
    BismarckB
    HAVP is dead code since 2010, use Squid > Antivirus instead. Works flawless here.
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    5 Posts
    2k Views
    B
    Thank you all for the reply, specially you BBcan177. I ran your script and it looks like it is working. The old pfBlocker never showed up in the menu, it just kept spaming me. Now it's been quiet for an hour or so and normally it would send out a error message every our. Thanks a lot! :)
  • Bind as authority server?

    1
    0 Votes
    1 Posts
    670 Views
    No one has replied
  • RRD Summary + IPv6

    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    It wasn't taking IPv6 into account. I've fixed that in the version of the package on pfSense 2.3.
  • [solved] pfBlockerNG: purging interval of alert-logs

    8
    0 Votes
    8 Posts
    4k Views
    BBcan177B
    The first two checkboxes are for the "Implicit" rules… So usually those can be unchecked... The last two shouldn't cause too much log traffic so you could enable those....
  • Install pfsense manually

    2
    0 Votes
    2 Posts
    859 Views
    P
    This will install cron package including pfSense webgui components: pfSsh.php playback installpkg cron https://doc.pfsense.org/index.php/Using_the_PHP_pfSense_Shell If its not a pfSense package, perhaps you can use the methods mentioned here: https://doc.pfsense.org/index.php/Installing_FreeBSD_Packages Doing this can interfere with pfSense base functionality and is not 'supported'. You might find yourself in a situation where reinstalling pfSense from scratch is required..
  • Slow HTTPS traffic using Squid3 reverse proxy - Help please

    1
    0 Votes
    1 Posts
    922 Views
    No one has replied
  • 0 Votes
    1 Posts
    868 Views
    No one has replied
  • Upgrade to 2.2.6 - Now Suricata won't start

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