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.
  • Ccze for colored logfile output

    1
    0 Votes
    1 Posts
    726 Views
    No one has replied
  • Softflowd source interface

    5
    0 Votes
    5 Posts
    2k Views
    DerelictD
    It does not look like a bind interface option is present in the softflowd daemon itself, so it is not in the package either.
  • Zabbix Snort monitoring

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • ZoneMinder

    2
    0 Votes
    2 Posts
    2k Views
    A
    +1  :) http://www.freshports.org/multimedia/zoneminder/
  • 0 Votes
    2 Posts
    2k Views
    jimpJ
    Do not do this. We don't allow FreeBSD packages to be installed directly with good reason. It's only a matter of time before something gets screwed up in the dependencies or a package gets replaced and the whole system is hosed, or it'll break wildly on upgrade.
  • Cannot install Sarg report on Pfsense 2.3.1_1

    5
    0 Votes
    5 Posts
    3k Views
    K
    I am able to install SARG version: 2.3.10 Apr-12-2015. The problem was some broken files: Shared object "libgd.so.6" not found, required by "sarg". Fix install missing libgd dependcies giflib and webp then force reinstall libgd. Sarg now works. Edit /usr/local/etc/sarg/sarg.conf  point  output to /usr/local//www/squid-reports I added to cron job  :  /usr/local/bin/sarg & /usr/local/sbin/squid -k rotate (or just type it in command) to generate report then rotate the log. reports can then be viewed @ http://pfsense.ip/squid-reports/ Hope they will add the package back. Modified: I use libgd-2.2.3_1 but this will be downgraded if you install other packages. and needs to deinstall sarg.  I just updated to lates stable 2.3.2_1 after update I reinstalled libgd-2.2.3_1 and sarg. I don't know if it have some problem so far none.
  • MOVED: Captive Portal Concurrent Login Query

    Locked
    1
    0 Votes
    1 Posts
    645 Views
    No one has replied
  • Fusefs problem on 2.3.2-RELEASE[RESOLVED]

    3
    0 Votes
    3 Posts
    1k Views
    jimpJ
    You really should not do any of these things. Do not use a firewall as a file server.
  • Haproxy on second node lost connection and all properties

    5
    0 Votes
    5 Posts
    2k Views
    P
    Kinda difficult to tell what might be going on.. The backup node does have a working internet connection while functioning as backup? No dns issues or otherwise.? This pass rule your talking about, what does it look like? Perhaps disable xmlrpc sync in haproxy for a little while to check if that is the source of problems, or if it is only a additional symptom.?.
  • Haproxy get 503 on https

    3
    0 Votes
    3 Posts
    2k Views
    P
    Hi x0139, Can you share the haproxy.cfg from the bottom of the config tab? It might show a subtle difference in the acl's ? Also make sure to check if you have checked the boxes for certificate acl's to be added.. They add a extra acl which might not be obvious from the gui side.. Other than that i cant guess whats happening better with the given information.. Regard, PiBa-NL
  • BOINC clent

    4
    0 Votes
    4 Posts
    1k Views
    johnpozJ
    ^ hehehe great minds think a like ;)  Beat you to the punch though.. hahahaha
  • Can't find HAVP in the package manager

    2
    0 Votes
    2 Posts
    2k Views
    DerelictD
    https://doc.pfsense.org/index.php/2.3_Removed_Packages HAVP antivirus and its dashboard widgets - the upstream HAVP project is no longer maintained. Antivirus support is now built into the Squid package.
  • Captive Portal Plus

    6
    0 Votes
    6 Posts
    4k Views
    A
    Hello! Any solution to install version 2.3.2 of the Voucher Generator?
  • HELP APPRECIATED with/for snort + squid3 (transparent http/https)

    2
    0 Votes
    2 Posts
    912 Views
    S
    Quick question. I noticed in my notes I only bound the interface of Lan and I've since have read that Loopback & Lan "both" should be in that spot. Could that be my problem with the Squid "eicar" test not loading the default intercept page (althogh did block)… EVEN WHEN I had tried to alias pfsense.localdomain to the 19.168.1.1 ? Wondering out loud. Anyone? Guess I could experiment and load the old config file that I was using that had squid in it but looking for some feedback.
  • WPAD script for those in need (squid related)

    1
    0 Votes
    1 Posts
    844 Views
    No one has replied
  • Bind - question on Master/Slave configuration

    4
    0 Votes
    4 Posts
    2k Views
    M
    Despite the DDoS last week, thinking you can host DNS better than Dyn is probably folly. 100% agreed - which is why my plan wasn't to replace DynDNS, but to add two NS servers of my own to complement theirs. The way I see it, their servers are more reliable generally speaking, but if they are to be attacked (big targets are tempting to DDoS) then I'm not collateral damage since I've got my own puny setup to supply NS services while this is happening. I can even turn off DNS in my firewall and only open it if needed. Not being a DNS expert, I figured this made sense - does it? Your idea of using different NS provider also makes sense, TBH, hadn't thought of it. The rest of my question is actually answered, DynDNS documentation was misleading and I worked it out with their support team.
  • Openvpn-client-export 1.3.11

    4
    0 Votes
    4 Posts
    1k Views
    DerelictD
    There is a 1.3.12 update that fixes this.
  • OpenVPN Client Export Users missing

    8
    0 Votes
    8 Posts
    8k Views
    P
    Hi Guys, Sorry for breaking this. Fix send as client export package version 1.3.13:  https://github.com/pfsense/FreeBSD-ports/pull/211 Regards, PiBa-NL
  • NanoBSD url filtering

    2
    0 Votes
    2 Posts
    662 Views
    jimpJ
    They don't. Use a full install, not NanoBSD. NanoBSD is going away in 2.4, may as well switch to a full install now and use squidGuard how it's intended.
  • LCDproc Crystalfontz CFA634 USB

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