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
    635 Posts
    V
    Faced the same "Tailscale is not online" issue today - 7 days after the initial setup (October 23rd). Resolved it by regenerating the key and authenticating again. I noticed the ongoing discussions about OAuth, but chose to dig deeper into this problem first. Here’s what I found: This appears to be a known issue affecting Tailscale across all FreeBSD-based systems, including vanilla FreeBSD, pfSense, and OPNsense. There is an open bug in the Tailscale repository with a solution for pfSense. I plan to test it today: https://github.com/tailscale/tailscale/issues/17047 I was still puzzled by this 7-day timeline. Following a link to the related OPNsense GitHub issue, I found this explanation: "Folks who create and use reusable auth keys won't see the issue until that key expires (default 90 days). Folks like me who created a one off key will see the issue after the first reboot after one week (default expiration for a one off key is a week.)" That's interesting, because when I created the one-off key I definitely set it to 90 days and then switched to "do not expire" - but really it still stopped working for me after 7 days.
  • 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.
  • Firewalling and Squid

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    L
    Thanks for the reminder, I have been meaning to do this for a while, http://cvstrac.pfsense.com/chngview?cn=11517 There is also something else before this should work, You will need to create a pass rule for access to webgui and ssh after the block rule. Then disable anitlockout in System -> Advance, then it should work. It should also work for traffic shaper rules for squid.
  • Translate pfsense

    Locked
    8
    0 Votes
    8 Posts
    5k Views
    S
    Fernando Lemos "Fernando Lemos" <fernando_at_netfilter.com.br>,</fernando_at_netfilter.com.br>
  • Squid NAT Rule

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    T
    Any hints, hoba?
  • Is squid compile with delay pool??

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    T
    It is, but you have to change the squid.conf manualy until the bug ticket is solved.
  • SquidGuard

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S
    This has been asked 1,000 times, please search.
  • NTOP Bug / Services Stop and Starting

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    G
    running latest and greatest. I guess it was me being impatient. I thought it wouldn't take as long, I finally was poking through the command prompt and it takes at least a minute of better to load with amount of traffic on it. thanks.
  • Transparent proxy on opt?

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    R
    is this correct for using opt1 as bridge for lan interface (portforwarding for opt1 3128->80)?
  • Free billing system from LMS

    Locked
    1
    0 Votes
    1 Posts
    6k Views
    No one has replied
  • Squid errors

    Locked
    60
    0 Votes
    60 Posts
    45k Views
    S
    @rexster: just installed squid on pfsense beta2. it works fine right after it's installed. but when i start configure things from the gui, it gives me error just like the one in my post before this. why the options in the gui is not same with default installed squid.conf ?? tia rex Bugs.  Squids maintainer seems to be MIA so we are trying to mop up the issues as they arise but I am pretty burned out on the situation. Patches accepted.
  • Squid Poll

    Locked
    12
    0 Votes
    12 Posts
    8k Views
    A
    Thanks Myntric just register for this post ^^ using Squid as the proxy
  • Squid failing to start

    Locked
    10
    0 Votes
    10 Posts
    7k Views
    L
    Its broken. When time permits I'll probably take a look at it to see if I can sort that out, provided no-one is already working on it. I'd get a chance to try out Scott's flashy CoreGUI.  ;D
  • Ntop not working correctly/ subtitute

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    J
    I would if I knew what I was doing,  sadly I don't.  I was just looking for some confirmation.  Which I have gotten by the lack of posts :).
  • Squid, optionally?

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    H
    Create a portforward at firewall>nat, portforward tab. choose LAN or OPTx interface instead of WAN, depending at which interface your clients are coming from.
  • PPTP VPN Users Statistic

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S
    Patches accepted.
  • SSL-Explorer

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    F
    You also have OpenVPN.
  • For_throttled_binary squid its not working

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S
    Sorry, I don't follow.  Can you explain what you mean?
  • Transparent Squid and Traffic Shaping!!

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    S
    Bravo!  Thats awesome!
  • Squid Installation Error

    Locked
    12
    0 Votes
    12 Posts
    6k Views
    S
    Ok I finally got around to installing the squid package but im having a bit of trouble getting it to work. I set it up for "transparent mode" but get an "access denied" output. Am I missing something? I was under the impression that no other configuration was needed when using squid in "transparent mode". Feb 28 09:23:53 squid[68134]: Exiting due to repeated, frequent failures Feb 28 09:23:53 squid[68134]: Squid Parent: child process 68525 exited with status 1 Feb 28 09:23:53 squid[68134]: Squid Parent: child process 68525 started Feb 28 09:23:50 squid[68134]: Squid Parent: child process 68523 exited with status 1 Feb 28 09:23:50 squid[68134]: Squid Parent: child process 68523 started Feb 28 09:23:47 squid[68134]: Squid Parent: child process 68521 exited with status 1 Feb 28 09:23:47 squid[68134]: Squid Parent: child process 68521 started Feb 28 09:23:44 squid[68134]: Squid Parent: child process 68519 exited with status 1 Feb 28 09:23:44 squid[68134]: Squid Parent: child process 68519 started Feb 28 09:23:41 squid[68134]: Squid Parent: child process 68517 exited with status 1 Feb 28 09:23:41 squid[68134]: Squid Parent: child process 68517 started Feb 28 09:23:38 squid[68504]: Squid Parent: child process 68507 started Feb 28 09:23:38 squid[68134]: Squid Parent: child process 68137 exited due to signal 15 Feb 28 09:22:22 squid[67784]: Exiting due to repeated, frequent failures Feb 28 09:22:22 squid[67784]: Squid Parent: child process 68320 exited with status 1 Feb 28 09:22:22 squid[67784]: Squid Parent: child process 68320 started Feb 28 09:22:19 squid[67784]: Squid Parent: child process 68281 exited with status 1 Feb 28 09:22:19 squid[67784]: Squid Parent: child process 68281 started Feb 28 09:22:16 squid[67784]: Squid Parent: child process 68165 exited with status 1 Feb 28 09:22:16 squid[67784]: Squid Parent: child process 68165 started Feb 28 09:22:13 squid[67784]: Squid Parent: child process 68163 exited with status 1 Feb 28 09:22:13 squid[67784]: Squid Parent: child process 68163 started Feb 28 09:22:10 squid[67784]: Squid Parent: child process 68161 exited with status 1 Feb 28 09:22:10 squid[67784]: Squid Parent: child process 68161 started Feb 28 09:22:07 squid[68134]: Squid Parent: child process 68137 started Feb 28 09:22:07 squid[67784]: Squid Parent: child process 67984 exited due to signal 15 Feb 28 09:21:25 squid[67784]: Squid Parent: child process 67984 started Feb 28 09:21:22 squid[67784]: Squid Parent: child process 67787 exited due to signal 15 Feb 28 09:21:00 squid[67784]: Squid Parent: child process 67787 started Feb 28 09:20:51 squid[67373]: Squid Parent: child process 67376 exited with status 0 Feb 28 09:17:47 squid[67030]: Exiting due to repeated, frequent failures Feb 28 09:17:47 squid[67030]: Squid Parent: child process 67394 exited with status 1 Feb 28 09:17:47 squid[67030]: Squid Parent: child process 67394 started Feb 28 09:17:44 squid[67030]: Squid Parent: child process 67392 exited with status 1 Feb 28 09:17:43 squid[67030]: Squid Parent: child process 67392 started Feb 28 09:17:40 squid[67030]: Squid Parent: child process 67390 exited with status 1 Feb 28 09:17:39 squid[67030]: Squid Parent: child process 67390 started Feb 28 09:17:36 squid[67030]: Squid Parent: child process 67388 exited with status 1 Feb 28 09:17:35 squid[67030]: Squid Parent: child process 67388 started Feb 28 09:17:32 squid[67030]: Squid Parent: child process 67386 exited with status 1 Feb 28 09:17:31 squid[67030]: Squid Parent: child process 67386 started Feb 28 09:17:28 squid[67373]: Squid Parent: child process 67376 started Feb 28 09:17:28 squid[67030]: Squid Parent: child process 67033 exited due to signal 15 Feb 28 09:15:59 squid[67030]: Squid Parent: child process 67033 started Feb 28 09:15:43 squid[66701]: Squid Parent: child process 66704 exited with status 0 Feb 28 09:13:42 squid[66701]: Squid Parent: child process 66704 started Feb 28 09:11:49 squid[65989]: Squid Parent: child process 65992 exited with status 0 Feb 28 09:10:01 squid[65989]: Squid Parent: child process 65992 started Feb 28 09:10:00 squid[65849]: Squid Parent: child process 65852 exited with status 0 Feb 28 09:09:34 squid[65849]: Squid Parent: child process 65852 started
  • Spamd - removing incorrect trap in the spamd database

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    L
    This is box number 2.  Box number 1 is the unit that I am unable to install spamd on.
  • Error installing packages

    Locked
    15
    0 Votes
    15 Posts
    8k Views
    M
    thank scott, http://www.pfsense.com/~sullrich/1.0-BETA1-TESTING-SNAPSHOT-2-8-06/ is ok, installing packages work  ;)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.