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
    GertjanG

    @AlexK-0 said in Can't receive GeoIP databases updates anymore, banned:

    Days ago, I received from MaxMind an email, notifying me that my country has been banned to receive GeoLite City database updates.

    You've found a reason to use a VPN.

  • 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.

  • Chromecast over multiple networks.

    4
    0 Votes
    4 Posts
    763 Views
    dennypageD

    @belrpr If you do not specify a domain name in the DHCP server, it will use the domain name of the firewall. This is almost certainly what you want. Unless you are trying to achieve something very specific, I would recommend staying with the defaults (delete the domain name specification from both DHCP and from Avahi).

  • NUT Using Excessive CPU

    7
    0 Votes
    7 Posts
    898 Views
    dennypageD

    @jompigrande Unfortunate that NUT doesn't complain bitterly about that...

    Glad you got it fixed.

  • Where is all the settings for Avahi?

    3
    0 Votes
    3 Posts
    341 Views
    dennypageD

    @monster4000 What settings are you looking for?

  • OpenBGPD First Time

    Moved
    2
    0 Votes
    2 Posts
    398 Views
    I

    This is resolved - it was a bad config error - config file location is alright. New Config is:

    AS xxxx
    fib-update yes
    listen on 0.0.0.0
    router-id xxx.xxx.xxx (1)
    network xxx.xxx.xxx (azure subnet)/24
    group "Azure" {
    remote-as xxxx
    neighbor xxx.xxx.xxx(2) {
    descr "to_as_65001"
    announce all
    local-address 0.0.0.0
    }
    }
    deny from any
    deny to any
    allow from xxx.xxx.xxx(2)
    allow to xxx.xxx.xxx(2)

  • OpenVPN auto-rotate

    2
    0 Votes
    2 Posts
    931 Views
    RicoR

    If you have all tunnels up together you could policy route using Firewall Rules with timers (Schedule) to loop the traffic.

    -Rico

  • Snort LAN alert source ip not local ip

    2
    0 Votes
    2 Posts
    263 Views
    bmeeksB

    Think about how network traffic works on a firewall. Once your LAN host initiates a conversation with another external host (through your LAN and then out of your WAN, for example), pfSense creates a state table entry that will now allow that external host to talk back to your internal LAN host. So if the external traffic starts a session it will be the "source" and your LAN host is the "destination". This would be the case if you clicked a web site URL. The web server will become the "source" of the web traffic and the browser and your LAN host the "destination" as the web server sends the HTTP or HTTPS traffic back to you.

    So who is "source" and who is "destination" changes back and forth during operation.

  • net-snmpd stops responding after certain amount of time

    7
    0 Votes
    7 Posts
    898 Views
    D

    I went back to bsnmpd.. Although it has no IPv6-support.

  • Resolved - FreeRadius 0.15.7 Issue

    19
    0 Votes
    19 Posts
    2k Views
    jimpJ

    @NogBadTheBad said in Resolved - FreeRadius 0.15.7 Issue:

    @jimp said in Resolved - FreeRadius 0.15.7 Issue:

    /usr/local/etc/rc.d/radiusd.sh restart

    Wasn't sure exactly how it was started so I was doing it from the GUI.

    That's essentially what the GUI does, but if you run it at the shell you might see an error that the GUI doesn't display

  • Troubleshooting issues with Telegraf package?

    3
    0 Votes
    3 Posts
    2k Views
    V

    I found one troubleshooting tip based on an earlier post:

    https://forum.netgate.com/topic/129002/telegraf-memory-stats-broken-on-2-4-3

    From CLI on the pfSense box, you can run:

    /usr/local/bin/telegraf -config=/usr/local/etc/telegraf.conf --test

    For example:

    [2.4.4-RELEASE][admin@ang-router.localdomain]/root: /usr/local/bin/telegraf -config=/usr/local/etc/telegraf.conf --test 2019/04/05 04:30:08 E! Error parsing /usr/local/etc/telegraf.conf, line 41: field corresponding to `arguments' is not defined in `*ping.Ping'
  • 0 Votes
    1 Posts
    158 Views
    No one has replied
  • Graylog 3 and pfsense

    1
    0 Votes
    1 Posts
    410 Views
    No one has replied
  • openbgpd PfSense and no gateway

    Moved
    5
    0 Votes
    5 Posts
    569 Views
    I

    Ok understood. I can set the 4 BGP Neighboors as Gateway.
    But these are non routable blackholes which request one of our RIPE-Public IP to be the source. Is that configurable?

    Source 1.1.1.1/32 -> GW 2.2.2.2/24

    Like it can be done on Diag-Traceroute for the Source-Interface.
    But now for the whole system.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • pfsense tsc: p-state invariant , performance statistics about

    2
    0 Votes
    2 Posts
    286 Views
    KOMK

    Normal

  • package Install issues - solved?

    1
    0 Votes
    1 Posts
    674 Views
    No one has replied
  • Iperf 2.0.13

    4
    0 Votes
    4 Posts
    578 Views
    johnpozJ

    iperf3 does json which way better than csv

    To be honest iperf on pfsense not really all that good anyway, its a router - you should be doing iperf "thru" it not to or from it.

    Go to one of the hundreds of places online to convert your json to csv or excel
    example
    http://convertcsv.com/json-to-csv.htm

  • FreeRADIUS 2 with EAP-TLS

    14
    0 Votes
    14 Posts
    10k Views
    P

    patched by me:

    https://github.com/pfsense/FreeBSD-ports/pull/632

    With this patch, when you revoke a certificate you need to go to radius config -> eap and "SAVE" to regenerate the CA+CRL file.

    Next patch coult be add a funcion similar to openvpn_refresh_crls() that should be called from /usr/local/www/system_crlmanager.php when you update all the other CRLs.

    This is my 2nd day on PFSense, so first I need to see if there is a functions file dedicated to components not installed as default and then write the function. Any advice?

  • 0 Votes
    2 Posts
    3k Views
    B

    After a few USB re-plugs and restarts of pfSense it finally figure it out and started working.

  • NUT Driver DummyUPS Device File

    1
    0 Votes
    1 Posts
    152 Views
    No one has replied
  • FreeRadius + Captive Portal "Amount of Time" Problem

    17
    0 Votes
    17 Posts
    3k Views
    GertjanG

    @mustafa-azzam said in FreeRadius + Captive Portal "Amount of Time" Problem:

    But I have another question now .. when radius is running, the command (radius -X) will not run?

    Radius is a process you can see as a "server process".
    Golden rule : on one and the same system, you can have on ONE server process that listens to a determined port.

    So, if you launch "FreeRadius" using the pfSense GUI, you have a radius process runnin.
    Example, right now, on my pfSense :

    [2.4.4-RELEASE][admin@pfsense.brit-hotel-fumel.net]/root: ps ax | grep radius 83839 - Is 0:18.74 /usr/local/sbin/radiusd 21455 0 S+ 0:00.00 grep radius

    As you know, it's easy to check what ports it's using.
    When I launch another, second radius process, it will bail out.

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