Subcategories

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

    4k Topics
    21k Posts
    E
    I even tried deleting and creating a new certificate. Any suggestions?
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    bmeeksB
    It was all CVE fixes in the PHP GUI part of the package. See the Redmine ticket here: https://redmine.pfsense.org/issues/16414.
  • Discussions about packages that handle bandwidth and network traffic monitoring functions such as bandwidtd, ntopng, etc.

    572 Topics
    3k Posts
    keyserK
    @Antibiotic No it’s not possible with NtopNG as it is not a Netflow collector. You need nProbe for that which will “translate” recieved netflows into flows that NtopNG understands and can visualize (with very very little detail might I add as Netflows has no additonal information apart from sender/reciever and volume). The NtopNG package and the product in general is more geared towards visualising and recording traffic details from actual packet captures. This contains MUCH more metadata about the sessions than netflows (DNS names, protocol information and myriads of other things). But pffSense Plus has a builtin Netflow exporter if you have an external netflow collector on hand.
  • Discussions about the pfBlockerNG package

    3k Topics
    20k Posts
    V
    @Gertjan Thanks for your reply – that’s also my impression. The point is: I don’t really see any lists right now that are actually “maintained” in the sense of being actively cleaned up, checked for dead domains, categorized, etc. That’s why my main interest is more about the demand: Would curated lists really be a game changer for admins? Would they be more helpful than what’s available today, or are most people already using other alternatives? If so, which ones? And from your perspective, what would be your expectation towards “community lists”? (e.g. reliability, update frequency, categories, fewer false positives?)
  • 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

    501 Topics
    3k Posts
    A
    Hi, Please help to forward / report the bugs in ACME 1.0 package. Thanks.
  • 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
    610 Posts
    E
    Updated CE 2.7.2 to 1.86.4_1 Changelog pkg add -f https://pkg.freebsd.org/FreeBSD:14:amd64/latest/All/tailscale-1.86.4_1.pkg Freshports
  • Discussions about WireGuard

    700 Topics
    4k Posts
    Bob.DigB
    @HFADmin If it is no Site2Site-VPN then you don't need any gateways in the first place... If that is true but you want to monitor the connection then you could create dummy-gateways just to ping the remote ip-addresses.
  • Wazuh agent

    3
    0 Votes
    3 Posts
    2k Views
    T
    I just followed these instructions: https://benheater.com/integrating-pfsense-with-wazuh/ and I have the agent installed on pfSense 2.60 CE, with events registering in my Wazuh dashboard. So it works!
  • Zabbix6.4 and Zabbix-proxy 6.4

    2
    0 Votes
    2 Posts
    878 Views
    C
    I installed directly from freeBSD ports. Conflict with openLDAP.
  • SG3000 and Telegraf

    Locked
    4
    0 Votes
    4 Posts
    939 Views
    R
    @sgw Please reference this post: https://forum.netgate.com/topic/142836/telegraf-for-arm-systems-e-g-netgate-sg-3100/121
  • 0 Votes
    2 Posts
    636 Views
    N
    oh i forgot to tell that the packages are available before but when want to use it, it cant be use.
  • Telegraf error after update PFSense to 23.01

    Moved
    4
    0 Votes
    4 Posts
    1k Views
    H
    @krumx Hello, This doesn't help much at the moment however, they do have an open ticket for this issue. Just not sure when it will be fixed but at least we can track it here and update as soon as possible: https://redmine.pfsense.org/issues/13985
  • 0 Votes
    8 Posts
    906 Views
    S
    @iftvio Hello! The propriety of multiple CNs in a cert notwithstanding, and not knowing exactly which version you are running or the intent of the original design goals with regards to handling multiple CNs, a quick code review of your suggested fix would indicate that it may not work in all situations. Among the possible issues: $is_wildcard will be set based on the last CN checked in the array. str_replace will return an array when the subject ($cert_cn) parameter is an array, which will cause subsequent calls to substr that reference $cert_cn_regex to fail. A quick hack might be to simply set $cert_cn to the first/last CN in the array, when present. Of course, any code changes should be fully unit tested. John
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    245 Views
  • HTTPS Custom Error page in Squid Pfsense

    squidguard pfsense 2.6 squidproxy squid
    1
    0 Votes
    1 Posts
    677 Views
    No one has replied
  • Telegraf PHP Error on Pfsense 23.01 RELEASE

    1
    0 Votes
    1 Posts
    488 Views
    No one has replied
  • FreeRADIUS - LDAP: Use ldaps:// in address field

    1
    0 Votes
    1 Posts
    654 Views
    No one has replied
  • Snort Alert Pass List

    9
    0 Votes
    9 Posts
    2k Views
    C
    Thanks steve! I'll check them out!
  • Configure FreeRadius & multiples ssids <> users

    12
    0 Votes
    12 Posts
    2k Views
    D
    @nogbadthebad For information, here is the right syntax : Called-Station-Id =~ '.*:ssid_name' or in case you want to catch the complete value (ie > "mac:ssid") : Called-Station-Id == "aa-bb-cc-dd-ee-ff:ssid_name" -> Now, user is connecting ONLY to one ssid. Thanks a lot for helping me to fix this setup
  • FreeRadius stopped working

    9
    0 Votes
    9 Posts
    2k Views
    G
    @giyahban Strange thing happened when I changed every 127.0.0.1 ip to lan ip now its working! it would be nice to understand what was causing the problem!
  • Unable to retrieve package information

    1
    0 Votes
    1 Posts
    505 Views
    No one has replied
  • No available packages

    2
    0 Votes
    2 Posts
    846 Views
    P
    Hi Dominik there is already a redmine ticket and other threads dealing this issue https://forum.netgate.com/topic/178822/no-available-packages
  • Help with HAProxy and Docker

    2
    0 Votes
    2 Posts
    868 Views
    K
    @konjugatix allright, ive done a factory reset and switched my dyndns provider, this one messed up and gave my domain the wrong ip. Now ive got my domain set up with the correct ip and have started again. To this day, i have opened ports 80&443 on my appliance, though when i do a nmap on the IP/domain from outside the network(s), only port 80 is open, does anyone have had a similar issue? I made a simple rule WAN->Tis firewall (Self) with tcp on 80 and the same for 443 in a separate rule.
  • Upgrade 22.05 to 23.01 fails on FreeRADIUS XMLRPC Sync

    Moved
    3
    0 Votes
    3 Posts
    846 Views
    J
    The filed bug gave a good hint about not having an empty HA-Sync configuration under 'System'. I've put a username and password in that configuration to make sure it's not empty. This results in a working upgrade, and working Freeradius after upgrade. XMLRPC also works fine after the upgrade.
  • Using avahi to resolve hosts

    8
    0 Votes
    8 Posts
    2k Views
    johnpozJ
    @dennypage avahi just doesn't work - there are multiple steps required to get it working with firewall rules, and all that would be would be discovery. It wouldn't allow access.. its mdns..
  • pfsense 2.6 has no working speedtest-cli

    6
    0 Votes
    6 Posts
    2k Views
    G
    @johnpoz yup, that was it. I haven't installled a router in a while with pfsense and I guess I completely forgot about the need to rehash? But I installed screen and vim no problem. Some packages need a rehash and some do not? Thank you all for your comments
  • Error install zabbix-agent62-1.0.5

    10
    1 Votes
    10 Posts
    3k Views
    E
    @hugo-santos Hah, that's not much of a fix but I'm glad you're all set :-)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.