Subcategories

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

    4k Topics
    21k Posts
    A
    Docker image for squid 7.3 and above https://hub.docker.com/r/fredbcode/squid If pfsense does not push the update.
  • 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 light failed

    1
    0 Votes
    1 Posts
    310 Views
    No one has replied
  • pfSense and apcupsd via serial port on vmware

    1
    0 Votes
    1 Posts
    132 Views
    No one has replied
  • Monitoring an Eaton 9130 UPS with NUT on USB?

    2
    0 Votes
    2 Posts
    2k Views
    J
    Giving credit to RyanM for this. This solved the USB connectivity issues and now I can monitor the UPS. @RyanM said in UPS master via USB: FWIW, I figured this out. I had to navigate to Services > UPS. Then select the UPS Settings tab. From the settings page, click the "Display Advanced" button. In upsmon.conf add the following: RUN_AS_USER root This is a work-around to sending email notifications. See post #642812 in the NUT package thread. In ups.conf add the following: user = root This will cause upsdrvctl to run as root. In upsd.conf add the following: LISTEN 127.0.0.1 LISTEN 192.168.10.1 This will cause the UPS daemon to listen on localhost as well as my LAN IP so that a "slave" can connect to it. Now, however, I need to figure out how to automate VM and hardware shutdowns based on this information... Any ideas or help there?
  • WEBSITE BLOCK - NEED GUIDELINE

    3
    0 Votes
    3 Posts
    487 Views
    NogBadTheBadN
    Use pfBlockerNG to create an alias using the ASN numbers, then use the alias with a firewall rule. [image: 1603271592389-screenshot-2020-10-21-at-10.09.20.png]
  • pimd Not Working for one VLAN

    2
    0 Votes
    2 Posts
    675 Views
    K
    I guess no one has any thoughts on why I am missing a VLAN in PIND? If I could access my DLNA Server without having to do IGMP or an auto discover, then I would. Sadly the software I am trying to use only allows for Auto Discover and no manual enter (same with everything other piece of software I found). I tried using IGMP Proxy, but I couldn't make that work either (I saw some posts that say it was bugged).
  • Traffic totals (vnstat) problem...

    1
    1
    0 Votes
    1 Posts
    391 Views
    No one has replied
  • Websocket error on squid / squidguard

    14
    1
    0 Votes
    14 Posts
    2k Views
    Y
    @viktor_g said in Websocket error on squid / squidguard: on_unsupported_protocol tunnel al I just did. Still not working. I'm a bit confused why it works outside our lan but not on our lan.
  • NUT with CyberPower UPS

    23
    1 Votes
    23 Posts
    8k Views
    C
    I dont know any :( Since none of my devices auto power on when power is restored I think I will be ok luckily.
  • how to config SQL in freeradius package

    5
    0 Votes
    5 Posts
    1k Views
    E
    @Gertjan said in how to config SQL in freeradius package: SQL table (radcheck ?) yes
  • Splunk'd .. no logs

    2
    2
    0 Votes
    2 Posts
    434 Views
    B
    i've resolved this issue though Splunk's log interface is pretty terrible. May go the graylog route.
  • Logging extern syslog on Pfsense Syslog-ng.

    syslog-ng
    2
    0 Votes
    2 Posts
    555 Views
    bmeeksB
    Depending on what interface your Cisco WAP is on, you may need to add the proper firewall rules on that interface in pfSense. The default rules for the LAN are usually "allow all in" on the interface, but other interfaces or VLANs you create would not have that same default. So you would need to explicitly allow the syslog-ng traffic. I've never used the syslog-ng package on pfSense, but there may also be some security settings within the package that you need to adjust in order to allow remote devices (your Cisco WAP, for example) to log to the service.
  • 0 Votes
    8 Posts
    2k Views
    S
    @bmeeks Awesome. Thanks for the answer, and thanks for the package. That makes sense. I'll just revert back to using only the LAN interface and input a bypass rule for the DMZ subnet.
  • HAproxy rewrite in Backend - url to internalip/path

    1
    0 Votes
    1 Posts
    496 Views
    No one has replied
  • Hack in Support for Better Gateway Monitoring

    2
    0 Votes
    2 Posts
    298 Views
    viktor_gV
    Please read https://docs.netgate.com/pfsense/en/latest/development/pull-request.html You may check https://github.com/pfsense/pfsense/pull/4336 for example
  • Log Archiving Plugin/Mailreport Package

    13
    0 Votes
    13 Posts
    1k Views
    R
    Yeah, I have 2 internet connections. But again, it's archiving that I'm trying to achieve; so it can try again later and succeed then; really not looking for realtime log streaming.
  • Question around adding pfSync/XMLRPC support to sudo and nrpe plugins

    1
    0 Votes
    1 Posts
    215 Views
    No one has replied
  • NXDomain with Unbound

    10
    0 Votes
    10 Posts
    2k Views
    johnpozJ
    They are one of the major players in dns.. their appliances are used across the globe with some really big players.. I would have to take it they in the process of changing something maybe? If not - someone getting fired, if its just a stupid misconfig ;) hehehe
  • HAProxy - Backend behind Open-VPN

    4
    0 Votes
    4 Posts
    699 Views
    P
    @mikem123 said in HAProxy - Backend behind Open-VPN: Which interface will HAProxy test from? the one bound to the front end or will it choose the best interface. It would use the 'best' interface.. You could probably 'force' a client-ip for the connection if your dealing with a ipsec tunnel that doesn't fill the routing-table properly that might help. But with openvpn that shouldnt be needed. (In the ipsec case the client-ip would have to be set with a 'advanced text option' the webgui doesnt provide this choice.) But anyhow looks like a L7 issue :), you could tell the healthcheck to expect the 403 as 'valid'.. Depends how precise you want/need the check to be.
  • no SNMP-V3 trap/inform server field in net-snmp

    3
    0 Votes
    3 Posts
    493 Views
    viktor_gV
    Please update Net-SNMP pkg: [image: 1601456718858-screenshot-from-2020-09-30-12-04-45.png]
  • Problem, snort block google server

    5
    0 Votes
    5 Posts
    2k Views
    C
    thankyou i try.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.