Subcategories

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

    4k Topics
    21k Posts
    H
    @johnpoz said in Please help to configure HAProxy to serve certifficate on internal LAN too: @ha11oga11o if you resolve nextcloud.mydomain.xx to your external IP, ie the same one public people do then it would be handled by your haproxy. Example I have ssl offloading for external users for the public fqdn something.mydomain.tld - this resolves externally to my public IP that hits pfsense wan, this also resolves to my public IP when on my local network, so again haproxy handles the ssl, etc. But if I wanted or needed to access that directly on my local lan then I use its name.home.arpa:port that the service is on that doesn't do ssl, etc. What is the point of using the same fqdn internally and externally? What do you think that gets you other than issues? On this case problem is that phone nextcloud client hangs when switching out and in. Simply cannot be used when inside LAN. Well, it can be used either out or in. But to switch it it needs to be totally reset and sync. It remember which connection is allowed, at which cert. And sticks on that. Basically its useless until i sort this out to behave exactly same out and in. I cant believe no one had similar issue at home lab self hosted?? Im sure someone had need to do things like this? Thank you again.
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    RedDelPaPaR
    @bmeeks Understood. Thank for kindly for your help. I will likely be ordering a new unit soon.
  • 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
    C
    Hi folks, Whenever I try to access a DNSBL blocked root domain it shows the block page but the moment it gets into a subfolder or file in the domain it only shows 1x1 px page. Meaning http://detectportal.firefox.com/ redirects to the DNSBL blockpage with the blocked domain info "This website detectportal.firefox.com has been blocked by the Network Administrator!" but if I try http://detectportal.firefox.com/canonical.html http://detectportal.firefox.com/success.txt http://detectportal.firefox.com/justatest it only shows 1x1pixel Is this by design? Is there anything I can do to make the rest of the pages show the alert? Regards
  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    102 Topics
    3k Posts
    dennypageD
    @fjmp24 said in Notification: UPS ups battery is low: If I remove ignorelb directive, my UPS shuts down after 16 seconds This means your UPS is signaling a low battery. Either your battery is bad, or your UPS is bad. Most likely battery, but you never know. I suggest reaching out to Eaton support.
  • 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
    639 Posts
    E
    Updated CE 2.8.1 to 1.90.4. Looks like they are already working on .6 Freshports pkg add -f https://pkg.freebsd.org/FreeBSD:15:amd64/latest/All/tailscale-1.90.4.pkg Changelog
  • Discussions about WireGuard

    714 Topics
    4k Posts
    R
    I was on PfSense version 23.xx (don't recall the xx) and was able to start the Wireguard service. I upgraded to the 25.11 beta version and now the Wireguard service will not even start. I am on Wireguard version 2.1, and I see that there are versions that go up to 2.9. How do I upgrade to a later version? The only version in the pfSense updater is 2.1. Thank you
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • How does cron service get restarted ?

    3
    0 Votes
    3 Posts
    744 Views
    B
    @Gertjan For some reason, I wrongly assumed that cron would only read the crontab file when the service re/started. Thanks for the explanation, and the tips for how I could check this myself next time. +1
  • Snort Rule Update Settings time has a bug with the cron job

    4
    4
    0 Votes
    4 Posts
    929 Views
    bmeeksB
    A package update containing the fix for this bug is building and should show up for users shortly. The new Snort package containing this bug fix is 4.1.6_9.
  • Snort fails to install.

    36
    0 Votes
    36 Posts
    4k Views
    bmeeksB
    @BlueCoffee said in Snort fails to install.: got the new box and all is well guess the other one was bad. Ive installed Suricata (looks alot like snort) Would you set this up on lan also? Do you know where I can read more about the setup? don't want to not have it set correct this time around. You can find several Sticky Posts at the top of the IDS/IPS sub-forum here: https://forum.netgate.com/category/53/ids-ips. As with Snort, I recommend putting Suricata only on internal interfaces (LAN, DMZ, etc.). The only time I would veer from this approach is on a box with very limited RAM and/or CPU horsepower and I had a fairly large rule set enabled. That might be a point where you conserve RAM and CPU by just putting a single instance on the WAN instead of several instances on internal interfaces. But you will have the limitations I mentioned in my earlier post. Best practice would dictate that the different interfaces on a firewall likely will need different IDS/IPS rules enabled. Rules should be tailored to the unique vulnerabilities and threats present on the protected network. So, in that scenario, individual IDS/IPS instances on internal interfaces works better (if you have the necessary RAM and CPU power). As you noticed, Suricata and Snort have an almost identical GUI. That's because a ton of the Suricata PHP GUI code was a copy and paste from the Snort GUI. Any basic set up instructions you find for Snort on pfSense will also apply to Suricata on pfSense. One key difference is that Suricata does not use Preprocessors in the way that Snort does. Suricata just works differently internally. The preprocessors were a way for Snort to add new features over the years. Suricata accomplishes that a bit differently internally, so no need for specific preprocessors. There are settings similar to the Snort preprocessor settings under the FLOW/STREAM and APP PARSERS tabs in Suricata. A big difference in the packages is the rich EVE.JSON logging system in Suricata. Initially EVE.JSON logging is disabled causing Suricata to log essentially the same way as Snort did. But if you enable EVE.JSON logging for an interface, you can capture a lot of data about network traffic and of course any alerts. Suricata can log a lot of data with EVE.JSON logging and many of the options underneath that feature enabled. Just be sure you go to the LOGS MGMT tab and enable automatic log management. The defaults you find there should be fine for an initial install. Here is a link to the official documentation: https://docs.suricata.io/en/suricata-6.0.13/.
  • CloudFlared Zero Trust on PFSense

    2
    3 Votes
    2 Posts
    872 Views
    M
    @romulo-reuwsaat I also would love to see this as a package.
  • How can I get this UDP relay package for casting across VLANs?

    123
    1 Votes
    123 Posts
    66k Views
    S
    Thanks to all involved in creating this. I am now able to cast to 'Google Home device/speaker groups' across VLANs, which wasn't previously possible.
  • Anyone have a guide for getting Airplay working across subnets with avahi?

    15
    0 Votes
    15 Posts
    14k Views
    RUBENCH00R
    @munson Hi, I'm not saying it's wrong but in short it works like this, without creating so many rules. I allow the ITO Network to have access to the Lan Network OPT1 ect ect ect .... [image: 1692299420616-rulesiot-resized.png]
  • HAProxy set up with ACME Cert and CloudFlare

    4
    1
    0 Votes
    4 Posts
    2k Views
    M
    There is a new video, perhaps it can help you.. It was released today.
  • LCDProc package version 0.11.4_2

    9
    1
    3 Votes
    9 Posts
    2k Views
    E
    @jimp was kind enough to update the LCDProc package to include a NTP server screen georou @ GitHub originally created and we updated. Current package is 0.11.5. There is a pending update to 0.11.5_1 (screens below) that improves the display of PPS, GPS, vs GPS+PPS in certain edge cases. https://github.com/pfsense/FreeBSD-ports/commit/b3a3a4bf28ad8a50211b6775ed20011097ceeef9 If you have a PPS source, it will display either the number of satellites (GPS) or stability value (PPS). Otherwise, it will display the Active Peer Server IP address. Notes: I am by no means a NTPD algorithm expert, but I noticed if a source is marked as a valid PPS Peer "o", NTPD uses that to sync and serve time to clients regardless if there a separate Active Peer "*" used for time data. If a GPS is being used for both a PPS Peer "o"and source of time data, it will be marked as PPS Peer "o" and there will be no other Active Peers "*" marked (see screen cap below). The NTP Widget seems to display the Active Peer "*" even when the PPS Peer "o" is actually being used to sync and serve time to clients. Which source is actually served to clients can be confirmed with "ntpq -c sysinfo". If you want to see the stability value when using a GPS with PPS, you can simply set the Clock ID of the GPS source to "PPS". I intentionally did not include seconds on the display since even with the LCDProc Refresh Frequency set to 1 second, time will jump multiple seconds with each screen refresh. Not sure if there is another mechanism that would improve the refresh rate of the first row to eliminate increments of multiple seconds. Feedback welcome, subject to the limitations noted above. I happen to be using a Garmin 16X (PPS Only) and 18X (GPS+PPS). NTPD only supports one PPS source at a time, thus marks the second as False Ticker "x" https://github.com/elvisimprsntr/pfsense-ntp-gps. (WIP) [image: 1691501128729-screenshot-2023-08-08-at-9.25.04-am-resized.png] [image: 1691499425902-lcdgps.png] [image: 1691499425822-lcdpps.png] [image: 1691499425730-lcdip.png]
  • 0 Votes
    12 Posts
    8k Views
    W
    I tried to install Wazuh agent too following this article https://marcius.pro/index.php/2022/03/11/wazuh-criando-regra-no-pfsense-para-bloquear-ip-de-atacante/, and I've success on FreeBSD12/pfSense 2.6 CE. However, in FreeBSD14/ pfsense 2.7 CE or pfSense+ 23.1.1, I haven't succes. The error is code_text ```Certificate verification failed for /C=US/O=Internet Security Research Group/CN=ISRG Root X1 2404007936:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/var/jenkins/workspace/pfSense-Plus-snapshots-23_05_1-main/sources/FreeBSD-src-plus-RELENG_23_05_1/crypto/openssl/ssl/statem/statem_clnt.c:1921: Certificate verification failed for /C=US/O=Internet Security Research Group/CN=ISRG Root X1 2404007936:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/var/jenkins/workspace/pfSense-Plus-snapshots-23_05_1-main/sources/FreeBSD-src-plus-RELENG_23_05_1/crypto/openssl/ssl/statem/statem_clnt.c:1921: Certificate verification failed for /C=US/O=Internet Security Research Group/CN=ISRG Root X1 2404007936:error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:/var/jenkins/workspace/pfSense-Plus-snapshots-23_05_1-main/sources/FreeBSD-src-plus-RELENG_23_05_1/crypto/openssl/ssl/statem/statem_clnt.c:1921:
  • nrpe 4.1: check_icmp broken

    1
    1 Votes
    1 Posts
    519 Views
    No one has replied
  • Snort isn't in time sync

    2
    0 Votes
    2 Posts
    533 Views
    bmeeksB
    Snort gets its time from the firewall system. It has no special or unique time setting.
  • LLDP not starting after latest update (0.9.11_2)

    9
    0 Votes
    9 Posts
    2k Views
    dennypageD
    @Neosmith20 said in LLDP not starting after latest update (0.9.11_2): Installed packages to be DOWNGRADED: pkg: 1.19.2 -> 1.19.1_1 [pfSense] ... after that, I uninstalled lldpd, reinstalled it, and then it immediately came up. Fantastic.
  • Add custom command to Service Watchdog

    1
    0 Votes
    1 Posts
    345 Views
    No one has replied
  • avahi seemingly not working

    20
    0 Votes
    20 Posts
    4k Views
    RobbieTTR
    I added this rule on a VLAN to allow mDNS to work across subnets. I've had this rule in place well before recent updates though: [image: 1690485850885-2023-07-27-at-20.20.58.png] ️
  • LCDProc package version 0.11.3

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    jimpJ
    @fireodo said in LCDProc package version 0.11.3: @jimp said in LCDProc package version 0.11.3: I see the problem there, I have a fix ready, I'll include it in my next update sometime this week depending on how much time I have available Glad you found the culprit - anyway, there is no hurry! Thanks a lot! I just pushed the new version with the fix for this, it should be available soon. https://forum.netgate.com/topic/181790/lcdproc-package-version-0-11-4
  • FreeRADIUS MAC authentication

    15
    3
    0 Votes
    15 Posts
    9k Views
    keyserK
    @aaronssh Well, I’m using mac-auth and my clients are entered on the MAC addresses sheet, so it does work in the right configuration. But if you are not going to use 802.1x you can just create the MAc addresses as users.
  • nrpe 3.1_6 service control broken on pfSense 2.7.0

    6
    0 Votes
    6 Posts
    1k Views
    D
    seems that the service entry in config.xml is not updated automatically. on an untouched system, after update to nrpe 4.1, config.xml still looked like this: <service> <name>nrpe</name> <rcfile>nrpe3.sh</rcfile> <executable>nrpe3</executable> with this the service was not starting. after removing the "3"s I can start the service from web gui.
  • Please point out I am an idiot....

    5
    0 Votes
    5 Posts
    891 Views
    N
    Obviously a troll post.
  • Syslog-ng forwarding via TCP not working?

    3
    1 Votes
    3 Posts
    2k Views
    M
    @flink4 - thanks! I've hacked something else in place for the time being, but will try this out when I find the time!
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.