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
    BBcan177B
    @Draco try to goto the General Tab, first ensure that the Keep Settings option is checked. Then unchecked Enable pfBlockerNG so that its disabled. Hit save. Force Update. Then reenable pfBlockerNG and Force update.
  • 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
    A
    @GPz1100 I ran into this same exact issue. I don't have the Prefer IPv4 over IPv6 box checked, but I do have IPv6 enabled. I think the real issue is that Let's Encrypt's server seems to respond with "Recv failure: Connection reset by peer" on almost every request when using IPv6. I tested this by using the command curl -v https://acme-v02.api.letsencrypt.org/directory from pfsense's shell. To work around it, I modified the ACME script as you described. In the file /usr/local/pkg/acme/acme.sh, I updated line 1887 from: _ACME_CURL="curl --silent --dump-header $HTTP_HEADER " to: _ACME_CURL="curl -4 --silent --dump-header $HTTP_HEADER " After forcing curl to use IPv4, both certificate registration and renewal from the acme package started working again without issue.
  • 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

    716 Topics
    4k Posts
    chpalmerC
    @tinfoilmatt Thanks! I have done that and it worked when forcing just her TV out the Centurylink.. My problem is my local box here. Im missing something because I can not get it to pass traffic from the WAN to the Wireguard tunnel. Ive got some time today so will chip away on my lab setup to see if I can finally accomplish it here first.
  • Squid Redirect Mappings

    1
    0 Votes
    1 Posts
    447 Views
    No one has replied
  • Gold Member, but Auto Config Backup account no longer configured?

    3
    0 Votes
    3 Posts
    814 Views
    jimpJ
    There was a temporary outage on Sunday around when you first posted that error. It was back up not long after that time.
  • Pfsense as UTM

    3
    0 Votes
    3 Posts
    1k Views
    G
    So rather only do the AV check client side?
  • Squid traffic mgmt not working

    1
    0 Votes
    1 Posts
    289 Views
    No one has replied
  • NTP and Serial upgrade issue

    1
    0 Votes
    1 Posts
    402 Views
    No one has replied
  • Run firefox through squid with AV

    2
    0 Votes
    2 Posts
    517 Views
    R
    gave up installing a standalone proxy server with real time AV checking for http traffic ie squidclamav instead i did it the easy way and that was to install squid on my pfsense firewall, once installed went to "services > squid proxy server" and enabled - under the general tab - squid proxy service also the transparent http proxy under the antivirus tab - AV once did that when i go to this site - http://www.eicar.org/85-0-Download.html when i click on the zip link it straight away takes me to my pfsense firewall squid page - https://s17.postimg.org/sevc62cr3/squidclamav.png i will try and install a seperate server for this if when i have time but this is by far the easy way to do it i found
  • Package Development Overview?

    1
    0 Votes
    1 Posts
    584 Views
    No one has replied
  • Traffic Totals - More than 30 days?

    1
    0 Votes
    1 Posts
    324 Views
    No one has replied
  • Netgate_Coreboot_Upgrade issue with XG-2758

    3
    0 Votes
    3 Posts
    467 Views
    D
    That link was INCREDIBLY helpful!! Halted the box, flipped the switch off, unplugged/plugged the unit, then turned the power back on. Problem was solved.
  • NUT vs. apcupsd?

    3
    0 Votes
    3 Posts
    12k Views
    dennypageD
    @Finger79: I'm trying to find the easiest way to have pfSense automatically power down after x time passes or y% battery left (haven't decided yet). NUT doesn’t do X time passed, but does X battery time remaining or Y battery percent remaining. Your UPS has a default for Y, but it may be a bit low to support a network shutdown. If you want to set the values, you would add the following to the “Extra Arguments to driver” section: override.battery.runtime.low = X override.battery.charge.low = Y There is a long thread on NUT that has a lot of information if you’re interested.
  • Squid to whatismyproxy results

    1
    0 Votes
    1 Posts
    899 Views
    No one has replied
  • Suricata inline mode with VPN IF produces WAN down symptom [Resolved]

    3
    0 Votes
    3 Posts
    876 Views
    P
    Just an update for anyone who is interested… my hardware has not changed and this issue is now resolved for me on pfSense 2.4.2 / suricata 4.0.1 - I believe it was resolved with 2.4.1 but was now able to confirm
  • BIND creating forward zone has an empty resulting zone config

    3
    0 Votes
    3 Posts
    1k Views
    A
    I'm trying a simpler configuration (no views, only a zone with an "A" record). I have the same problem: the resulting zone config doesn't get created and the server does not reply to queries. I'm searching online for some examples and documentation but I haven't found anything helpful.
  • MOVED: Pacotes disponiveis - pfsense - 2.4.2

    Locked
    1
    0 Votes
    1 Posts
    272 Views
    No one has replied
  • <request>Tor Onion with the new vsersion install</request>

    1
    0 Votes
    1 Posts
    569 Views
    No one has replied
  • 0 Votes
    8 Posts
    1k Views
    DerelictD
    Yes. Pick one of the DNS providers supported and set up automatic renewals every 60 days. Works great. You also, naturally, need a registered domain name. The dynamic DNS is necessary because, in order to automate the process, the package needs to be able to create a TXT record with the current blob for Let's Encrypt to query proving current management capability for the domain in question. There are other methods there. I personally like DNS.
  • SQUID HTTPS + TRANSPARENT PROXY

    2
    0 Votes
    2 Posts
    1k Views
    T
    I made some tests here. When proxy is enabled, it uses tls1.2 encryption; And that machine is unable to manage this protocol version; This should not be happening, since its an windows 8 machine, here is the wireshark capture: The error pointed in wireshark is: Alert (Level: Fatal, Description: Protocol Version) [image: ssl.png] [image: ssl.png_thumb]
  • General siproxd setup questions

    3
    0 Votes
    3 Posts
    1k Views
    C
    @Derelict: Any modern SIP provider or PBX software should render siproxd unnecessary. Is something currently not working? Some people have reported that they need to call me twice to get the phone to ring. There is also this page that states: http://wiki.voip.ms/article/Getting_Started Registering multiple devices only with the main account is not recommended since this can cause some connectivity issues. Given what voip.ms says about multiple registrations I don't see what other options I have beyond siproxd. I'm open to other options, I may just not be aware of them.
  • UfdbGuard Package?

    4
    0 Votes
    4 Posts
    2k Views
    M
    Any updates on that issue? it's ridiculous end of 2017 and we still don't have any reliable HTTPS filtering solution. As far as i understand there are only 2 contestants now - ufdbGuard which is seems promising as it's GPL now and can use public BLs and E2guardian latest alphas v5 which has full HTTPS options.
  • Squid traffic management not working

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