Subcategories

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

    4k Topics
    21k Posts
    J
    @JonathanLee use Pfsense 2.8.1.
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    DARAD
    Hello team, I have a Netgate 8200 running 24.11-RELEASE (amd64) with Suricata 7.0.8_5 package installed. Suricata doesn't seem to start. It loops to red once I press the Play button on the interface. It leaves no logs in the System logs, it leaves no logs in suricata.log at /var/log/suricata/suricata_ovpns933787/suricata.log I tried launching it manually: # /usr/local/bin/suricata -V or # /usr/local/bin/suricata -c /usr/local/etc/suricata/suricata_33787_ovpns9/suricata.yaml -i suricata_ovpns933787 and I get this output ld-elf.so.1: /usr/local/bin/suricata: Undefined symbol "__strlcpy_chk@FBSD_1.8" Thanks in advance, Dara
  • Discussions about packages that handle bandwidth and network traffic monitoring functions such as bandwidtd, ntopng, etc.

    573 Topics
    3k Posts
    dennypageD
    @kabeda If memory serves, that old version of ntopng did not run as user ntopng, but as user nobody. There are lots of problems in that old version. Anyway, check the ownership and permissions of /var/db/ntopng and make sure it matches the user that ntopng runs as. You may need to set ownership of the entire hierarchy. Example: /usr/sbin/chown -R nobody:nobody /var/db/ntopng However, the better choice would be to upgrade to a more recent version.
  • Discussions about the pfBlockerNG package

    3k Topics
    20k Posts
    tinfoilmattT
    @vicking said in No blocks on IP: Is it a bad idea to have the action set to deny both instead of inbound only? Question is squarely for admin. Per the infoblock which explains, in part, the "Deny Inbound", "Deny Outbound", and "Deny Both" actions: 'Deny' Rules: 'Deny' rules create high priority 'block' or 'reject' rules on the stated interfaces. They don't change the 'pass' rules on other interfaces. Typical uses of 'Deny' rules are: Deny Both - blocks all traffic in both directions, if the source or destination IP is in the block list Deny Inbound/Deny Outbound - blocks all traffic in one direction unless it is part of a session started by traffic sent in the other direction. Does not affect traffic in the other direction. One way 'Deny' rules can be used to selectively block unsolicited incoming (new session) packets in one direction, while still allowing deliberate outgoing sessions to be created in the other direction. In other words: When set to "Deny Inbound", incoming connection requests from WAN hosts are blocked and therefore no state will be created. However a LAN host can still establish state to an otherwise listed IP. If set to "Deny Outbound", outgoing connection requests from LAN hosts are blocked and therefore no state will be created. However an incoming connection request from an otherwise listed IP to an 'open' WAN port can still establish state. If set to "Deny Both", both incoming connection requests and outbound connections requests are blocked and therefore no state will be created regardless of connection direction.
  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    102 Topics
    3k Posts
    C
    @dennypage Nicely done sir!
  • Discussions about the ACME / Let’s Encrypt package for pfSense

    503 Topics
    3k Posts
    M
    I am using the DNS-Update method I have to use a DNS-Sleep of 5 minutes to let the letsencrypt txt dns record update propagate. During this 5 minutes the acme-webgui times out. when the acme-webgui times out the Action list is NOT executed. How can I solve this ? Would it maybe be an idea to let the acme.sh script execute the actions in the action list as a post-hook instead of the web-gui? Or maybe add an option to add post-hooks in the webUI ?
  • Discussions about the FRR Dynamic Routing package on pfSense

    296 Topics
    1k Posts
    C
    This one has been tricky still not sure what to try. Any ideas?
  • Discussions about the Tailscale package

    93 Topics
    654 Posts
    C
    @luckman212, Thanks for your suggestion. I will check what I have in /usr/local/pkg/tailscale/state, and also the RAM disk settings others have brought up. I could learn more about where Tailscale and pfSense store system files. If I find anything worth sharing, I will let you know.
  • Discussions about WireGuard

    715 Topics
    4k Posts
    H
    @RNM-0 Thanks for your comment and sharing your fix. Unfortunately I don't want to take down pfsense and downgrade versions. I'm currently fine at the moment since I'm using Tailscale and that works. I also fixed the other crash I was having with pfblocker by changing a line code that wasn't pushed out under this version. Hopefully the stable release won't take too long to release but it appears there's still some open bugs that need to be fixed before that happens, and ironically, both the pfblocker and wireguard issues aren't on that list of bug fixes.
  • lcdproc

    1
    0 Votes
    1 Posts
    317 Views
    No one has replied
  • Freeradius:LDAP with G Suite Education

    3
    0 Votes
    3 Posts
    669 Views
    drthirunaD
    No I couldn't find a solution..
  • DNS Error on V2.1

    4
    0 Votes
    4 Posts
    513 Views
    jimpJ
    pfSense 2.1 wouldn't hit that package server. We deactivated the package site used by 2.1 years ago. It's expected that it would fail at this point. 2.4.x is the only supported line currently.
  • Snort as IPS on WAN behind (VDSL-)Router

    10
    0 Votes
    10 Posts
    2k Views
    bmeeksB
    @v0id said in Snort as IPS on WAN behind (VDSL-)Router: @bmeeks Have no public internal services, just wanted be protected from attacks and port scan on public IP Read what I posted again. Do you understand that pfSense will, by default, block all external sources from connecting to your firewall? So what good does Snort do in that circumstance? How can it help improve security. If pfSense is already going to block the port scan attempt, what's to be gained by having Snort block it again? If you scan the WAN side of a pfSense firewall from an external host, it will show nothing. No ports open at all. So out of the box a port scan is worthless to an adversary. The only time a port scan matters (and even then, the risk of such an attack is somewhat overblown) is if you have a series of public-facing servers such as web servers, DNS servers, email servers, etc., and there are rules in place on the WAN to allow traffic to those servers. In that case you might want to add an IDS/IPS on the WAN to police traffic before it reaches those kinds of servers. However, in a typical home setup using NAT, you have nothing "visible" to the Internet on the WAN side of your firewall. None of your hosts can be contacted nor connected to unless the internal host initiates the conversation. And in that case, the stateful inspection engine of the firewall will set up a temporary "allow" rule to let the reply traffic come in through the WAN and then on to the internal host that started the conversation. And if you put Snort on the WAN and enable the portscan feature, expect to see quite a number of false positives caused by what is today just normal traffic. The portscan preprocessor is somewhat easily fooled by the way certain applications work today. It will false-positive on some traffic, block the external host, and then you will have grief with your internal clients as the application will likely quit working.
  • Stunnel Connection Timeouts

    1
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Broadband Modem Monitoring

    5
    0 Votes
    5 Posts
    1k Views
    victorjohn9211V
    @Apathia You also want to check the internet speeds from any device you’re seeing performance issues on. Devices that are hardwired into the network should achieve speeds on par with your baseline if other devices on the network aren’t using much bandwidth. On wireless devices, the speeds can be greatly reduced when further away from the wireless router or if there’s interference from neighboring Wi-Fi networks, other wireless devices, or appliances that can cause interference (such as microwave ovens, which produce tremendous amounts of noise in the 2.4GHz frequency spectrum while operating).
  • 0 Votes
    16 Posts
    1k Views
    kiokomanK
    just for completeness, i'm unable to reproduce this problem on my test vm machine [image: 1569608568983-immagine.jpg] [image: 1569608573147-immagine2.jpg] [image: 1569608576331-immagine3.jpg] [image: 1569608579373-immagine5.jpg]
  • parallel interface LCM module driver

    5
    0 Votes
    5 Posts
    711 Views
    stephenw10S
    Here: https://forum.netgate.com/post/702354 No idea if that still works.
  • iperf3.0 cannot be stopped (with widget /or gui)

    8
    0 Votes
    8 Posts
    2k Views
    jimpJ
    I added shortcuts to iperf as well for the next release, so it will have a little service control button in the navigation bar. That should help, too. I found that XML-based packages like iperf were not actually able to setup shortcuts, so there was a bug I had to fix for that to work. It will be in snapshots soon. That can't work for 2.4.4-p3 though, since it requires a fix in the base system.
  • ASG (UTM) 220 LCD Display Drivers Do not work!

    Moved
    4
    0 Votes
    4 Posts
    746 Views
    stephenw10S
    Then it's a different LCD or it's misconfigured somehow. Do you see any errors in the system log? Does the LCD do anything? Steve
  • Status Traffic Totals PPPoE logging

    1
    1
    0 Votes
    1 Posts
    278 Views
    No one has replied
  • Resolved: Autoconfig restore backup fails

    2
    0 Votes
    2 Posts
    817 Views
    E
    I was using the wrong encryption password. Sorry everyone. It works fine.
  • Syslog-ng MySQL Support

    2
    0 Votes
    2 Posts
    397 Views
    M
    I tried it, and it doesn't look like it has it: Error parsing destination, destination plugin sql not found in /usr/local/etc/syslog-ng.conf at line 8, column 5:
  • how to integrate pfsense radius with cambium cnmaestro?

    1
    0 Votes
    1 Posts
    194 Views
    No one has replied
  • OPENVPN Internals - Access to Config and Status info in command line

    8
    0 Votes
    8 Posts
    5k Views
    stephenw10S
    Fair enough.
  • unable to retrieve package infomation .

    2
    0 Votes
    2 Posts
    186 Views
    J
    My pfSense version is :2.4.4_3
  • 0 Votes
    3 Posts
    545 Views
    A
    @Gertjan said in Avahi 2.0.0_2 Package In pfSense Does Not Allow Access To All Config Options: @alteredstate said in Avahi 2.0.0_2 Package In pfSense Does Not Allow Access To All Config Options: Or is there some other way to prevent those settings from being overwritten? Yep. The next best solution is changing this setting directly into script file that builds the Avahi config file. Keep in mind : this file, and thus your edits, are overwritten when you update the package. Here is that file : /usr/local/pkg/avahi/avahi.inc See line 43 (as of today - version 2.0.0_2 ). Change yes for no and your done. Consider proposing a feature request. Thank you! I will give this a try.
  • Download Manger

    7
    0 Votes
    7 Posts
    1k Views
    J
    @KOM said in Download Manger: Well, there aren't any from the official repo. You might be able to hack something together from FreeBSD ports but I would advise against it. thanx
  • Bind doesn't work after reinstall it

    16
    0 Votes
    16 Posts
    1k Views
    kiokomanK
    good.. for all my hard work don't forget to press "thumb up"
  • E2Guardian Memory usage getting 98% in Pfsense

    9
    2
    0 Votes
    9 Posts
    1k Views
    KOMK
    I can't help you as I've never installed or used that package. Look around in the options. It's to do with SSL interception, but if you turn that off then you can't do HTTPS content inspection I'm guessing.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.