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.
  • Block p2p with squid & squidguard

    Locked
    6
    0 Votes
    6 Posts
    10k Views
    ?
    SquidGuard is simply an HTTP-URL filter.  It should not be considered a solution for filtering p2p applications such as bittorrent.
  • SquidGuard not blocking sites

    Locked
    10
    0 Votes
    10 Posts
    4k Views
    D
    Hm.. I will can look you squidGuard in the monday.
  • SOLVED! SQUID (51) Network is unreachable

    Locked
    2
    0 Votes
    2 Posts
    6k Views
    N
    Hi i found the problem. The NIC! I used cheap LONGSHINE LCS-8037TXR cards with Realtec RTL8169SC chipset. With these cards the ethernet connection always went down and up. Now I bought 3 new INTEL PRO1000GT and all problems are gone. HTH Chris
  • Memory error when trying to update URLBlacklist in Squidguard

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    D
    Big blacklist take Big time for rebuil db You can reload db from temp /tmp/sg_blacklists.tar - this is old success downloaded blacklist (enter local path to 'Blacklist URL' field After unpacking new blacklist placed to /var/squidGuard/arcdb and will rebuilded here. Only after this db copying to local squidGuard DB and you can view this from GUI. Restore last button copy /var/squidGuard/arcdb to squidGuard DB This is usable if you reinstall you SG with his inplaced blacklist.
  • Lightsquid Export Data

    Locked
    5
    0 Votes
    5 Posts
    6k Views
    D
    although people can still click on home to go to index.cgi and see who visits which sites. Fix this            [# ##MSG_HEADER##](index.cgi)            [# Home](/) As            <a># ##MSG_HEADER##</a>            <a># Home</a> would it be possible to display only 25 for example? Change /usr/local/etc/lightsquid/lightsquid.cfg #how many site show in TopSites report $topsiteslimit       = 25; Is it possible to make a cronjob to copy the topsites every month to another server or maybe another directory so I can block the /lightsquid directory? Report DB catalog is /var/lightsquid/report
  • Squid very slow after upgrade squidguard 1.2.0_1-1

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    P
    My hardware: HP DL380 G5, mem 2 GB, HD 74 SAS SquidGuard setting: Enable blacklist Use shallalist deny some Destination rules in Default. My Squid setting that I add/change: Custom Options add "acl sslports port 8443" Hard disk cache size 2048 Hard disk cache system diskd Memory cache size 128 Maximum object size 40 Authentication method Local
  • Squidguard questions

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    D
    @AudiAddict: I would like to give some managers access to this whitelist and allow them to add websites, only I don't want them on my pfsense webgui. In 1.3 annonced multi-accounts access to WebGUI @AudiAddict: Would it be possible to run some kind of ftp server where some people with a user and pass can edit this whitelist? Now impossible. Need change squidGuard GUI. @AudiAddict: Also, last but not least.. how can I add my own local ip to a whitelist so I don't get any filters :D ? This is possible. Create ACL and add you VIP IP's to the Source. And leave ALLOW all ruleset.
  • Update required to pkg_config.xml for Zabbix package

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    C
    you can download zabbix 1.4.x sources, compile zabbix-agent (./configure –enable-agent --enable-static) in a freebsd 6 box. Do a /usr/local/etc/rc.d/zabbix_agentd.sh stop and scp zabbix_agentd from the freebsd over /usr/local/bin of you pfsense box, and usr/local/etc/rc.d/zabbix_agentd.sh start. Don't forget to also copy zabbix_agent, zabbix_get, zabbix_sender. Giacomo
  • Snort.sh not correctly being updated

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    M
    For some reason the above code does NOT correctly display \n so I'm attaching a patch file, sorry for so many replies but I hope it helps devs. snort.patch.txt
  • Why ntop not there any more

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    GruensFroeschliG
    Just "try" to read the first page in this subforum… http://forum.pfsense.org/index.php/topic,11937.0.html @http://forum.pfsense.org/index.php/topic: From the CVS logs: reason for ntop package removal: * librrd_th.so.2 not being installed * package conflicts with base rrd package version (previous version) And it doesn't work right on FreeBSD regardless, due to threading bugs it'll chew up 100% CPU pretty routinely.
  • Lightsquid IP2Name

    Locked
    6
    0 Votes
    6 Posts
    11k Views
    M
    I have configured Transparent proxy and "Allow users on interface"  is selected on Proxy, and then my OPT1 goes down randomly. It doesn't happen when I remove the tick on "Allow users on interface" but I can get proxy reports when its not selected.  Can you tell me Where I have gone wrong? sorry use the same topic Manjula
  • Error squidGuard php: /pkg_edit.php:

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    D
    Where you take this blacklist? Possible what this is not a tar archive?
  • How can i install new package IMSpector?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Cry HavokC
    Go to the Packages option, select the Installed Packages tab and then click the button to re-install.
  • Squid (or lightsquid) stops working 1st day of each month?

    Locked
    9
    0 Votes
    9 Posts
    3k Views
    S
    so sorry, i thought i was the last one to post. i didn't know you'd replied.. well its november 1st and it seems to be ok now. whatever it is i did was after you suggesting it was to do with log rotation, so thank you you appear to have solved the problem. cheers
  • NUT From WAN

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    G
    Editing /usr/local/etc/nut/upsd.conf to allow all IPs (and restarting the service) appears to work.  Now I just need to find out how to make these changes survive a reboot. Anybody?
  • Snort and transparant proxy porn rules

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • OpenBGPD

    Locked
    11
    0 Votes
    11 Posts
    14k Views
    C
    Sorry to bring back the dead but has the BGP ever been fixed? I saw a bounty that was up to $600 even and no one touched it. If I knew enough I would do it myself free but its beyond my level, lol. I would really like to be able to use this though.
  • 0 Votes
    3 Posts
    3k Views
    P
    @UnderCover: i have this problem too i had to uninstall everything related to squid and keep it uninstalled until this is patched (i am using 1.2.1 rc1 beta) Oups !!! I work with the same version
  • Siproxd still no joy with xlite test setup

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Remove old packages from GUI ?

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    H
    ok thanks.. btw, i have removed ntop and snort.. 1. backup xml copy backup xml to new xml open new xml…., search ntop, snort.., remove menu items, and all other items with this names.. restore new xml everythink is ok now.. i will se, if i will manualy install ntop..., thank you...
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.