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.

  • Snort restarting every 15 mins

    Locked
    11
    0 Votes
    11 Posts
    4k Views
    B

    Well done, thats sorted it out  :)

    Thanks very much

    Ben

  • Tinydns (pkg dns-server) issues

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S

    1.  Thanks, I'll fix this shortly
    2.  Tinydns status page is for LB/Failover (DNS)
    3.  TinyDNS will not start until you configure atleast one item on the settings page and click save
    4.  Not sure about DNS Forwarders, that was done by someone else.  Patches accepted.
    5.  See #4
    6.  I will look into it

    EDIT: looks like someone forgot to finish their code (not me):

    /* NEED TO FIX there are 2 logs /etc/tinydns/log/main/current and /etc/dnscache/log/main/current */

    $tinydnslogs = cat /etc/tinydns/log/main/current | /usr/local/bin/tai64nlocal | php -f /usr/local/pkg/tinydns_parse_logs.php | grep -v ":0";

    /* NEED TO FIX */
    if ($_POST['clear']) {
    // exec("rm /etc/tinydns/log/main/current");
    // exec("touch /etc/tinydns/log/main/current");
    }

  • /usr/bin/ftp required for spamd but missing

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    S

    Good deal!

  • Bug? spamd added 5 identical entries to /etc/crontab

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    R

    I connected the previously unplugged WAN interface to the network and now I have zero spamd-setup lines in /etc/crontab.  spamd seems to be running Ok.

    Hm.  I guess the lesson is always to have the WAN interface up when configuring anything.

  • 1.2-BETA-1-PRERELEASE-SNAPSHOT-04-21-07 - Too many squid services

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    J

    One doubt.

    In file /etc/inc/filter.inc and the code:

    if (is_package_installed('squid') && file_exists('/usr/local/pkg/squid.inc')) { require_once('squid.inc'); $natrules .= squid_generate_rules('nat'); }

    Whats happys if the file squid.inc is empty? the function squid_generate_rules('nat') will not work.

    I have install squid and disconnected WAN interface of the Internet, reboot. During the boot, I see this error and nothing work again.

  • Binding Squid to Multiple Interfaces?

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    J

    Just to clarify, you have two network cards operating on those networks, Lan, and lan2-opt1 correct?  I will also throw in that before the major revision to the squid package it was binding to 127.0.0.1, I don't know if that is the case now.

  • Snort don't drop any packet

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S

    See http://forum.pfsense.org/index.php/topic,4435.new.html#new

    Known issue basically.

  • Freeradius don't start

    Locked
    23
    0 Votes
    23 Posts
    11k Views
    T

    just updated to the newsest snapshot

    Yeah it works great now, thanks for the support guys  :)

  • Miniupnpd on Opt1?

    Locked
    10
    0 Votes
    10 Posts
    4k Views
    N

    That was totally over my head… I've been using pfsense for some time now, but anything outside of the normal interface is beyond me. I would really like to have upnp set up and working but it isn't critical. If you have any other simple or very detailed ideas they are more then welcome I would be more then happy to try them...

  • URL filtering

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Bandwidthd problems … !

    Locked
    15
    0 Votes
    15 Posts
    10k Views
    M

    …nearly there...

    [Downloading and Installing the Developers ISO went fine. I'd no idea that, on initial boots, downloading all the Source, etc, takes very many hours, and MAKE INDEX takes an hour or 2 also!! I made one possibly nasty error with GREP, as noted in another thread]

    Anyway, on the MAKE INSTALL, it downloads the sources, and compiles, and flashes up a massive amount of progress messages, but ends with: "Error Code 1". Whatever that means… Dang. The associated messages suggest running
      - make deinstall && make reinstall, or
      - setting FORCE_PKG_REGISTER in the Env, or
      - setting this in the make install command-line.

    Any advice welcome. Perhaps just "make install FORCE_PKG_REGISTER", but I don't want to make things worse!

    Separate interesting point:
      - BandWidthD DID create the INDEX files when I ran it for the first time. Looked only beautiful!
      - BUT... next time around, which was only a few minutes later (default config parms, generally), the INDEX.HTML was set to a size of 0, and the other 3 INDEX files were still OK (not refreshed yet).
      - Then, 1 hour later, the INDEX2.HTML file was set to 0. The other 2 were still OK.
      - presumably, when its time to refresh the others, they'll be duly clobbered.
      - I believe I did not do anything very major with the entire system, apart from installing Midnight-Commander.

    I dearly hope this info rings a bell with someone... I doubt if tweaking the code will readily identify why the code sometimes creates the files, and sometimes does not...

    I could try removing BandWidthD, clearing out the files, and re-installing, etc...

    Thanks again...
      - Mike

  • Error adding package

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    M

    cd /var/db/pkg && pkg_delete -r ls | grep mc

    In the course of experimenting with getting MC running, I ran the above command, but ended it with "GREP M" (instead of "GREP MC"!)

    I may have deleted other M* packages!

    I would greatly appreciate if anyone could post a list of all the "M*" entries in /var/db/pkg (if any!), in the standard Developers edition.

    Thank you.
      - Mike

  • I can’t start squid without problems under pfSense 1.0.1

    Locked
    12
    0 Votes
    12 Posts
    7k Views
    S

    Should be fixed now.  Thanks.

  • Squid whitelists and https

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • What is pftpx?

    Locked
    38
    0 Votes
    38 Posts
    29k Views
    S

    1.0.1 is not the latest snapshot.

    Search the forum.

  • Squid Stops frequently

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • ็Help me I want install Frox Transp. FTP Proxy

    Locked
    3
    0 Votes
    3 Posts
    5k Views
    W

    pick cache patch game online

  • Please help with pfflowd package

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • SPAMD Installation problem

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    S

    Try installing again about 5 minutes from this message.

  • How to add neighbor cache (sibling) to squid?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    B

    I have found it.

    To add extra parameters to squid.conf, you have to edit /usr/local/pkg/squid.inc

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