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
    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.
  • Squid and ntopng errors at boot after upgrade from 2.2.3 to 2.2.4

    1
    0 Votes
    1 Posts
    766 Views
    No one has replied
  • Plain password issue on Freeradius ?

    6
    0 Votes
    6 Posts
    3k Views
    Y
    @thermo: Ill repeat, Doing some more research. You'll likely find that you can only do pap with ldap. Yes true, because of the plain password. BUT, how am I'm going to auto my wifi (eap) against this whole thing than ?
  • Svscan problem

    5
    0 Votes
    5 Posts
    2k Views
    D
    https://github.com/pfsense/pfsense-packages/blob/master/config/tinydns/tinydns.inc#L77 Tired of this PBI crap. Do you have /usr/local/bin/svc or it's wrong as well?
  • Zabbix proxy port : change from 10051 fails

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [SOLVED] Freeradius2 weird authentication problem

    1
    0 Votes
    1 Posts
    648 Views
    No one has replied
  • Problem monitoring IPSEC with NRPEv2

    1
    0 Votes
    1 Posts
    928 Views
    No one has replied
  • Is pfBlockNG can't show log if wan use pppoe?

    4
    0 Votes
    4 Posts
    944 Views
    D
    This does NOT have anything to do with PPPoE or static/dynamic. It has a lot to do with the alleged "Match" action and and/or lack of enabled logging, but none of the screenshots you posted are relevant! Also note, that on the latter post, you are showing DENY packets. Not MATCH!
  • Rules order flip flop periodically?

    7
    0 Votes
    7 Posts
    1k Views
    S
    I have mine setup pfB_Pass/Match|pfB_Blcok/Reject and then hit Save. It still puts the Block on top. Is there something else I need to do?
  • Zabbix agent 2 - Get CPU Temperature

    5
    0 Votes
    5 Posts
    4k Views
    S
    @dennypage: While I have not done this, I would expect that you can do it by adding additional user parameters: UserParameter=temperature0,sysctl -n dev.cpu.0.temperature UserParameter=temperature1,sysctl -n dev.cpu.1.temperature I'm not a Zabbix expert by any stretch of the imagination, so I don't know if you can make it into a pseudo array as would appear with a discovery agent. Thanks :) It's solved!
  • MOVED: Squidguard nao inicia apos upgrade 2.2.3

    Locked
    1
    0 Votes
    1 Posts
    370 Views
    No one has replied
  • Does anyone have tutorial on how to use the Filer Package

    5
    0 Votes
    5 Posts
    1k Views
    D
    @marcosavelino: I need to replicate a Aliases setting for several Firewalls pfsense, how do it Dude. This is the THIRD thread you started about this. Enough! https://forum.pfsense.org/index.php?topic=96910.0 https://forum.pfsense.org/index.php?topic=96682.0
  • FreeRadius2 EAP-TLS

    2
    0 Votes
    2 Posts
    931 Views
    J
    Looking more closely it looks like it did copy my certs in to this directory, but didn't remove: "private_key_password = whatever" from the eap.conf. I have tried manually commenting that out and will test.
  • Cannot update lists in pblockerNG..Help?

    8
    0 Votes
    8 Posts
    2k Views
    L
    thanks for the input… turned off HE from the list and will turn it back on as suggested... the list was actually working since i created the list last 7/15/15 but stopped working on 7/18/15... schedule was set to daily... will try setting to weekly and see if i get blocked again... thanks for making a great package!!! now i only have to use packages from the pfsense list... no need to download the whois package for freebsd anymore!!!
  • MOVED: Upgrade Snort to 3.2.6

    Locked
    1
    0 Votes
    1 Posts
    471 Views
    No one has replied
  • NUT upssched configuration

    1
    0 Votes
    1 Posts
    891 Views
    No one has replied
  • MailScanner package can't start on pfsense 2.2.3

    1
    0 Votes
    1 Posts
    817 Views
    No one has replied
  • MOVED: Transparent Squid Auth with SquidtrustIII

    Locked
    1
    0 Votes
    1 Posts
    480 Views
    No one has replied
  • Bind: resolve for internal zone doesn´t work

    18
    0 Votes
    18 Posts
    5k Views
    N
    Hi, I am trying to do the same but still didn't achieve it by following your steps. Do you use any firewall rule for the DNS? Are you running the DHCP server also on pfsense? Please any help is gratefully appreciated :)
  • MOVED: Snort only runs ET rules, not Snort VRT

    Locked
    1
    0 Votes
    1 Posts
    476 Views
    No one has replied
  • MOVED: performance squid3 + havp + squidguard / IPv6 in squid

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