Subcategories

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

    4k Topics
    21k Posts
    JonathanLeeJ
    Squid can be configured externally, I would love a how to guide on how to do this correctly.
  • 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
    656 Posts
    C
    @elvisimprsntr Updated 25.07.1 to 1.90.6_1, copied and pasted from @elvisimprsntr's post: pkg add -f https://pkg.freebsd.org/FreeBSD:15:amd64/latest/All/tailscale-1.90.6_1.pkg (Why it worked this time and not on previous updates: Over the last couple of days, I ran into the "Shared object "libutil.so.10, not found..." error that triggered the version 25.07.1 update issues some of us have been having. After I fixed that error, I decided to go back to the usual update method, and it worked.)
  • Discussions about WireGuard

    715 Topics
    4k Posts
    A
    Hi @patient0, Already fixed :) reset and preformed a full new installation. The peer can connect and performed a successful Handshake, and ping pfsense, wireguard and lan servers. However psfsense and my Lan servers can't ping this peer even with the handshake performed. I know that ping can be misleading but don't now what else.
  • Nrpe check_ifoperstatus missing perl SNMP dependancy?

    1
    0 Votes
    1 Posts
    488 Views
    No one has replied
  • MOVED: pfblockerng false positive vulnerabilities?

    Locked
    1
    0 Votes
    1 Posts
    449 Views
    No one has replied
  • BIND - Serial never changes

    2
    0 Votes
    2 Posts
    751 Views
    marcellocM
    @Mike: on the master, whenever I change anything in my domain records, the serial on the master doesn't change and stays at the same value. This was how package used to do but some time ago this field is manually updated. You can add a value based on YYYMMDDNN or just delete it and save config.
  • 0 Votes
    1 Posts
    454 Views
    No one has replied
  • HAProxy The service does not start 80 port

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    M
    Topic is closed The 80 port was busy with the squid service, although the http [80port] parameter was disabled. After removing the sguid everything works Diagnostics/ Command Prompt sockstat -4 -l Thank you
  • Remote Desktop Gateway via Reverse Proxy

    5
    0 Votes
    5 Posts
    5k Views
    H
    Hi Mats, thanks at lot, ok I will switch to HApoxy, if that works better. Best regards Henri
  • Pfblocker firewall rules move around???

    8
    0 Votes
    8 Posts
    4k Views
    F
    @Crispix: Resurrecting this thread, had the same question. I ended up working around the issue by creating a floating rule and checking the "quick" option so it takes precedence over my regular WAN rules. This way my OpenVPN allow rule takes precedence over pfBlockerNG block rules, so I don't have to worry about my VPN accidentally getting blocked by any of my third-party lists. No need for a workaround; a solution exists (see doktornotor's post above). To give more detail, on List Action, I have all mine set to "Alias Deny."
  • Squid HTTPS Certificate using ACME

    5
    0 Votes
    5 Posts
    4k Views
    MikeV7896M
    @trinitech: If will buying a genuiun certificate will allow me to have transprent proxy with SSL Man In the Middle Filtering? Will this stop all the client to get certificate error? SSL MITM requires a Root CA certificate, which no reputable and trusted certificate issuer will provide. The reason is because a trusted Root CA is able to create certificates for ANY domain in existence and present them as valid. This is why you need to create your own Root CA, then install your Root CA certificate on all devices that will be going through the SSL MITM proxy. A regular SSL host certificate - whether from LetsEncrypt or any paid certificate issuer - will not allow you to do SSL MITM.
  • Lightsquid fails - perl locale problem?

    1
    0 Votes
    1 Posts
    673 Views
    No one has replied
  • PfSense 2.3.3 Cannot Be a UPS NUT 'master' to Synology DSM 6.1.1 NAS

    9
    0 Votes
    9 Posts
    3k Views
    GertjanG
    +1 for the info in this thread. pfSense is the "master NUT server", using an USB APC UPS, my diskstation (DSM 213j - DSM 6.1.1-15101 Update 2 ) is connected to pfSense now, and shutdown when needed.
  • Freeradius2 1.7.8_1 private key password

    1
    0 Votes
    1 Posts
    589 Views
    No one has replied
  • Error in LightSquid page after installation

    2
    0 Votes
    2 Posts
    775 Views
    GertjanG
    TRy this : @bayonle.amzat: I've installed lightsquid on my pfsense 2.3.3-RELEASE-p1 (i386) . The problem is that …. … you use an outdated version. Right now : 2.3.4-RELEASE (amd64) The lightsuid packahe could be more recent then the pfSense version you are using.
  • Cant disable Squid Proxy for local subnet destinations

    1
    0 Votes
    1 Posts
    543 Views
    No one has replied
  • NUT and APC BN900M

    4
    0 Votes
    4 Posts
    1k Views
    dennypageD
    @nipstech: Now, when there's a power failure what can I expect to happen? When the UPS reaches a low battery state, the UPS will signal NUT and NUT will initiate a shutdown. Given the time required to shutdown a Synology, you may wish to adjust the percentage or time used to determine that the battery is low. You can do this by configuring the UPS itself, or configuring NUT (recommended). See the doc for ups.conf for details on configuring NUT. I use the following for the system supporting my Synology:         ignorelb         override.battery.charge.low = 20         override.battery.runtime.low = 300 Hope this helps.
  • Am I going to lock myself out - RADIUS?

    2
    0 Votes
    2 Posts
    729 Views
    D
    No, LDAP/RADIUS it still falls back to local accounts if unavailable.
  • Secure Tunnel

    1
    0 Votes
    1 Posts
    685 Views
    No one has replied
  • MOVED: Squid: white-list several domains only and block-list the rest

    Locked
    1
    0 Votes
    1 Posts
    411 Views
    No one has replied
  • Squid installation package failed

    3
    0 Votes
    3 Posts
    1k Views
    B
    thank you sir. done update my version its working. but i have another problem. i can't block the pornsite. [image: Untitled.png] [image: Untitled.png_thumb]
  • OLSRD in Pfsense 2.3+

    1
    0 Votes
    1 Posts
    382 Views
    No one has replied
  • Tinc issues and questions

    12
    0 Votes
    12 Posts
    4k Views
    N
    @ioiioi: @ssppcc: In all cases, I can´t find the tun0 interface in the GUI, but I can find it via SSH with ifconfig. have ever fixed this problem? I got the same here, and would like to do 1:1 nat on tun0. but can't see tun0 from the interface menu. and of coz could not add rules for that. by default, tun interfaces have been hidden. you can unhide it in /etc/inc/util.inc or /etc/inc/utils.inc. first backup the file and search for "function get_interface_list" function, then remove the "tun" from "array". go to interface assign tab and press save, then you can add tun interface
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.