Subcategories

  • Discussions about packages which handle caching and proxy functions such as squid, lightsquid, squidGuard, etc.

    4k Topics
    21k Posts
    H
    Hello all, please dont shoot me on sight, im one of those who kinda set up things by following tutorials and actually see things how they look like on screen. And English is not my native language either. I setted up HAProxy with pfSense package for Nextcloud which works as VM at ip 192.168.1.214. It has self signed cert. I created ACME with Porkbun as wildcard and all that works totally fine. BUT i have big issue which i dont know how to solve. When im acessing by nextcloud.mydomain.xx in LOCAL LAN it serves page fine, but it uses self signed cert. Will someone, please, by example show me how to create working rule which will force pfSense to serve 192.168.1.214 and all its translation or whatever exclusively outside? Bare in mind that 214 has to be able to lurk in 192.168.1.0/24 also, since data storage is served by NFS on TrueNas. 192.168.1.1 (pfSense IP), 192.168.1.214 (Nextcloud IP) All works fine from outside, but from local LAN it bypase HAProxy, and serve nextcloud internal cert with correct domain name nextcloud.mydomain.xx . Well it seems that only bypas cert part since domain works. Somehow it resolve. This is what dig command does from local lan: ;; ANSWER SECTION: nextcloud.domain.xx. 3600 IN A 192.168.1.1 nextcloud.domain.xx. 3600 IN A 192.168.1.214 ;; Query time: 0 msec ;; SERVER: 192.168.1.1#53(192.168.1.1) (UDP) ;; WHEN: Thu Oct 30 08:48:37 CET 2025 ;; MSG SIZE rcvd: 83 Main problem here is that Nextcloud app go stuck when we are on local network. It does not work since it gets different cert. It does not even ask do we want to accept it or not. Even if does it will be bit weird to do that every time we come home. Many thnx in advance!
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    B
    @Greyhat I think it's useful to work with what we've got and figure something out for the (i hope) edge cases later. So for the JSON I figured you can actually use an existing suricata integration by co-opting their pipelines.
  • 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
    Resurrecting this thread for two reasons: 1.) Because this is where I landed when newly confronted with the topic using pfBlockerNG-devel 3.2.10 on pfSense CE 2.8.1-RELEASE; and 2.) to confirm that the 'issue' and 'fix' here continue to be viable despite the TLD analysis function being considerably modified since the last post in September 2024. Current function @ L7255 of /usr/local/pkg/pfblockerng/pfblockerng.inc: // Determine max Domain count available for DNSBL TLD analysis (Avoid Unbound memory exhaustion) $pfs_memory = (round(get_single_sysctl('hw.physmem') / (1024*1024)) ?: 1000); $pfb['pfs_mem'] = [ '0' => '100000', '1500' => '150000', '2000' => '200000', '2500' => '250000', '3000' => '400000', '4000' => '600000', '5000' => '1000000', '6000' => '1500000', '7000' => '2000000', '8000' => '2500000', '12000' => '3000000', '16000' => '4000000', '32000' => '8000000' ]; if ($pfb['dnsbl_py_blacklist']) { array_walk($pfb['pfs_mem'], function (&$value) { $value = $value * 3; }); } foreach ($pfb['pfs_mem'] as $pfb_mem => $domain_max) { if ($pfs_memory >= $pfb_mem) { $pfb['domain_max_cnt'] = $domain_max; } } On a system with 32 GB of RAM attempting to 'analyze' over 24M but less than 27M domains, the line "'32000' => '8000000'" was changed to "'32000' => '9000000'" (i.e., permitting a maximum number of 27M domains to be 'analyzed') in order for the function to complete successfully. Analyzing (and then subsequently loading) precisely this number of domains... Original Matches Removed Final ---------------------------------------- 24270656 21017552 6463516 17807140 ----------------------------------------- ...results in Unbound's stable operational consumption of ~6 GB of RAM and any/all pfBlockerNG 'Reload' options consuming as much as ~6 GB of RAM, concurrently. Therefore one should only attempt this DNSBL hack if they're confident that their system has at least 13 GB of memory 'headroom' (taking into account normal system operation and any other resource-consuming, installed packages).
  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    102 Topics
    3k Posts
    dennypageD
    @netboy said in Docker container for nut server?: I am NOT installing docker in pfsense - offcourse this is a big security risk - I agree !!! My apologies. I interpreted your earlier question I think i need to explain what i am asking for. I am fully aware if your netgate router is attached to an UPS you can configure netgate. Let us say you 5 UPS's in your home and you want nut server to read all the UPS's and show me a dasboard about the status of all the UPS's ? - Is there a ready made docker container for client server nut with dashboard functionality? as a request to have something running on pfSense, which is why I responded I believe most people would say that the type of thing you are asking for isn't something you want to run on your firewall. I recommend using a general purpose operating system behind the firewall instead. Mutual misunderstanding I guess. If you want to explore general NUT monitoring, and not something particular to pfSense, I would recommend the NUT Users list as a better place to seek information.
  • 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

    92 Topics
    638 Posts
    L
    @Vad-B Interesting indeed! I just tried to fill the Pre-authentication Key with file:/dev/null. I get an crash in pfsense after some time, but when I login again is saved. For me this for after service restarts at least this solves it, including the issue with the routes not being advertised even set in the WebUI. Havent done an full restart of pfsense (yet)
  • Discussions about WireGuard

    710 Topics
    4k Posts
    N
    Found a solution: When using the desired outbound address in the outbound nat rule for translation directly, instead of using an alias ip, it seems to work as desired.
  • Email Reports WebGUI crashes when trying to edit the reports

    12
    0 Votes
    12 Posts
    1k Views
    D
    @marcosm said in Email Reports WebGUI crashes when trying to edit the reports: @Darkk You'll need to add and apply the diff yourself - it's not included. I've applied the patch and it's working perfectly now. Thank you!
  • WAF for pfSense/pfSense+ - eg. Coraza WAF via haproxy SPOE?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Packages 24.11 Issue

    5
    1
    0 Votes
    5 Posts
    621 Views
    M
    @jimp said in Packages 24.11 Issue: Plus 24.11 should be good now, the others are still rebuilding and will be fixed shortly. Confirmed, thanks Jimp, 24.11 fixed already.
  • Vhosts

    1
    0 Votes
    1 Posts
    145 Views
    No one has replied
  • Freeradius with PIN+OTP plus group membership in AD

    1
    0 Votes
    1 Posts
    162 Views
    No one has replied
  • PIMD Invalid Interfaces?

    3
    1 Votes
    3 Posts
    406 Views
    J
    I've been able to confirm... If the interface does not show in the PIMD Virtual Interface Table on the Status Tab, it gives the "Invalid phyint address" error in the logs. Sooo.... It appears that there is some limit that is preventing PIMD from seeing all the interfaces. The closest information I found is related to Linux and the limit is defined in the kernel... I'm guessing even though I've been able to reverse my settings and avoid the errors in the logs, that any interfaces not shown in the Table are just ignored and are not participating in IGMP :-(
  • Squid Proxy Server Automatically Disables

    1
    0 Votes
    1 Posts
    168 Views
    No one has replied
  • Arpwatch reports bogons frequently

    19
    0 Votes
    19 Posts
    10k Views
    J
    another optoin to avoid 0.0.0.0 &169.254.0.0 spam is to igmore the mac-addr's from arpwatch>settings, click the +Add button at the bottom add any mac you don't want alerts for
  • Suricata Permit QUIC

    suricata quic
    6
    0 Votes
    6 Posts
    922 Views
    bmeeksB
    That alert is coming from the built-in QUIC-events rules that ship with the Suricata binary. The events rules are simply informational in nature and don't indicate any malware or other compromise. I suggest disabling that rule or else using the "suppress by SID" feature on the ALERTS tab to prevent the alert the resulting block of a host.
  • Not able to find hash file of an old iso images

    3
    0 Votes
    3 Posts
    245 Views
    R
    Hi Patch, Thank you for your help.
  • Crowdsec testing

    1
    2
    0 Votes
    1 Posts
    654 Views
    No one has replied
  • Snort Interface - The Green Arrow!

    1
    2
    0 Votes
    1 Posts
    212 Views
    No one has replied
  • SIProxd Quick Howto

    2
    9
    1 Votes
    2 Posts
    404 Views
    chpalmerC
    Just a side note.. I have not always set the "proxy" in my client devices and it still would work.. but sometimes the client device would bypass the proxy and cause me issues.
  • HAProxy with ACME setup problems

    1
    4
    0 Votes
    1 Posts
    312 Views
    No one has replied
  • Rules for UDP Broadcast Relay?

    3
    4
    0 Votes
    3 Posts
    1k Views
    P
    @jasch Thanks. I finally got around to try again. But to no avail. I allow everything through (any/any/any/any -you get the drift). It seems like both ends, music streamer on LAN and smartphone on OPT1, succeeds in passing multicast traffic to the multicast addresses. But the phone is still not aware of the streamer's existence unless I put them on the same subnet. I think I have to give up. I am too much fumbling in the dark.
  • Clear state on fallback

    2
    0 Votes
    2 Posts
    352 Views
    kiokomanK
    @jwilli5646 AFAIK this is normal behavior, old states remain on the backup until they expire, new one will be created on the primary WAN, if you search the forum there was someone who invented some script to automate this If my memory's correct
  • net-snmpd service not starting

    1
    0 Votes
    1 Posts
    236 Views
    No one has replied
  • pfBlockerNG Count and Packets Query - Seems like little being captured

    24
    1
    0 Votes
    24 Posts
    2k Views
    LPD7L
    @Uglybrian Appreciate that feedback. Why would cpu usage be at 23% if at idle thats where I am getting confused. Cpu usage has for the most part been half this number or lower and system activity is not showing it working on anything to justify the 23%. I may be looking at this wrong but to my mind cpu usage would be a representation of how much the cpu is being put to work on a task/function. I am assuming idle is the correct state given the command column contents and everything else in the system activity is or was at 0.00%.
  • freeradius3 seemed to use old certificate expiration date

    6
    0 Votes
    6 Posts
    1k Views
    johnpozJ
    @pfpv from what I remember the android was the biggest pain.. And someone at the time there was a thread going about on it couldn't get his android to add the ca at all.. But our versions were different. With ios, I do recall having to do something with the password on the cert or pk12 because it didn't like just blank so used openssl to add a password.. I think you can do it now in the gui. Windows I had to manually change the mode of the connection to enterprise I believe. Oh and think there was something about having to set legacy in the openssl cmd to get accepted as well.. But what I can tell you for sure is once their added it doesn't ask you to retrust them on every connection, etc. Haven't played with it long time, sorry.. But my iphone is using it - and its gone through multiple upgrades to the IOS and still working, etc.
  • Freeradius3: No more automatic service restart upon config change?

    6
    0 Votes
    6 Posts
    806 Views
    P
    @Gertjan said in Freeradius3: No more automatic service restart upon config change?: But : where do you see them ? The command line ? I see these messages in the system log in the pfSense GUI. @Gertjan said in Freeradius3: No more automatic service restart upon config change?: are normal messages. When settings are changed in the pfSense GUI for Freeradius, the process gets restarted. I also thought they were normal and expected but the title of this thread is "no more automatic service restart upon config change". Somehow this is not happening to the OP.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.