Subcategories

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

    4k Topics
    21k Posts
    D
    Retested on 24.11-RELEASE (amd64) all seems to work. So it seems right to file a bug for this issue.
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    S
    So since there is no version 25.03. There is an official 25.07 now but only get a 7.08.2 what happen to the rest up to Suricata 7.0.10 or 7.0.12?
  • Discussions about packages that handle bandwidth and network traffic monitoring functions such as bandwidtd, ntopng, etc.

    571 Topics
    3k Posts
    K
    @pulsartiger The database name is vnstat.db and its location is under /var/db/vnstat. With "Backup Files/Dir" we are able to do backup or also with a cron.
  • Discussions about the pfBlockerNG package

    3k Topics
    20k Posts
    A
    @Gertjan said in pfBlockerNG-devel 3.2.8 service pfb_dnsbl don't start: Masterfile Count [ 16446 ] Deny folder Count [ 16445 ] This sanity check failure might be the issue as discussed here: pfblockerNG Database Sanity check Failed
  • 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
    591 Posts
    TommyMooT
    @veddy254 Thank you, the -f flag fixed it!! $ tailscale version 1.84.2 go version: go1.24.5 Will in future, pay more attention, for no mismatch happens again! Tks
  • Discussions about WireGuard

    692 Topics
    4k Posts
    M
    This is still an issue as of 2.8.0 / 25.07, and it drives me crazy. Gateway failure works as expected, the wireguard tunnels will fail over to the backup gateway and continue on as normal, but will never recover once the failed gateway comes back online. While a reboot will (usually) fix it, I usually just go into my routing settings and mark the secondary gateway as down, forcing it to revert back to the primary... the users tend to dislike it when I reboot the firewall in the middle of the day
  • Freeradius question

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    N
    Hi, freeradius.xml is the file you are looking for. This file calls this function in freeradius.inc: function freeradius_users_resync
  • Squid Cache management on Embedded?

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    N
    @joebobfrank: (…) How about using Squid and Squidguard to log the URLs websites being accessed? Will this work? Do the logs get written to the CF card? For logging websites you should try sarg or lightsquid package.
  • Enable/Run Squid3 after installation

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    marcellocM
    @rjcrowder: Squid3 does report proper status on the services screen. The status is showing up ok, the problem I see is when you try to start or restart the daemon. I'll take a look if I did some mistake on squid service info. EDIT: I found a way to fix it. The pfsense function that stops daemon is running on backgroud when it should wait process to killed before trying to start/restart. I did pull request to try to fix this. On my tests, it worked. att, Marcello Coutinho
  • Squid3 Reverse Proxy | URIs

    Locked
    7
    0 Votes
    7 Posts
    23k Views
    C
    Dear all, Regarding to the 'wildcard' symbol, if I take a look at the config I already see that all URIs are automatically added a wildcard suffix by just entering the FQDN. So I suppose it is not needed at all. Isn't that strange? When I only want to host 'www.domain.com/test' it aint possible? Please help me out. I want to have my Exchange (and all features) working behind pfSense. Thanks, Canefield
  • FATAL ERROR: Unable to open rules file reference.config

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Sshdcond package - acls for pfsense ssh daemon

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Squid removed when restoring a backup

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    F
    @marcelloc: Not sure what happened but why are you still on 1.2.3? I'm going to upgrade, could it be a bug in such version?
  • Apache + mod_security on 2.0.1-RELEASE

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    B
    @dandantheflyingman: Yes i have seen a similar help topic. The problem was that both accf_http.ko and accf_data.ko were missing so even putting that line in the /boot/loader.conf was not helping. That is why i searched and found a copy of those *.ko files. What i dont know is whether they were suitable for my build? is there a better way? Could you post a link to the files? or upload them. Where did you save them once downloaded? I think I am having the same problem. Cheers.
  • Apache_mod_security service won't start

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    marcellocM
    Maybe this thread can help you http://forum.pfsense.org/index.php/topic,45095.msg235045.html#msg235045
  • Basic question

    Locked
    4
    0 Votes
    4 Posts
    1k Views
    marcellocM
    @redmon: and for monitoring and logging I need any kind of package? You can use lightsquid or sarg. Sarg has a realtime gui tab to see logs and reports that you can click to change sort order.
  • Snort event filter

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • MAKE COMMAND PLEASE HELP

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    We do not include a full set of compiler/make/libraries type tools on the firewall. It's a security risk, and it takes up a lot of space. Compile the module on a separate FreeBSD system and then move the module to the firewall.
  • Web Redirection using squidguard

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • IMSPECTOR installed in 1.2.3 but no logs. Why?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Squidguard error page?

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    J
    Thank you I'll try that out.
  • Bandwidthd - clear daily usage at midnight…

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    V
    Still stuck… I issue 4+ consecutive HUPs in hope the data will rotate out but NO. I have tried a shell script: #! /bin/sh # for pid in $(pgrep bandwidthd); do kill -HUP $pid; done I have also tried: pgrep bandwidthd| xargs kill -HUP I have tested both by changing "-HUP" to "-9" and whamo all parent and children are killed. What am I doing wrong?
  • Dansquardian+squid3+HAVP antivirus

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    marcellocM
    You just need squid3+ dansguardian as dansguardian has clamav integration. Dansguardian forces squid2, so use this package install sequence. dansguardian squid3
  • Problem with squid 3 and squid guard

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    marcellocM
    squidguard force squid2 install. Uninstall both and then install in this order squidguard squid3
  • Squid3 and SSL

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    M
    i confgured wpad and try to make it work and it doesnt i followed the tutorial in the documentation but nothing happen
  • Squid and apple devices?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.