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
    T
    @andrebrait will you be able to rebase pfblockerng-adblock-clean on top of devel in the foreseeable future? I have been able to make use of patches until I upgraded to 25.07-RELEASE. The conflicts are deep. Oddly the pfblockerNG-devel package is 3.2.7 despite the current refs having 3.2.9 in the Makefile.
  • 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/
  • Will vnstat2 retain old data on NanoBSD system?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    If it stores the data in /var or /tmp then no it will not survive a reboot. The RRD backup only works for RRD graphs built into pfSense, not packages.
  • Pfsense with squid and squidGuard blocks http access

    Locked
    7
    0 Votes
    7 Posts
    17k Views
    W
    It works!  ;D Thank you sooooooooooooooooooo much! I tried so many different and complicated things that I am so disppointed that it was such a detail ! @ futare I do not know if it could help but I found today a very good article here : http://fafadiatech.blogspot.fr/2012/05/build-your-own-unified-threat.html It explains how to calculate cach size and many other things. Hope you'll find information which will help you.
  • SQUIDGUARD:DIFFERENT DNS SERVER FOR DIFFERENT GROUP ACL'S

    Locked
    1
    0 Votes
    1 Posts
    992 Views
    No one has replied
  • Siproxd configuration with Grandstream HT-502

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    chpalmerC
    UDP 6x.x8.x2.x 5060 (SIP) WAN address 5060 (SIP) * none        -my provider sip server UDP 174.36.46.0/25  *         WAN address 5004 - 5059 * none - where my RTP connects to.
  • Squid slows download speeds

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    T
    I think I figured it out. I removed the beta package of Squid3 and installed regular Squid (Squid2) and I'm getting the same download speeds as when the transparent proxy is enabled or disabled. Sweet. Carry on the fine work, guys!
  • OpenVPN Export Utility impossible to install

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    F
    Im going to answer to my own question because of no reply : The problem was due to a damaged CF Card. A bad USB reader broke it. The reader is in dustbin and a new CF has been bought. All is going well now.  ;D
  • Snort behind an initial firewall

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    J
    With the timing of your post, it may have nothing to do with being a rear firewall - http://forum.pfsense.org/index.php/topic,60329.45.html Many found their WAN IPs blocked regardless of whether they were whitelisted. Uninstall and reinstall seems to fix the problem.
  • [haproxy-devel] ssl cert selection in frontends

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    P
    Hey dexcs, im online on Jabber and IRC for the coming 4 hours.
  • Squid3 reverse https proxy

    Locked
    20
    0 Votes
    20 Posts
    13k Views
    keyserK
    Stan What are the issues with having squid listening on WAN directly? I haven't seen any yet, and I do NAT outbound. I'm running a fairly new snapshot of 2.1 x64
  • I can't get squid and squidGuard running

    Locked
    1
    0 Votes
    1 Posts
    918 Views
    No one has replied
  • Group ACL

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    M
    what is your authentiction method, captive portal or squid proxy authentication? if using captive portal squid and squidguard wont recognize usernames, the easıest way ıs to use proxy authentication, be sure usernames starts with a letter and in squidguard put it in quotes like 'user1' 'user2' 'user3' (spaces between usernames)
  • PfBlocker Inbound Interface not working correctly

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    S
    Okay cool. So out of curiosity would that block incoming traffic such as remote connections and if I wanted to set something like that up would I create a pass rule in the WAN firewall?
  • Freeswitch on 2.02

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    chpalmerC
    If freeswitch is real important to you you can try this- http://wiki.fusionpbx.com/index.php?title=PfSense_Install Runs on pfSense and gives you a separate gui. If you have any problems or want commercial support or to even sign up for classes when they happen- http://www.fusionpbx.com/index.php
  • Snort 2.9.2.3 pkg v. 2.5.4 killed by World of Tanks

    Locked
    24
    0 Votes
    24 Posts
    8k Views
    F
    I update my snort package to 2.9.4.1 pkg v. 2.5.4. It is now running fine for 2 days and hasn't crashed a single time. I am using a limited set of ET rules only, so I don't have the problems related to so rules.
  • Snort will not start at all with the last few snapshot updates.

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    S
    No worries mate :)
  • Used squid cash for cashing online streaming

    Locked
    1
    0 Votes
    1 Posts
    802 Views
    No one has replied
  • Dansguardian CARP Interface

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    M
    I have this configuration on a few boxes. 1 Squid needs to point to loopback 2 Dansguardian needs to point to loopback 3 You need a port forward from your carp ip to your loopback listen squid/dansguardian on loopback and create a rdr nat to forward from carp address to proxy daemon user –> carp address -> dansguardian@127.0.0.1 -> squid@127.0.0.1 -> internet
  • Mod_security reverse proxy

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    D
    I bet that there is people using this mod_security feature :) I plan to move on this architecture several hundreds domains. Do you imagine a couple of hundreds phone call that it's something wrong with there inserted flash, or fancy PHP script not work :) Any comment will be very appreciate.
  • Snort enable/disable rules through GUI not working?

    Locked
    1
    0 Votes
    1 Posts
    795 Views
    No one has replied
  • Installation of snort FAILED!

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    S
    http://forum.pfsense.org/index.php/topic,60329.0.html
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.