Subcategories

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

    4k Topics
    21k Posts
    N
    @andrew_cb Thank you very much for this, I just tried your proposed solution and it did work! That was driving me crasy! Way simpler than deleting the haproxy_server_state file.
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    bmeeksB
    @NRgia said in Suricata on Pfsense: @bmeeks Thank you for what you did for Snort or Suricata. I'm not sure what you want me to do on Redmine, due to is a bug tracker. My question is for Product Management, which I will ask it here to be public: What is the plan for these 2 packages, Suricata and Snort? Thank you Yes, Redmine is for both bug reports and feature requests. Asking for the Suricata binary to be updated to the latest 7.0.11 version from upstream is a legitimate Redmine request. I would suggest simply asking for the binary version update instead of asking about future Netgate strategy (such as the support plans for the packages). Strategy discussions typically don't get very far because they deal with proprietary information or plans that a company may not want to publicly discuss. Redmine is where the Netgate developer team tracks all the code changes they make for pfSense. They will see Redmine reports much quicker than a forum post.
  • Discussions about packages that handle bandwidth and network traffic monitoring functions such as bandwidtd, ntopng, etc.

    571 Topics
    3k Posts
    dennypageD
    @Leon-Straathof Data retention settings are handled inside of ntopng. Documentation here. Pay attention to the RRD note. Also, if you've turned on some of the slice and dice time series information (is off by default), I'd suggest turning them back off. These balloon the storage requirements and are of little actual use.
  • Discussions about the pfBlockerNG package

    3k Topics
    20k Posts
    keyserK
    Hi all. Just wondering if I’m the only one that noticed this after upgrading to 25.07 and pFblocker 3.2.7: I have my pfBlockerNG set to update every night at 02:00am and it does (like it also did before). But after the upgrade I also have a pfBlockerNG PHP script running at about 16:00 on one box and 19:00 on another. The command is: /usr/local/bin/php /usr/local/www/pfblockerng/pfblockerng-php dcc(php) This process eats a lot of CPU, about 1 minutes worth of one core @ 100% on my 6100 and one core @ 100% for about 5 minutes on the less powerfull 2100 box (This is 50% of the 2100 CPU power). It seems it does a GEOIP update as that is the only thing thats referenced in the extras.log of pfBlockerNG. Why is this suddently so different from running on 24.11? And why is this not done at 02:00 when its scheduled to update?
  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    101 Topics
    2k Posts
    dennypageD
    @jhg said in NUT fails to start after 2.7.2 -> 2.8.0 upgrade: Interesting. I would have thought the initial reboot, which occurred as part of the upgrade, would have done the trick, but it took a second reboot, just now, to get things working. Glad you have it sorted. There was no difference in the output of usbconfig show_ifdrv at any point -- before or after unplugging/replugging the USB cable, nor after rebooting. ... Question: What would tell me whether or not a driver was loaded? If there were an attached driver, it should have shown up with the show_ifdrv command. If you use the command and look at the other usb devices, I think they will show attached drivers. I don't expect to see a driver attached to the ups, because there is a quirk that tells the OS to ignore that device (and not attach a driver). Look for idVendor and idProduct in the above output. The Vendor ID for your device is 0764, which corresponds to Cyber Power Systems, and the Product ID for your device is 0601, which is registered as "PR1500LCDRT2U UPS" (don't sweat an exact match for the name). You can see the quirk with the following command: [25.07-RC][root@fw]/root: usbconfig dump_device_quirks | grep 0764 VID=0x0764 PID=0x0005 REVLO=0x0000 REVHI=0xffff QUIRK=UQ_HID_IGNORE VID=0x0764 PID=0x0501 REVLO=0x0000 REVHI=0xffff QUIRK=UQ_HID_IGNORE VID=0x0764 PID=0x0601 REVLO=0x0000 REVHI=0xffff QUIRK=UQ_HID_IGNORE [25.07-RC][root@fw]/root: Your device is third on the list. The HID_IGNORE quirk says to ignore the device and not attach a driver. @jhg said in NUT fails to start after 2.7.2 -> 2.8.0 upgrade: You might consider adding this resolution to the release notes for 2.8. LOL... sorry, I don't have input to the release notes (I don't work here). While I wrote and maintain various packages, including NUT, I'm still just a volunteer. Most packages are actually written by volunteers.
  • Discussions about the ACME / Let’s Encrypt package for pfSense

    493 Topics
    3k Posts
    GertjanG
    @EChondo What's your pfSense version ? The instructions are shown here : [image: 1753262126227-1acdc586-cb29-4148-9e36-81ade4e5e60c-image.png] A restart of a service will start by re creating their config files. If a certificate changed, it will get included. When the process starts, it will use the new certificate. @EChondo said in Issue with ACME Certificates Refresh & Restarting HAProxy: I haven't been able to confirm if the above works(mine just renewed, don't feel like doing it again just to test), so we'll see in 60 days I guess. No need to wait x days. You can re test / renew right away, as you are 'allowed' to renew a couple (5 max ?) of times per week.
  • Discussions about the FRR Dynamic Routing package on pfSense

    294 Topics
    1k Posts
    yon 0Y
    said in Please update frr on Pfsense+ to FRR 10.3: https://redmine.pfsense.org/issues/15785 now frr 10.4.1
  • Discussions about the Tailscale package

    90 Topics
    594 Posts
    E
    @totalimpact Tailscale 1.54.0 is 2+ years out of date. Tailscale has made quite a number of changes since Tailscale 1.54.0, likely rendering it incompatible with their servers. I would consider manually updating the Tailscale FreeBSD package. FreshPorts does not maintain an archive of all the releases, only the latest compiled by the volunteer maintainers. The key to manually upgrading is knowing which FreeBSD version your pfSense release is running, i.e. 14 or 15. You can following along here.
  • Discussions about WireGuard

    692 Topics
    4k Posts
    P
    SOLVED. Turns out nothing wrong with my tunnel setup and not due to CGNAT. The reason PING works and other traffic doesn't is due to packet size and MTU. Something on the wireless network means that the default MTU doesn't work, forcing a smaller MTU to 1280 on pfSenseB fixed this. This Reddit thread has more details of this issue: https://www.reddit.com/r/WireGuard/comments/qmsa2n/ping_works_but_sites_arent_loading/
  • LCDproc on Watchguard XTM 5 series

    1
    0 Votes
    1 Posts
    364 Views
    No one has replied
  • Cron default jobs

    2
    0 Votes
    2 Posts
    302 Views
    fireodoF
    @malhabibi said in Cron default jobs: Hi, Hi, I'm new to pfSense. What is the purpose of these jobs? They are necessary for the pfsense to work. Is it safe to delete them all ? NO, leave them as they are! Regards, fireodo Thanks
  • OSPF "No State Revealed"

    Moved
    1
    0 Votes
    1 Posts
    178 Views
    No one has replied
  • telegraf package ssl

    3
    0 Votes
    3 Posts
    745 Views
    N
    It looks like it is possible to connect via https but no way to load a client certificate. With out the client certificate there is no way to authenticate the client using the certificate. username/password at the database level is just not sufficient. Access should be blocked/granted at the certificate level. There needs to be a way to add the two certificates and private key to the pfsense telegraf client.
  • pfSense, Haproxy, cloudflare cname DDNS letsencrypt certs Timeout

    2
    0 Votes
    2 Posts
    861 Views
    P
    @freak4915 said in pfSense, Haproxy, cloudflare cname DDNS letsencrypt certs Timeout: IPv4 TCP * Source * Port This Firewall Destination 443 (HTTPS) Port * Gateway No exactly sure how to read that, if you have a gateway filled in in the rule can you remove that? Other than that there shouldn't be any issues with the config you have.. Not regarding a client-connection timeout anyhow.. All the NAT and reflection settings should be irrelevant for the connection through haproxy.. On the haproxy stats, are the frontends counting incoming connections? I think not.. as i would then expect a different error result in the browser or perhaps a proper response.. Can you check on pfSense console that connection attempts are actually arriving on your wan interface? Login with ssh go to the shell, then run something like tcpdump -ni WAN-NIC port 443 and host 1.2.3.4 where WAN-NIC must be the name of the actual nic like em1 or igb2 or rt3 vtnet4 or pppoe5 so what your wan nic is actually called ;) and the 1.2.3.4 must be the public ip of the client that tries to connect. Then look for the [S] packet that tries to connect and see if a [S.] is send back for a request made from outside.. if so then haproxy (or at least something) apparently accepted the connection.. but im suspecting that modem or isp might be blocking traffic already.?.
  • 0 Votes
    5 Posts
    1k Views
    E
    Linked issue: https://redmine.pfsense.org/issues/10445
  • Lost speedtest pacakge

    6
    0 Votes
    6 Posts
    699 Views
    B
    It is CLI but you can run it from the GUI through Diagnostics>Command Line.
  • Pkg upgrade or pkg delete/install

    5
    0 Votes
    5 Posts
    1k Views
    bmeeksB
    @sparkman123 said in Pkg upgrade or pkg delete/install: Thank you for the info. I think it should be pointed out that I'm not the first to try to use dante- there's this post, this one and this tutorial. If you do a forum search you'll find quite a few hits on other posts. The utility I'm installing is dante, or sockd, which is a fairly well fleshed out distro (it has its own freebsd manpage). I'm also installing a small number of support packages, so that limits the potential performance degradation vector. Finally, I'm doing all my testing on a VM for weeks prior to rolling it out on bare metal. Your initial point is correct though- dante and its supporting libs are not supported by pfsense out of the box and thus could cause problems. But not all packages are created equal- some pose more risk than others. Case in point, before I settled on dante, I looked at another socks proxy, SS5. While it is in the freebsd packages library it is not nearly as well documented and does not appear to be as well vetted as sockd. It is my judgement that sockd poses less of a risk than SS5. Others are free to come to their own conclusions, however. Some might not want to take any risk at all. If the need for functionality outweighs the risk my suggestion would be to look through the code of a package, read its documentation and see how many others have posted/played with it before coming up with a final decision. Just wanted to be sure you were aware of the risks. When folks post it is sometimes hard to determine their "skill level" with pfSense and firewalls in general. So I tend to start with the more elementary things first and move up from there depending on my perception of the poster's skills. We get all kinds here ... . More than once folks have come here asking why they can't get pfSense to install under Windows. They actually think it is just some application you install like Microsoft Office or something ... . Sounds like you are aware of the risks and willing to accept them.
  • Freeradius doesn't start after the upgrade to 2.4.5 base build

    1
    0 Votes
    1 Posts
    270 Views
    No one has replied
  • haproxy not starting

    2
    0 Votes
    2 Posts
    404 Views
    hectorspcH
    An update that is actually not an update. I have tried to factory settings and reflashed the firmware but same result. I have searched the internet an only found an old post on this same forum but the solution for them was reinstall the package (thing that did not work for me). I have tried to wipe the package configuration removing the folders /var/etc/haproxy but configuration is still there so I have no clue how to reset the package... Any clues here? In the end I have finished installing haproxy on a VM on my hypervisor. I lost the convenience of having a GUI and the auto renew of the certificates.. but I guess I'll have to live without that.
  • BIND DNS recursion points to what by default?

    7
    0 Votes
    7 Posts
    1k Views
    GertjanG
    @andrewK said in BIND DNS recursion points to what by default?: at the very least those 13 IPs stored in system by default...? On most of my Debian systems I have a file in /etc/bind9/ that lists these servers : db.root : ..... ; FORMERLY NS.INTERNIC.NET ; . 3600000 NS A.ROOT-SERVERS.NET. A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4 A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:ba3e::2:30 ; ; FORMERLY NS1.ISI.EDU ; . 3600000 NS B.ROOT-SERVERS.NET. B.ROOT-SERVERS.NET. 3600000 A 199.9.14.201 B.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:200::b ; ; FORMERLY C.PSI.NET ; . 3600000 NS C.ROOT-SERVERS.NET. C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12 C.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2::cl: etc. ....
  • Feature Request: Arpwatch DB persist

    9
    0 Votes
    9 Posts
    1k Views
    E
    I guess changing to an automatically assigned address is still a MAC address change. I couldnt find anything in any manuals about if reporting these is normal or not for Arpwatch and I never noticed before so I'm just looking for confirmation. Not really a big deal and potentially helpful for DHCP issues. I believe this one was due to the computer being in sleep mode when the DHCP address renewed but that's just a guess.
  • 0 Votes
    3 Posts
    486 Views
    noplanN
    @liboriolibs said in pfSense + Haproxy - internal LAN redirect backend with acme valed certification: screenshots from frontend and backend please also screenshots from your acl (host match) and screenshot from dns resolver brNP
  • Feature Request - have packages understand pfSense version dependancies

    1
    2 Votes
    1 Posts
    191 Views
    No one has replied
  • vnstat in pfSense 2.4.5

    vnstat
    7
    0 Votes
    7 Posts
    2k Views
    H
    Ok, so resetting the data has helped a bit. I've waited before coming back, because I'd hoped that the daily data would recover, but there is still no data there under "Data Summary". However, the rest appears to be working meanwhile. I'll say "thanks!" at this point, because with this, I can get the e-mails to me working again, which is the part I need. Thanks!
  • Installing mongodb34 - modifying pkg repo

    3
    0 Votes
    3 Posts
    311 Views
    johnpozJ
    mongodb34 is not longer supported.. EOL Jan 2020.. So yeah it was prob pulled from repo... Run your controller on something else, or using VM to do such things as firewall and controller on the same hardware. I got my controller using 3.6 running on a VM on my nas.. Just no place to run your controller on your firewall if you ask me.. Get yourself a clould key if you have no where to run it, or run it in the cloud..
  • How to install internal AD CA cert in Squid for reverse proxy

    1
    0 Votes
    1 Posts
    223 Views
    No one has replied
  • [SOLVED] HAProxy Deleting ACL on modify - Bug or am I missing something?

    15
    0 Votes
    15 Posts
    2k Views
    P
    @coatmaker618 Indeed just rename the topic. There is no 'solved' button.
  • some clarification about ports (general understanding)

    4
    0 Votes
    4 Posts
    528 Views
    johnpozJ
    Your front end ssl cert does not have to match the backend cert. Where you get the certs is up to you.. If duckdns will create a dns entry for you to grab a cert via acme, that works. You can also use wildcard certs so *.whatever.tld works.. If page looks broken - normally this points to css not loading.. Have to look to how the site tells the browser to load the css file.
  • 0 Votes
    1 Posts
    193 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.