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
    637 Posts
    V
    said in "Tailscale is not online" problem: But in reality, on boot or restart, the Tailscale package attempts to start the Tailscale with "tailscale up --auth-key=..." (as defined in /usr/local/etc/rc.d/pfsense_tailscaled) which lead to re-register the node with the Tailscale network using the auth-key (that is set to expire), overriding the valid existing node key that is configured not to expire. So to fix it, we should force tailscale up without the auth-key using one of the options from the git comment above. @cmcdonald, could you take a look at this, please?
  • 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.
  • Ookla Speedtest Mini

    2
    0 Votes
    2 Posts
    2k Views
    pttP
    For what it's worth…..  ;) https://forum.pfsense.org/index.php?topic=59501.msg320248#msg320248
  • PHPsysinfo error.

    3
    0 Votes
    3 Posts
    1k Views
    J
    Thanks, downloaded new version and it works about 90%. Will play with .ini file and see if i can detect the hardware elements.
  • DansGuardian Reporting 'Access Denied' settings not working

    13
    0 Votes
    13 Posts
    4k Views
    S
    Bryan: Thank you for your help on this. I finally got around to following your advice to uninstall DansGuardian from the gui, then from a terminal session I deleted all of the dansguardian files from your steps #2-3. I upgraded pfsense to 2.1.2. I then reinstalled DansGuardian from the gui, and everything seems to be working correctly. The correct symlinks are there, and I can edit the configurations using the gui. Almost all of my previous settings are still there– I'm glad about that but I am curious where those configuration settings are stored. ** Tip: After reinstalling DansGuardian, I had trouble getting DansGuardian to start until I deleted .dguardianipc and .dgaurdianurlipc in /tmp. Rebooted and it works again.  (see this message for this tip: https://forum.pfsense.org/index.php?topic=75068.msg409652#msg409652)
  • Auto backup restore hash not matching though it should

    8
    0 Votes
    8 Posts
    2k Views
    C
    A phantom new line has showed up for some reason out of nowhere, unrelated to anything that's changed recently. We're still looking for the source of it, but in the mean time, a new package v1.23 is out there that fixes the issue. If it's something we can fix only server-side, we will, for now if you upgrade the package it'll work.
  • Pfsense GUI & Dansguardian woes …

    18
    0 Votes
    18 Posts
    7k Views
    A
    Worked perfectly, I can edit the template, save, and the changes take effect immediately! Many thanks for your help. The DG/Squid combo appears to be working nicely now, I don't notice any browsing difference going through the proxy compared to a direct connection except of course the filtering - but I am only 1 user. Monday I'll point a group of students at it - that's when the problems began last few times with timeouts, slowness, etc.. Hopefully it won't this time. Again, thanks for your help.
  • Package Install on 2.1.1 after Upgrade

    2
    0 Votes
    2 Posts
    1k Views
    D
    I can confirm I ran into this same issue, I however didn't need to have the proxy set, just used it to allow caching.  Since https isn't cached on my Squid setup I just removed it, and problem was resolved. The autoupdate firmware check was still able to find updates, and the problem persisted after the 2.1.2 update which was done on my system which had this problem, prior to fixing the issue. However its definitely a repeatable scenario that should be resolve in the case where the proxy is required.
  • Can't install OpenVPN Client Export Utility

    7
    0 Votes
    7 Posts
    2k Views
    I
    @priller: There is a new option you can select to bypass the check. System: Advanced: Miscellaneous: Packages settings Just what I needed! Many thanks.
  • Squid authentication with logged on user possible?

    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    It's been covered on here before a few times in other threads. Try searching for squid and NTLM and similar topics.
  • PfBlocker no longer updating aliases since upgrading to pfSense 2.1.1

    5
    0 Votes
    5 Posts
    1k Views
    D
    Well, is should not keep disabling itself on every damn reinstall, dunno what's the bug there. Reported many times but this thing is pretty much in need of major rewrite, dropping all those not anymore useful features, like years old geoIP lists.
  • 0 Votes
    3 Posts
    1k Views
    P
    It is thank you! Although there now appears to be a problem with the Emerging Threats Open rule set, specifically one of the rules in "emerging-web_client.rules" that is causing a fatal error and preventing Snort from starting. I have disabled those rules for now.
  • Siproxd URLMAP is full

    2
    0 Votes
    2 Posts
    1k Views
    W
    Guys can anyone help me to recompile Siproxd package?
  • Sarg system log error how to fix?

    1
    0 Votes
    1 Posts
    671 Views
    No one has replied
  • Hyperlink PFblocker Dashboard Widget Label

    6
    0 Votes
    6 Posts
    2k Views
    F
    Edit - try this Create a backup of /usr/local/www/widgets Save http://www.filedropper.com/pfblockerlink Transfer pfBlockerLink.tar to /tmp/ tar xf pfBlockerLink.tar cd pfBlockerLink ./patch.sh
  • PfBlocker not blocking addresses

    15
    0 Votes
    15 Posts
    4k Views
    F
    Is the status for the dashboard widget a green up arrow or a red down arrow? Can you check your Firewall \ Rules \ WAN - to see if there is a pfblocker auto rule that has been created for each of your pfblocker lists ? This page https://forum.pfsense.org/index.php?topic=42543.705 talks about a bug that might be causing your problem.
  • Snort upgrade fails, now cannot reinstall Snort…

    3
    0 Votes
    3 Posts
    1k Views
    M
    Perfect! Thanks!
  • Snort update

    5
    0 Votes
    5 Posts
    1k Views
    R
    Cheers CMB At least I was not that silly to report that the file was not on the repo instead of just searching for something there on the forum.  :-)
  • Snort Installation on pfS 2.1.1

    4
    0 Votes
    4 Posts
    1k Views
    C
    try again, it's fixed
  • Postfix Error

    9
    0 Votes
    9 Posts
    2k Views
    C
    This is true after all its pfsense :-) im gonna upgrade!
  • OpenVPN with MS Mobile 5

    2
    0 Votes
    2 Posts
    835 Views
    G
    Hi Windows Mobile 5 is a bit long in the tooth to say the least. which vpn software are you running on the device  is the CPU on the device capable of doing the maths behind Openvpn ? do you have a the device on a public APN or a private one , I would guess public
  • Squid Transparent and Windows 8 Modern UI (aka Metro) Apps

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