Subcategories

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

    4k Topics
    21k Posts
    D
    Retested on 24.11-RELEASE (amd64) all seems to work. So it seems right to file a bug for this issue.
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    cyb3rtr0nianC
    @rlrobs Yes it’s still working fine here.
  • 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
    M
    I resolved this by accepting the T+Cs via https://www.maxmind.com/en/accounts/1205389/geolite2/eula
  • 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
    J
    @div444 i'm finding the same - did you find a solution or did reverting fix it? Hoping there is a patch fix or something to get it working! Rather not rollback if i can avoid it
  • Discussions about the Tailscale package

    90 Topics
    578 Posts
    T
    Re: How to update to the latest Tailscale version? I am on latest released Netgate 6100 pfSense PLUS v24 ( pfSense_plus-v24_11_amd64-pfSense_plus_v24_11 ) pkg config abi FreeBSD:15:amd64 pkg -vv | grep -A 3 "pfSense:" pfSense: { url : "pkg+https://pfsense-plus-pkg.netgate.com/pfSense_plus-v24_11_amd64-pfSense_plus_v24_11", enabled : yes, priority : 0, cat /usr/local/etc/pkg.conf ABI=FreeBSD:15:amd64 ALTABI=freebsd:15:x86:64 PKG_ENV { SSL_CA_CERT_FILE=/etc/ssl/netgate-ca.pem SSL_CLIENT_CERT_FILE=/usr/local/etc/pfSense/pkg/repos/pfSense-repo-0001-cert.pem SSL_CLIENT_KEY_FILE=/usr/local/etc/pfSense/pkg/repos/pfSense-repo-0001-key.pem } This firewall is obviously running on FreeBSD 15 no longer on 14. But can I use the freshports link for FreeBSD 14 amd64 quarterly which is at tailscale 1.86.2 or can I only go up to version tailscale 1.84.2_1, and need to wait until they have a version of tailscale 1.86.2 or higher for the FreeBSD 15? Would it be good enough to tell it to ignore the OSVERSION? export IGNORE_OSVERSION=yes Note: use of 14 and not 15 ? pkg add https://pkg.freebsd.org/FreeBSD:14:amd64/quarterly/All/tailscale-1.86.2.pkg service tailscaled restart tailscale up
  • Discussions about WireGuard

    690 Topics
    4k Posts
    J
    I've read through some other posts about this, but they either didn't say whether the proposed solution worked or they were very convoluted and difficult to understand. Here is our scenario: We have 6 locations--Las Cruces (LC), Sunland Park (SP), El Paso (EP), Abilene (ABI), Fort Worth (FW), and Plano (PL). LC and ABI have software that is accessed by the other 4 locations via VPN. There are WireGuard VPNs set up between LC and those 4 locations (SP, EP, FW, PL), and ABI and those 4 locations (SP, EP, FW, PL). There is also a WireGuard VPN connection between LC and ABI. LC and ABI have 2 internet connections. SP, EP, FW, and PL each have one internet connection. If the primary internet connection goes down at either LC or ABI and failover occurs to the secondary internet connection, is there a way to set up the WireGuard VPN connections so that they also failover without purchasing some 3rd party application? Thanks.
  • Stunnel Broken in latest package update with development build.

    Locked
    5
    0 Votes
    5 Posts
    550 Views
    jimpJ
    Doesn't matter if you're on -p2 or -p3 the stunnel package is the same. You should be on -p3. The problem in this thread has been solved. If you have a new problem, upgrade to the most current release and package version and post the details of your problem in a new thread.
  • Pfsense/Freeradius: Ignoring request to auth address ...

    9
    0 Votes
    9 Posts
    10k Views
    johnpozJ
    I have been using the freerad package on pfsense for years, for sure since May of 2014 when got first unifi AP.. And for sure you had to setup nas client for it to work... I distinctly recall doing testing and having to put that in place.
  • System/Package Manager/Available Packages Screen is broken

    5
    0 Votes
    5 Posts
    919 Views
    V
    Hi... I would like to thank everyone for their help. I do not know what the problem was, the other day it was working normal, without any changes
  • VLAN to LAN

    4
    0 Votes
    4 Posts
    522 Views
    johnpozJ
    We are not mind readers you going to have to post a picture what the rules you created!
  • FreeRADIUS terminating abnormally, no clues in log file

    6
    0 Votes
    6 Posts
    617 Views
    ?
    @NogBadTheBad Appreciate it. FreeRADIUS seems to start just fine and will run for many weeks without an issue, until it stops and doesn't automatically restart.
  • pfSense 2.4.4 missing the telegraf package

    8
    0 Votes
    8 Posts
    811 Views
    jimpJ
    Nope, it's there for amd64, I double checked.
  • Snort Thinks Google Is Doing Port Scans

    2
    0 Votes
    2 Posts
    926 Views
    bmeeksB
    This is not all that uncommon. The Snort portscan preprocessor is very "trigger happy" ... . Go to the PREPROCESSORS tab for the impacted Snort interface and set the Sensitivity drop-down selector to Low. Save the change and restart Snort on the interface. That should help. If the Sensitivity setting is already Low, then you will probably have to disable that particular rule. Click the red X under the SID column on the ALERTS tab to disable it.
  • e2guardian

    2
    0 Votes
    2 Posts
    499 Views
    M
    I retrive in System Logs many: swap_pager_getswapspace(32): failed
  • suricata stopping

    3
    0 Votes
    3 Posts
    632 Views
    bmeeksB
    Look in the firewall's system log around the time you suspect Suricata crashed. Odds are you will find a Signal 10 Bus Error. This is the result of an unaligned access to memory. It is a problem in Snort, Suricata and clamAV as a minimum on ARM hardware such as the SG-3100. I've tried a fix for Snort and Suricata. The Suricata fix was successful for a time, but not anymore. The issue is complicated to explain, but if you Google "unaligned memory access" you will find some info on what that is. This is only a problem on ARM hardware. Intel CPUs are immune as they will "auto-fixup" instructions that attempt unaligned access. I looked into this in some detail and found that the main problem in FreeBSD is with the llvm compiler used to create armv6/armv7 binary code. That compiler chooses at times to use an ARM instruction pair that does not support unaligned access. The compiler could choose to use a different pair of instructions to accomplish the same thing, and that different pair will support unaligned access via "auto-fixup" just like Intel CPUs. While it is technically true the issue lies within the C programming code of the binary packages that are failing on ARM hardware, the practical implication is that since the code works on Intel hardware without issue -- and because the ARM hardware base is very small -- the upstream projects for Snort, Suricata, clamAV and others have no great desire to invest the energy and effort required to find the bugs in the C code and fix them. I worked with the pfSense team and we turned off compiler optimizations for these packages. It worked initially for Suricata, but now some change has crept into the upstream project and that change is causing unaligned access issues again on ARM hardware. The problem will appear as a random bug because it takes a particular sequence of data and the resulting program code flow while processing that data to hit the instruction that attempts the unaligned memory access. When the unaligned access occurs, that triggers a CPU hardware interrupt fault and the OS shuts down the application (and logs the Signal 10 bus error).
  • PFSense forwarder (dnsmasq) unusually slow

    3
    0 Votes
    3 Posts
    490 Views
    johnpozJ
    Your going to have to actually give some details to work with here people! Where are you forwarding too? What does a query direct to that look like from your client as far as time.. What does the query time look like from client to pfsense? Example if your forwarding to 8.8.8.8 $ dig www.google.com @8.8.8.8 ; <<>> DiG 9.14.1 <<>> www.google.com @8.8.8.8 ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34825 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 512 ;; QUESTION SECTION: ;www.google.com. IN A ;; ANSWER SECTION: www.google.com. 285 IN A 216.58.192.132 ;; Query time: 21 msec ;; SERVER: 8.8.8.8#53(8.8.8.8) ;; WHEN: Sat May 18 15:49:17 Central Daylight Time 2019 ;; MSG SIZE rcvd: 59 Here is to unbound on pfsense. $ dig www.google.com ; <<>> DiG 9.14.1 <<>> www.google.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50496 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ;; QUESTION SECTION: ;www.google.com. IN A ;; ANSWER SECTION: www.google.com. 257 IN A 172.217.6.100 ;; Query time: 1 msec ;; SERVER: 192.168.3.10#53(192.168.3.10) ;; WHEN: Sat May 18 15:49:41 Central Daylight Time 2019 ;; MSG SIZE rcvd: 59
  • Disable Snort rule

    12
    0 Votes
    12 Posts
    3k Views
    M
    I think the reboot solved the issue, still working for now. will monitor it and return if there is something new. Thank you for your help :)
  • Help With bug/error SQUID GUARD| Ayuda con bug/error en SQUID GUARD

    4
    0 Votes
    4 Posts
    479 Views
    Mr_JinXM
    @egonzalezgdl I would personally install pfsense using the same version the config was created on, then do the upgrade to the latest.
  • Bandwidthd monitoring openvpn subnet while using lan interface

    2
    0 Votes
    2 Posts
    310 Views
    N
    On further thought, I think I understand why it won't work... Openvpn is connected to the wan and traffic from openvpn unless going to the lan, like dns, isn't going through the lan interface. So it is technically monitoring the data correctly for the interface it just isn't able to do what I want it to do.
  • Telegraf memory stats broken on 2.4.3

    5
    0 Votes
    5 Posts
    2k Views
    J
    It's great information. Thank you.
  • bind9 webinterface/failure "journal rollforward failed"

    1
    0 Votes
    1 Posts
    382 Views
    No one has replied
  • Package manager unable to communicate to pfsense.com

    8
    0 Votes
    8 Posts
    1k Views
    L
    thanks for all the replies. I will have a look at updating to a newer version ASAP. I was having problems flashing version 8 of the watch guard BIOS but will give it another try.
  • Auto Config Backup Issue

    24
    0 Votes
    24 Posts
    2k Views
    A
    I did change the Backup Count to 0 but it didn't help! When I edit/create a rule it actually creates the backup first and then removes it according to the backup count 0. After setting Backup Count to 0 : #ls -l total 4 -rw-r--r-- 1 root wheel 6 Apr 30 22:36 backup.cache While creating a NAT rule: #ls -l total 3236 -rw-r--r-- 1 root wheel 6 Apr 30 22:36 backup.cache -rw-r--r-- 1 root wheel 3252224 Apr 30 22:36 config-1556647551.xml #ls -l total 4324 -rw-r--r-- 1 root wheel 6 Apr 30 22:36 backup.cache -rw-r--r-- 1 root wheel 4390912 Apr 30 22:36 config-1556647551.xml #ls -l total 7044 -rw-r--r-- 1 root wheel 6 Apr 30 22:36 backup.cache -rw-r--r-- 1 root wheel 7176192 Apr 30 22:37 config-1556647551.xml #ls -l total 8100 -rw-r--r-- 1 root wheel 173 Apr 30 22:37 backup.cache -rw-r--r-- 1 root wheel 8255935 Apr 30 22:37 config-1556647551.xml #ls -l total 4 -rw-r--r-- 1 root wheel 6 Apr 30 22:37 backup.cache So, it still takes a minute or so to create/modify a rule!!!
  • g++ package

    2
    0 Votes
    2 Posts
    508 Views
    jimpJ
    No. pfSense is a firewall, not a development platform. Compile the code on a similar FreeBSD system and then copy the binaries to the firewall.
  • Upgrade of Zabbix Proxy Package to comply with v4.2

    5
    0 Votes
    5 Posts
    1k Views
    D
    @woodsod Thanks for the update!
  • OpenBGP service not starting

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