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
    656 Posts
    C
    @elvisimprsntr Updated 25.07.1 to 1.90.6_1, copied and pasted from @elvisimprsntr's post: pkg add -f https://pkg.freebsd.org/FreeBSD:15:amd64/latest/All/tailscale-1.90.6_1.pkg (Why it worked this time and not on previous updates: Over the last couple of days, I ran into the "Shared object "libutil.so.10, not found..." error that triggered the version 25.07.1 update issues some of us have been having. After I fixed that error, I decided to go back to the usual update method, and it worked.)
  • Discussions about WireGuard

    715 Topics
    4k Posts
    patient0P
    @Bronko said in The service show not running but client can connect to wireguard server.: @patient0 Thanks! ( I'm on 2.8.1) Oh, I see, I didn't realize that the same issue existed on CE.
  • LCDproc: no nexcom.so ?? (pfs 2.3.5)

    3
    0 Votes
    3 Posts
    858 Views
    F
    After looking around some more, it looks like support for the Nexcom devices was added to the "generic" hd44780 driver after all: ConnectionType=lcm162 Code change: https://github.com/lcdproc/lcdproc/commit/9e80b177ffb1755e27109dd284ad568319fe4e6a#diff-b5b7491d509ceae9b603712026311903 Documentation change: https://github.com/lcdproc/lcdproc/commit/4a50059b81910d7a6f9a70791766dfd12c61bb99#diff-056b4c550c4f9828ca095124588909ed So, these Nexcom devices are supported by the base lcdproc project code. Not sure the pfSense integration package was updated, though…
  • Cannot Access NTOP

    2
    0 Votes
    2 Posts
    711 Views
    johnpozJ
    did you actually configure it and enable it?  Via the ntop settings under diag menu.
  • More Information on Package Development

    4
    0 Votes
    4 Posts
    796 Views
    P
    Well.. if you want to block/inspect traffic packets passing through pfSense, then that is not something that php will do. if you take the basic concept of pfSense it is just the php 'glue' that makes all parts work together with a nice webgui. Changing or adding new parts of that 'glue' is relatively easy. The packet processing is mostly being done by FreeBSD (the OS) and PF (the firewall). Or perhaps you would like to do something more like Snort and Suricata, and maybe create a custom 'ruleset' for one of those two with your packet inspection rules as far as they can support your intended case.. But developing on any those software parts is a entirely different thing than the usual 'pfSense package' which takes a existing binary application and wraps in into a easy to use php webgui without actually changing the binary code of the application or changing the internal flow of network packets, well a package like 'tinc' does add mesh vpn capabilities, but the 'pfSense package' just installs and configures that existing piece of software.. If your intending to go make changes in those parts then a little knowledge about script writing wont really help much. Would need some good general programming knowledge preferably in C or C++ .. its imho not something that can be learned by reading a single wiki page..
  • Mailreport and outlook.com

    3
    0 Votes
    3 Posts
    789 Views
    M
    Gertjan, thank you for your answer. Current situation is : Sending test email works with Outlook.com Alert emails (e.g. UPS events or Gateway events) are sent Mail reports are not sent Unfortunately I cannot use Postfix any more (I am leaving the company), therefore I am forced to switch to outlook.com. Furthermore : I am in China and this limits the selection of email providers I can use (Google does not work here and I already tried with pfSense, but no success). I will try to switch back to Postfix and confirm that the issue lies in the switch between the two systems.
  • Ntopng fails to restart

    1
    0 Votes
    1 Posts
    619 Views
    No one has replied
  • Zabbix log monitoring

    2
    0 Votes
    2 Posts
    1k Views
    D
    I suggest you send the logs elsewhere, the zabbix user won't have access to them locally. Regards.
  • Zabbix Proxy not starting

    3
    0 Votes
    3 Posts
    2k Views
    D
    @Beni: Hi, Have you tried to delete the pid file and the sqlite. rm /var/run/zabbix-proxy/zabbix_proxy.pid /var/db/zabbix-proxy/proxy.db Regards Beni Do this and show the proxy log, please.
  • Zabbix agent does not start after reboot

    2
    0 Votes
    2 Posts
    1k Views
    D
    Is this still happening? zabbix_agentd.sh is the rc script from pfSense. zabbix_agentd is the rc installed with the FreeBSD port.
  • Zabbix Proxy VMware Support

    2
    0 Votes
    2 Posts
    797 Views
    D
    It's all enabled now. https://github.com/pfsense/pfsense/blob/master/tools/conf/pfPorts/make.conf#L144-L162
  • Package Zabbix Proxy 3.4

    10
    0 Votes
    10 Posts
    4k Views
    D
    This was fixed with 1.0.1 version of proxy
  • HAProxy ssl verify and Android/Chrome issue

    2
    0 Votes
    2 Posts
    1k Views
    P
    https://redmine.pfsense.org/issues/8228#note-5 "Leave all these options empty"
  • Want to BLOCK IDM & uTorrent

    1
    0 Votes
    1 Posts
    772 Views
    No one has replied
  • Haproxy + Change Host Request Value

    3
    0 Votes
    3 Posts
    3k Views
    A
    Hello, thank you for your reply. I test hdr without success but this line working : sni ssl_fc_sni check-sni vhost.yourdomain.local Thank you
  • Syslog-ng stops working after logroate run

    1
    0 Votes
    1 Posts
    481 Views
    No one has replied
  • Glances

    2
    0 Votes
    2 Posts
    1k Views
    GertjanG
    Did you check how many times the word "Glances" was mentioned on this forum ? The answer is a start of a possible answer. pfSense can be instructed to make cafe, launch nukes, or sprinkle your lawn. Al you need is some time, PHP knowledge and some pfSense knowledge, and a (new) need for something. If you're missing one of more of those, you need to find someone. Did you see this forum : https://forum.pfsense.org/index.php?board=34.0
  • [SOLVED] freeradius stopped working and it won't restart

    8
    0 Votes
    8 Posts
    4k Views
    A
    radiusd -X }   # Loading module "datacounterforever" from file /usr/local/etc/raddb/mods-enabled/datacounter_acct   exec datacounterforever {         wait = yes         program = "/bin/sh /usr/local/etc/raddb/scripts/datacounter_acct.sh %{request:User-Name} forever %{request:Acct-Input-Octets} %{request:Acct-Output-Octets} %{request:Acct-Status-Type} %{request:Acct-Session-Id}"         shell_escape = yes   } /usr/local/etc/raddb/mods-enabled/counter[2]: Failed to link to module 'rlm_counter': Shared object "libgdbm.so.4" not found, required by "rlm_counter.so" error, radius not start. (freeradius3) help me please
  • Squid, pfSense 2.4.2p1 and unable to configure SSL Filtering

    3
    0 Votes
    3 Posts
    1k Views
    ChrisLynchC
    Yes, I see that X under the Internal column.  And that would make sense as the firewall needs to create the certificate for the SSL/TLS endpoint in order to filter SSL/TLS traffic.  Sorry for the confusion on my part.
  • Snort FATAL ERROR

    30
    0 Votes
    30 Posts
    10k Views
    Raffi_R
    bmeeks, you're the source of all the information I'm looking for! I literally can't even thank you enough because the forum says I have to wait 1 hour before I can applaud you again :) I have Suricata in the global settings currently pointing to the snort 29110.tar.gz which I believe is the latest. I wish I could have stuck with snort, but that startup issue kills the entire IDS. To me, having some kind of IDS is better than not having one at all. I used to have snort setup with the service watchdog in case it crashed (it did that quite often too), but that wouldn't be a good idea in this case because the watchdog would have tried to keep starting it up and it would have kept failing. It would have just sat there in a constant loop eating up resources.
  • 0 Votes
    2 Posts
    462 Views
    S
    This rule is in openappid-ads.rules. Disable it temporarily until it has been fixed. The problem is that there's the same error on this rule as well: I can't seem to find the SID in any of the openappid categories… ? alert tcp $HOME_NET any -> $EXTERNAL_NET any (msg:"scribd_upload";flow:from_client;appid:scribd_upload; sid:71443 ; classtype:misc-activity; rev:1 Edit: Seems many rules have the same problem at the present time: https://forum.pfsense.org/index.php?topic=79855.msg771713#msg771713
  • Squid Redirect Mappings

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