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

    502 Topics
    3k Posts
    B
    @Gertjan Thank you very much. There is already a PR: https://github.com/acmesh-official/acme.sh/pull/6563
  • 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.
  • Can I install packages without connecting to the Internet?

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    S
    Not at the moment.  This will be addressed in 1.1.
  • Interesting SpamD statistics by one of its authors

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • New packages

    Locked
    10
    0 Votes
    10 Posts
    5k Views
    M
    Thanks submicron for your help  ;) I can't speek English, I speek only Russian, that's why it's wery difficult to me to explain my needs  :)
  • Package installation Problems

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    L
    Remove & rerun don't fit it. There is still the same problem. But there is another problem to: The CPU-usage is permanently on 100%. After reboot the system the usage is normaly (3-5%), but if the system run around a half hour the usage goes up to 100%. On the shell I have run "top" and I have seen that php needs a lot of CPU-power… So long Henry
  • Ntop Help

    Locked
    4
    0 Votes
    4 Posts
    5k Views
    H
    I guess that was some kind of memory overuse then somehow. Please report back if that really fixed the issue.
  • Unofficial, Unsupported Cacti Install Guide

    Locked
    21
    0 Votes
    21 Posts
    17k Views
    E
    @sullrich: This REALLY is not a priority for us.    Atleast it isn't for me. Yes I know that this is not a priority for the pfSense team… No problem... I ask only why I can't download mySQL serve package....
  • Enabling package support for Wrap Microdive based system?

    Locked
    9
    0 Votes
    9 Posts
    5k Views
    B
    Yeah, before we removed keyboard from the embedded image the Soekris' boxes booted fine.  This is a WRAP bios limitation.  What's more interesting is a PC based CF image with video/keyboard enabled.  It's unlikely that'll show up anytime soon, but it's more likely than a specialized WRAP only version. –Bill
  • CACTI

    Locked
    10
    0 Votes
    10 Posts
    5k Views
    E
    @cmb: just posted. http://forum.pfsense.org/index.php?topic=485.0 will this become a package?  I don't know, possibly in the future.  We're not putting a lot of focus on packages right now, and this will take a little work.  Maybe we can see this as a package sometime before 1.1 is released. Thank you!! I'll start to test asap! I'll let you know if I'll have any problems…
  • Start on boot of services without rc file

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S
    The package manager will parse that out and automatically create a startup script in /usr/local/etc/rc.d
  • MOVED: error on firmware page

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Packages pfflowd and snmpd

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    E
    Ok thanks again Scott, I'll be looking for it!  :)
  • Keep OpenVPN

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    S
    No, I meant have you tried it on pfSense.  It exists if you know how to enable it.
  • NTOP updated

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    R
    weird… my pfsense beta2 shows ntop Installed: 3.81 ???
  • Adding FreeRadius to Embeded WRAP board? Plz help

    Locked
    9
    0 Votes
    9 Posts
    5k Views
    A
    ok thanks hoba, thas wjhat i neede… as to the freeradius, it doent need to write anything to itself if it works w/ SQL. Well it writes the temp file that contains the list of connected users, but if you disable it the server will still work... anyway that file is duplicated in acccounting table... so ill see if I get anything working and I let you know how it goes THANKS!
  • Slice dedicated for squid?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S
    Even if you could do this, the code will not handle it ATM. Sorry but there is no real easy way to do this ATM.
  • Using FreeRadius package

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    J
    here is what i dit to get freeradius working on pfsense beta 1 iso login  on the consul or by ssh on the shell give these comands cd /usr/local/etc/raddb ls *.sample you see now a list of files witch had to bechanched to te same name without the .sample mv acct_users.sample acct_users mv clients.conf.sample clients.conf do this for all the files now the last step ee radiusd.conf look for pidfile = chance it to pidfile = /var/run/radiusd.pid press Ctrl and c type in exit now exit agian when you reboot pfsense you will see freeradius is now started and can be used
  • What's the proper way to set up PHP bindings from a package XML?

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    S
    Yes, we went to a static PHP.  However, in beta2 looks like we may be back on a dynamic build.
  • Installed packages - link dissapears…

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Pfstat

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    H
    Packages will be adressed again after 1.0 stable is out. The basesystem is the only focus at the current state of developement.
  • Packages without config files silently fail to install

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    K
    Anyways, I hacked it to skip parse_xml_config_pkg if $configfile is unset. The package appears to have installed OK, the RC scripts and binaries are there… I'm just not sure how it's going to start. I suppose I could just SSH in and start it manually from the shell, but that's not really a permanent fix. What's the deal?
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.