Subcategories

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

    4k Topics
    21k Posts
    N

    Can I use pgblockerng aliases in Haproxy?

    80758505-9bad-4dad-a80b-c159be1045a2-image.png

    If it was a firewall rule, typing pfb would produce a dropdown to select.

    Here it has to be written, but will it work? Is it supported?

  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    bmeeksB

    I saw where the Netgate kernel developer updated the Suricata package in the pfSense 25.07 development branch to work with the new kernel PPPoE driver. But so far as I know that updated package has not been migrated to 2.8 CE.

    Here is the commit into the DEVEL branch: https://github.com/pfsense/FreeBSD-ports/commit/68a06b3a33c690042b61fb4ccfe96f3138e83b72.

  • 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

    @wbmstr2000 : Thanks! I will investigate it, greetings

  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    99 Topics
    2k Posts
    K

    @elvisimprsntr thanks for your suggestion. I will give it a try.

  • Discussions about the ACME / Let’s Encrypt package for pfSense

    493 Topics
    3k Posts
    johnpozJ

    @MacUsers

    https://help.zerossl.com/hc/en-us/articles/360060119933-Certificate-Revocation

    edit: oh you prob out of luck

    You can revoke any certificate issued via the ZeroSSL portal. Currently, certificates issued via ACME can not be revoked from inside the portal - please follow the instructions of your ACME client for revoking those certificates.

    the gui in pfsense does not have the ability to revoke - you prob have to move the certs to something you have certbot installed to and revoke that way.

  • Discussions about the FRR Dynamic Routing package on pfSense

    294 Topics
    1k Posts
    R

    I had a similar issue with Routed VTI over IPsec recently. FRR lost its neighbors after rebooting or when a tunnel went down. It never re-discovered it automatically. Only restarting FRR (either in GUI or via CLI) brought the neighbors back.

    When I manually added those under the OSPF neighbors tab in the GUI it seems to solve the problem as well.

  • Discussions about the Tailscale package

    88 Topics
    573 Posts
    luckman212L

    For 25.07 RC, this worked for me (run sh first)

    [25.07-RC][root@r1.lan]/root: sh # export IGNORE_OSVERSION=yes # pkg add https://pkg.freebsd.org/FreeBSD:15:amd64/latest/All/tailscale-1.84.2.pkg # service tailscaled restart # tailscale up # tailscale version 1.84.2 go version: go1.24.4 # tailscaled -version 1.84.2 go version: go1.24.4
  • Discussions about WireGuard

    689 Topics
    4k Posts
    P

    @patient0 Thanks for further suggestions. The tunnel is definitely up and so I don't think this is a CGNAT issue after all. WAN firewall rule is in place for UDP on port 51823 (otherwise the tunnel wouldn't work, right?). I can ping from client 1 -> client 2 and visa versa and also ping all points in between like you suggest. I just can't open an HTTPS connection from pfSenseB from Client 1 using a browser. But I can do this the other way round i.e. from Client 2 to pfSenseA

    I will try and do some packet capture to see if that reveals anything.

  • Barnyard2 Fatal error

    3
    0 Votes
    3 Posts
    1k Views
    F

    Are you sure that your database server is accepting connections from outside itself? By default MySQL usually only listens to localhost.

  • Squid bandwidth throttling amount

    3
    0 Votes
    3 Posts
    1k Views
    R

    Do you have your Wi-Fi on a seperate subnet or on a separate Pfsens interface from your LAN?

    If so then run the Traffic shaping Wizard and dedicate 2MB of total bandwidth (Set upload and download max)

    Then test it to ensure it works. I done something similar, and can confirm it workshere. That Wi-Network won't allow the Wi-Network to go over 2BM total download and upload…if too many people is on it, it just slows down, but it won't let the wifi exceed 2 MB download and Upload as a total.

    since your already running Squid, you can use cacheing to make it appear faster then it actually is without it chewing up your bandwidth.

  • DNS forward: including ports

    3
    0 Votes
    3 Posts
    974 Views
    GruensFroeschliG

    Method 2:
    https://doc.pfsense.org/index.php/Why_can%27t_I_access_forwarded_ports_on_my_WAN_IP_from_my_LAN/OPTx_networks?

  • Squid/Squidguard - Allow only specific URL and not the entire domain?

    2
    0 Votes
    2 Posts
    3k Views
    T

    Maybe you can try a "whitelist" in squidguard.

    You create an extra folder called "whitelist" into your favorite blocklist.tgz. (so download it first on your desktop)
    That folder, called whitelist, should contain a url file or a domain file, with the urls or domains you want to whitelist.

    Upload that manipulated blocklist.tgz into pfSense, and update squidguard with that locally stored blocklist.
    Now in the squidguard menu (Proxy filter) in the tab "Common ACL" you add the "whitelist" category to whitelist.
    Save and Apply and test the previously blocked url.

  • Quagga OSPF, OpenVPN Site-2-Site and Cisco hardware.

    1
    0 Votes
    1 Posts
    871 Views
    No one has replied
  • Cron not working

    4
    0 Votes
    4 Posts
    1k Views
    jimpJ

    @evilsmo:

    I create simples script
    /bin/echo 1 >> /root/eu.txt

    And call this on gui cron on web interface
    1 * * * * * /bin/sh /root/eu.sh

    NOT WORK

    That will run the script at minute 1 of every hour.

    If you want to run every minute, you need to use */1 as the first parameter.

    Also make sure the user is root, not *

  • Mailreport: RRD graphs for queues not updated

    1
    0 Votes
    1 Posts
    629 Views
    No one has replied
  • Squid Proxy - Google working in chrome but not an IE?

    2
    0 Votes
    2 Posts
    2k Views
    jimpJ

    Chrome may be using HTTPS and not HTTP, and may be bypassing the proxy.

    The default setting in squidGuard is to block. Go to the Common ACL tab, look in the Target Rules List, and make sure the last entry for default is set to Allow. Then go back to the first squidGuard tab, apply, and then test again.

  • LightSquid and IP addresses

    2
    0 Votes
    2 Posts
    1k Views
    KOMK

    Bump

  • Squidguard on pf2.1 release STILL fails after a Year !!

    3
    0 Votes
    3 Posts
    2k Views
    D

    This problem goes back YEARS !!

    Seriously, does no one ever use time restrictions on Squidguard ?

    https://forum.pfsense.org/index.php/topic,43352.0.html

  • Squid cache

    2
    0 Votes
    2 Posts
    950 Views
    R

    What is your maximum object size set to?  If it's less than your example, no it will not be saved in cache.

    Rick

  • Snort still blocking a Network that is listed in Whitelist

    13
    0 Votes
    13 Posts
    4k Views
    D

    @bmeeks:

    @digdug3:

    :o stupid me… I changed the name in "Whitelists" and of course you need to reset them in all the interfaces.
    Maybe you could add a warning that the whitelist is used in an interface and should be re-enabled?

    I can do that.  I already flag an error message when trying to delete a "currently assigned to an interface" whitelist.  I can do the same with rename, or else just silently go ahead and change the name for all interfaces it is assigned to (and maybe just pop up an info box to let the user know).  I think I like the "just rename it on assigned interfaces" option best.

    I'll put this on my TODO list.  To late, though, for the 3.0.4 version that is in review right now.

    Bill

    No problem, it's just to prevent stupid questions like this in the future, although I know that even if you warn people, they still don't -read- it…

  • Restrict Websites for kids devices

    3
    0 Votes
    3 Posts
    1k Views
    R

    Personally, I think Dansguardian is the ultimate in managing internet access for a family. See this post for a description of how I use it and some stuff I've created to try to make it easier for those who want to use it in the same way… https://forum.pfsense.org/index.php/topic,68927.msg379573.html#msg379573

  • Pfflowd 0.8.3 giving wrong info

    Locked
    3
    0 Votes
    3 Posts
    899 Views
    G

    Thanks for the reply!

    Why can't you? Maybe you could solve this issue in a future version.
    I'll give it a try with the softflowd package and then I update this issue.

  • SNORT problem

    2
    0 Votes
    2 Posts
    861 Views
    bmeeksB

    @sebna:

    Hi,

    I have changed by mistake SNORT settings in Alerts tab to show 3000 or 30000 and it is now refreshing to blank page so I cannot change it back to 300.

    How can I change it back to show only 300 or so if the GUI interface of Alerts tab does not load.

    pf 2.1, snort Installed: 2.9.4.6 pkg v. 2.6.0

    Thanks,

    Well, first off that is an old version of Snort.  The current package is 2.9.5.5 v3.0.3.  I would suggest upgrading if possible.  If not here is how to change the value back manually.

    First, make sure you give it enough time to actually read 30,000 rows.  That could take several minutes on a slow box.  If you are satisfied that it actually won't come back to a displayed page, then you will need to manually edit the config.xml file to fix this.

    Click Diagnostics…Edit File from the pfSense menu.

    Browse to /conf and open the config.xml file in the editor window.

    Scroll down near the bottom of the file and locate the section for <snortglobal></snortglobal>.  In there are all the settings for Snort.

    Find the element tag <alertnumber>30000</alertnumber>

    Change the 30000 value to 250 and then save the change.  That should put things back to the default.

    Bill

  • Proxy Server problem!!!

    2
    0 Votes
    2 Posts
    858 Views
    S

    How can help me,Please? ???

  • Status of unbound on 2.1.x

    5
    0 Votes
    5 Posts
    1k Views
    D

    @grandrivers:

    there are also ipv6 issues with it on 2.1.1 if i enter ipv6 on gerneral tab complains about format of conf
    hopefully can start trying 2.2 before too long

    I have no issues with IPV6 and Unbound on 2.1 or 2.1.1.

  • Snort not updading VRT ruleset

    6
    0 Votes
    6 Posts
    1k Views
    bmeeksB

    @fragged:

    I does download the paid rules. But what you were the OP was talking about in your first post was the Snort binary version.

    The Snort VRT tie the snort binary version to the rules version.  This means you can't use 2.9.6.0 rules with the 2.9.5.5 binary and vice-versa.  The installed binary must match up with the rules.

    An update to 2.9.5.6 Snort is on the way.  We are having some issues at the moment getting the binary package to build for 2.0.3 users of pfSense (the old *.tbz packages).  The new 2.1 PBI packages are working fine.  We don't want to release the new update until the binaries will work on both pfSense versions since both are supposed to be supported.  We should get this *.tbz package building problem worked out shortly, and then the new 2.9.5.6 binary and the updated 3.0.4 GUI package will be posted.

    I have not updated to 2.9.6.0 yet because doing so will lock out the free users of Snort VRT rules so they would not get updates until the end of February.  And because the binary version and rules version are tied together, that prevents me updating just for the paid-subscriber guys as well.  All things considered, it's probably not a bad idea to be one version behind "bleeding edge"… ;).  That way the bugs can get worked out.

    Bill

  • AutoConfigBackup causes "error while uploading"

    4
    0 Votes
    4 Posts
    1k Views
    jimpJ

    Great. We have a potential fix in testing for that problem, it shouldn't be an issue in the near future.

  • Help sending flows to an IPsec destination

    4
    0 Votes
    4 Posts
    920 Views
    S

    also tried setting the static route to 0.0.0.0/1 … flows still not making it.  I also did a pcap to confirm they are not making it.  I feel like I'm missing something simple......  :-\

    EDIT: BAH. Nevermind. pfflowd works with the static route in place. I absolutely could not get softflowd to work over IPsec. I'm happy.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.