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

    716 Topics
    4k Posts
    chpalmerC
    Im trying to set up Fubo TV for my mother using AT&T Wireless.. problem is they keep showing her California news channels... She wants local. Even though the website asks for her zip code they seem to default to the IP location. I have tried several times to sit down with this but can never get the thing to even ping from the other side. Connected with Wireguard here successfully for helping troubleshoot things for her otherwise.. Fubo is a PITA and keeps reverting back so I am finished trying to deal with them. Anyone got any tips? or a good tutorial??
  • No IGMP & UDPXY proxy among packages

    Locked
    9
    0 Votes
    9 Posts
    10k Views
    marcellocM
    @GruensFroeschli: The IGMP proxy is already in the base and not a package anymore. You can configure it under "Services –> IGMP proxy" Isn't already installed on pfsense just like GruensFroeschli said?
  • MOVED: fail Install Snort: Binary packages are not downloaded / installed

    Locked
    1
    0 Votes
    1 Posts
    875 Views
    No one has replied
  • [patch] making dns-server's dnscache work

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    L
    Thanks marcelloc!  :)
  • Snort and ET SidReporter

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    C
    Done https://redmine.pfsense.org/issues/2133
  • Squid Package Status v3 / v2.7 ??

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    C
    @Nachtfalke: @trendchiller: Hi ! until now i'd recommend you using pfSense 2.x with the squid-reverse-package, since it includes all features currently, but still depends on squid 2.7. I'm working on porting the features to squid 3.1 and want to create a new package or update or else, not sure by now… squid3 is mainly for testing so far... but seems to work so far... but i do not have any feedback if the auth settings still work, since these are from squid 2.7 and in 3.1 they might be different... @trendchiller Do you me the "User Auth" using RADIUS or other systems ? If yes then I probably find some time to test with FreeRADIUS2 package when I am at home. Perhaps it will help you when you open a squid3 thread and/or a page on pfsense docs where you put in all points which do not work or of which you are unsure if they are working. then people can participate and give you feedback. I am very interested in squid3 package but till now I do not know why it is just alpha and how to help on this. :) I did some basic testing yesterday with Squid3 and FreeRadius2 last night. I can confirm that it indeed works for basic user auth (prompted for username to gain access to the web)
  • Snort Suppression - ordering and tagging entries?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    E
    It is not possible today but patches are accepted.
  • Snort 2.9.1 pkg v. 2.0.2 log to Barnyard2 mysql not working

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    C
    Hey, which architecture are you using? I'm using pfsense 2.0.1 amd64 and I can't seem to get it to work I first tried downloading the 64bit barnyard and uploading it to the pfsense box on /usr/local/bin/: i386 http://files.pfsense.com/packages/8/All/barnyard2 X64 http://files.pfsense.com/packages/amd64/8/All/barnyard2 but this did not work, so I did the following command: chmod u+x /usr/local/bin/barnyard2 This didn't work so then I did the following: pkg_delete mysql-client-5.1.53 pkg_add -r http://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-8-stable/Latest/barnyard2.tbz but its still not working…. :(
  • Problem with Freeswitch package

    Locked
    37
    0 Votes
    37 Posts
    14k Views
    marcellocM
    test asterisk amd64 pkg_add -r http://e-sac.siteseguro.ws/packages/amd64/8/All/asterisk18-1.8.8.1.tbz i386 pkg_add -r http://e-sac.siteseguro.ws/packages/8/All/asterisk18-1.8.8.1.tbz This doc may be usefull too: http://www.freepbx.org/forum/freepbx/tips-and-tricks/asterisknow-freepbx-and-pfsense
  • Snort no longer starts - rules problem?

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    marcellocM
    @awsiemieniec: Worked for me, too.  I have no idea what I just opened up on my firewall, but it's working. Nothing at all, you just set a variable That is read by snort.
  • SNORT not blocking any alerts other than (http_inspect) alerts

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    M
    I have none whitelisted. I tested it by enabling all emerging rules, thus all sorts of alerts pop up. However, only the (http_inspect) alerts are blocked. Blocking is enabled, along with all the preprocessors. Snort is running - I tried reinstalling, manually updating rules, rebooting. Also, checked the system logs -all seem well. But no other alerts are blocked. I'm stumped. What am I doing wrong?
  • SquidGuard Mystery Bandwidth Hog

    Locked
    7
    0 Votes
    7 Posts
    5k Views
    D
    Indeed it turned out to be p2p, had to rummage through the computers on my network to find it as it didn't show up in the state tables or sockstat as a local connection - sneaky stuff, those p2p networks!
  • PPTP proxy package for multiple outgoing PPTP connections

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    D
    I had hoped that an approach like the one discussed in http://old.nabble.com/-patch–pf-PPTP-nat-passthrough-patch.-td16047825.html would have been implemented since (the discussion is almost 4 years old)
  • Firewall rule for NRPEv2?

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    A
    Found the solution, from ScottWilkerson of Nagios (thread http://support.nagios.com/forum/viewtopic.php?f=6&t=4728&p=20437#p20437) Had to remove the $ARG2$ values on the Nagios side (plus use the firewall opening for port 5666) Thanks all for your suggestions/help. AWS
  • Fix for the latest snort version - Snort 2.9.1 pkg v. 2.0.2 ..anyone?

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    G
    well its not my 'specialty' and i am still learning. i am all for contributing in anyway that i can, and right now ..that is doing a lot of research so i can actually learn more about the environment as a whole. ..which i love.. so..if you took my questions or comments as being snippy or what not…i apologize, but a person has to start somewhere. we all cant be 100% knowledgeable over night.  :-[
  • Varnish pass client ip?

    Locked
    9
    0 Votes
    9 Posts
    4k Views
    J
    2.X don't need streaming support, still trying to learn how to put together a decent static website, lol
  • Where to get AMD64 version of Unbound

    Locked
    25
    0 Votes
    25 Posts
    9k Views
    W
    Hmmm - ok i think you have given me enough info to work with. I will check it out and see if I can find a problem.
  • Squidguard ACL list sorting and checking

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • What is the meaning?

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    B
    Of course not only installed. I added rules and selected interfaces. But not give any alert or blocking i do not understant anything to this snort
  • Postfix forwarder - warning messages

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    marcellocM
    @biggsy: It's a pity that you can only see packages that haven't been installed in the Available Packages page - no easy way to see if the currently installed version is out of date. When there is updates to installed packages, you can see your current version and updated version available.
  • What is the problem in SNORT!

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    B
    @GrandmasterB: Looks like the same problem I have. -> http://forum.pfsense.org/index.php/topic,45191.0.html Can you check if you have the snort binary-file in /usr/local/bin? In my case the packages snort.tgz etc. were not installed correctly. Where is the snort binary. How can i reinstall this file. Now i am looking log files it gives some error it likes snort[32143]: FATAL ERROR: /usr/local/etc/snort/snort_52423_re0/snort.conf(145) => Unable to open the IIS Unicode Map file '/usr/local/etc/snort/snort_52423_re0/unicode.map'.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.