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
    cyb3rtr0nianC

    @bmeeks So after upgrading to the newest PfSense 2.8.0 everything is now working like a charm!

    Suricata no longer seems to strip off tags like it did before! Which means I can now use my network segmented by VLANs and still use the benefits of Suricata Inline IPS! Very niiize!

    I checked in the Alerts section and it is indeed generating the correct alerts from the different VLAN sections, I put Inline IPS on the parent interface of all the VLANs.

    I assume this is because the FreeBSD version is also updated with the new PfSense 2.8.0 version?

    Because before, as soon as I selected Inline IPS mode, my entire VLAN tagging would break and nothing was reachable until I switched back to Legacy mode.

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

    @qinn
    Sent him an email Dan an email to the address on his site.. Not sure what is happening, my Teams stopped working. Disable it/turn it off and the problem went away.

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

    @EChondo

    What's your pfSense version ?
    The instructions are shown here :

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

    89 Topics
    574 Posts
    A

    Hello,
    I am unable to get the Tailscale package to work. The page at VPN > Tailscale > Authentication is stuck. It displays the error "Tailscale is not online," but also shows a "Logout and Clean" button, with no option to log in.
    link text

    This state persists even after performing the following troubleshooting steps:

    Rebooting the pfSense router.

    Completely uninstalling and reinstalling the Tailscale package multiple times.

    Clearing browser cache and using a private browser window.

    Toggling the main "Enable Tailscale" checkbox in the settings.

    Checking the logs, which show the service gets a "terminate" signal and shuts down cleanly; it does not crash.

    Manually trying to delete the state file with rm /var/db/tailscale/tailscaled.state, which failed because the file does not exist.

    It appears that the package's configuration is corrupted in a way that persists even after reinstallation. Can anyone advise on how to perform a complete manual cleanup of all Tailscale files and settings?

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

  • LLDP Page not accessible

    3
    0 Votes
    3 Posts
    506 Views
    manjotscM

    @bingo600 I didn't notice another package for similar functionality. I switch to that.

    Thanks,

  • Free Radius with Wifi and CBA

    1
    0 Votes
    1 Posts
    348 Views
    No one has replied
  • Trouble with unbound and telegraf

    1
    0 Votes
    1 Posts
    448 Views
    No one has replied
  • snort - LEGACY MODE ?

    6
    0 Votes
    6 Posts
    1k Views
    chudakC

    @bmeeks

    Thx!

    Happy Holidays!

  • STunnel multiwan support?

    1
    0 Votes
    1 Posts
    409 Views
    No one has replied
  • How do I install packages manually ?

    4
    0 Votes
    4 Posts
    2k Views
    bmeeksB

    @canernecocaner said in How do I install packages manually ?:

    @bmeeks

    Thank you very much for your answer.
    I understood the warnings and vulnerabilities.
    But I use pfsense for the hotspot.(I'm recording local users' internet access)
    There is another firewall in front of the pfsense, for security purposes.
    The subject I still don't know is this;

    Where,why can I download these packages (with additional shared libraries they are dependent on) from any windows computer and then transfer,install them to pfsense?

    Thanks

    You will need to locate a repository that keeps pre-compiled pkg format *.txz archives of the programs you want to install. That repository will also have to be the same FreeBSD version as your pfSense firewall. Currently the pfSense-2.4.5_p1 release is based on FreeBSD-11.3/STABLE. It may prove difficult to find an 11.3/STABLE public repository of compiled packages. You can use the built-in pfSense package repository as the pkg utility on the firewall is pre-configured to point there. However, that repository may not have all of the packages you want or need. That's because it is geared to supporting only what pfSense and its officially supported packages require.

    Another option is create a FreeBSD-11.3/STABLE virtual machine, download and install the portsnap FreeBSD ports tree, and then compile the packages you need yourself into the required *.txz format for later transfer over to pfSense and then manual installation there. However, by the time you go to this much trouble you may as well just install the mysql DB server on that FreeBSD virtual machine (back to my original suggestion).

    This is "hard" because it is not a good thing to do, and few if any folks try it. Otherwise there would be a ton of "how-to" links on the web and everyone would have all kinds of other software applications running on their firewalls.

    I seriously doubt you will find an easy "click here, click there and presto it's done" way to do what you desire.

    Instead of trying to install all this on a pfSense machine, why not use the bare metal hardware running pfSense to run a hypervisor like Proxmox, ESXi, Hyper-V, etc.? Then on the hypervisor you can create a pfSense virtual machine for the Captive Portal function, then create a separate FreeBSD-11.3/RELEASE virtual machine and install the mysql stuff there. Easy-peasy to do that without needing to transfer files around, compile packages yourself, or try to find a compatible public repository of pre-compiled packages.

  • FreeRadius and DNS Attribute

    1
    0 Votes
    1 Posts
    389 Views
    No one has replied
  • Is HaProxy vulnerable to CVE 2007-6750 ?

    3
    0 Votes
    3 Posts
    713 Views
    manjotscM

    @kiokoman Thanks, for cleariying

  • Squid keeps switching to require sign in for wifi network

    1
    0 Votes
    1 Posts
    391 Views
    No one has replied
  • System Patches Fail to Install

    10
    0 Votes
    10 Posts
    679 Views
    RicoR

    For a Firewall 8G is a LOT in 98% use cases. ;-)

    -Rico

  • FreeRADIUS OVPN GAUTH

    6
    1 Votes
    6 Posts
    1k Views
    M

    While looking for a solution to this, I saw that it is now possible to set the OTP Label by adding a Description in the Users Edit page:

    21294a16-3167-474f-9564-339843f24e74-image.png

    I'm using pfSense 2.4.5-RELEASE-p1 and freeradius3 0.15.7_20

    Requested in Issue:
    https://redmine.pfsense.org/issues/8878

    Corresponding Pull Request:
    https://github.com/pfsense/FreeBSD-ports/pull/779

  • SQUID is installed but not started. Not installing "filter" rules

    3
    0 Votes
    3 Posts
    7k Views
    L

    Solution:
    Services > Squid Proxy Server
    SSL/MITM Mode: Splice All.

    Splice All:
    This configuration is suitable if you want to use the SquidGuard package for web filtering.
    All destinations will be spliced. SquidGuard can do its job of denying or allowing destinations according its rules, as it does with HTTP.
    You do not need to install the CA certificate configured below on clients.
    Content filtering (such as Antivirus) will not be available for SSL sites.

  • 2.4.5_1 PHP Error installing HAProxy

    8
    0 Votes
    8 Posts
    1k Views
    E

    @piba said in 2.4.5_1 PHP Error installing HAProxy:

    unset($config['installedpackages']['haproxy']);
    write_config("fix haproxy install, remove empty config");
    print("config fixed?");

    By Jove Sir, I think you got it.

    I was able to install HaProxy.

  • AWS ssm agent for pfsense

    3
    0 Votes
    3 Posts
    2k Views
    F

    @bauerfyr

    to automate starting the service, create a wrapper file and place it in /usr/local/etc/rc.d, and you MUST have an extension of .sh, and it'll run. My file is "amazon-ssm-agent-wrapper.sh" and the contents are:

    #!/bin/sh
    DIR="$( cd "$( dirname "$0" )" && pwd )"
    sh $DIR/amazon-ssm-agent onestart

    For the LOGGING of ssm agent to cloudwatch (if you are interested) you have to take the wayback machine b/c the ssm agent 2.3.x is so ancient.

    go to /usr/local/etc/amazon/ssm, create a new file (start fresh) called seelog.xml (you'll see templates there), sample below. I wanted to split into two separate logs files, but it doesn't look possible.

    !--amazon-ssm-agent uses seelog logging -->
    <!--Seelog has github wiki pages, which contain detailed how-tos references: https://github.com/cihub/seelog/wiki -->
    <!--Seelog examples can be found here: https://github.com/cihub/seelog-examples -->
    <!--References to mods: -->
    <!--How to add cloudwatch: https://docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-ssm-agent.html -->
    <!--For "deep" examples: https://github.com/cihub/seelog/wiki/Example-config -->
    <seelog type="adaptive" mininterval="2000000" maxinterval="100000000" critmsgcount="500" minlevel="info">
    <outputs formatid="fmtinfo">
    <console/>
    <!-- <file path="/var/log/amazon/ssm/amazon-ssm-agent.log"/> -->
    <rollingfile type="size" filename="/var/log/amazon/ssm/amazon-ssm-agent.log" maxsize="10000000" maxrolls="5"/>-
    <filter levels="error,critical" formatid="fmterror">
    <rollingfile type="size" filename="/var/log/amazon/ssm/errors.log" maxsize="10000000" maxrolls="5"/>-
    <!-- LINE BELOW DOESN'T WORK YET - it gets overwritten by next "cloudwatch_receiver stmt."-->
    <!-- <custom name="cloudwatch_receiver" data-log-group="ssm-agent-errors"/> -->
    </filter>
    <!-- ENTER THE CLOUDWATCH LOG GROUP NAME AFTER 'data-log-group' -->
    <custom name="cloudwatch_receiver" formatid="fmtinfo" data-log-group="ssm-agent-log"/>
    </outputs>
    <formats>
    <format id="fmterror" format="%Date %Time %LEVEL [%FuncShort @ %File.%Line] %Msg%n"/>
    <format id="fmtdebug" format="%Date %Time %LEVEL [%FuncShort @ %File.%Line] %Msg%n"/>
    <format id="fmtinfo" format="%Date %Time %LEVEL %Msg%n"/>
    </formats>
    </seelog>

  • HAproxy config for Rancher

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    1 Posts
    4k Views
    No one has replied
  • Bind - Setup pfSense as slave DNS server

    21
    0 Votes
    21 Posts
    7k Views
    johnpozJ

    @gertjan said in Bind - Setup pfSense as slave DNS server:

    your DNS zone has to be fully IPv6 and IPv4

    Don't agree with this.. While sure if you have IPv6 then yeah be nice to do that.. But it sure doesn't have to do anything IPv6..

    And while I agree you should do dnssec - again not a requirement.. You do not have to setup dnssec - and people using dnssec will still resolve you. Unless you try setup dnssec and you mess it up.. Then yeah if your dnssec fails you won't resolve.

    He is trying to show you that yes it gets complicated very quickly.. But when it comes down to setting up a slave. You tell your master what IP are you slaves, and you setup the zones on your slave and tell them the IP of the master.

    But he makes a good point about your PTR.. Can you even set that either of your NSers IPs? That really should be set.. Is where you running pfsense even a static IP?

    What are you going to do if someone attacks your dns? What are you going to do if someone tries to use your NSers for a amplification attack and you didn't secure for that? What your using for NS should not be recursive.. An authoritative NS should not do queries for other clients. They only should answer for the domains they are authoritative for..

  • Freeradius LDAP auth problem

    3
    0 Votes
    3 Posts
    557 Views
    viktor_gV

    @legtpa what kind of modifications?
    maybe new WebGUI checkboxes needed?

    You can create a feature request: https://docs.netgate.com/pfsense/en/latest/development/feature-requests.html

  • HAProxy Caused Total Network Outage - Dissecting What Went Wrong

    1
    0 Votes
    1 Posts
    283 Views
    No one has replied
  • Having to Reboot after every package install

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