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
    patient0P
    @andresbraga if you still have the firewall rules as you posted, then I don't know why from the laptop you can't ping the pfSense Wireguard address 10.10.6.1 nor the pfSense gateway 10.10.1.1 What is the routing table of the laptop. And I would run a packet capture on pfSense and check what you see if you run the ping to 10.10.1.1 or 10.10.6.1.
  • Proxy server - access control - blacklist problem

    Locked
    18
    0 Votes
    18 Posts
    18k Views
    C
    you can always use the Custom Options under General Settings of Proxy Server: for sample sites: www.youporn.com www.pornhub.com acl blocksite url_regex youporn pornhub; http_access deny blocksite ```this will only blocked if squid sees in URL youporn or pornhub now what if client will ping youporn.com and use the ip addess in exchange of domain name(youporn.com)… then use dstdom_regex. But its slower than url_regex. acl blocksite dstdom_regex youporn pornhub; http_access deny blocksite now its up to you to decide. ;) This problem is just in GUI but squid 2.6 will always work as it should be. For more info about acl and http_access deny visit the wiki page of www.squid-cache.org In black list have you tried``` google;youporn;pornhub ```it should be with ;
  • Is LCDproc package working for 1.2.2 yet?

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    O
    There seems to be some fairly severe problems using LCDproc in pfSense.  I haven't a clue whether there was an update to pfSense or LCDproc that causes these issues, or if there's something deeper.  I'll readily admit my BSD-fu is not too strong.  :)  Symptoms vary from locking up the web configurator to simply refusing to start LCDproc.  Error messages in System Log:System range from "php: lcdproc: The chosen lcdproc driver is not a valid choice" to "LCDd: Server shutting down on SIGTERM" and "php: lcdproc: Stopping service: no com port selected".  Depending on circumstances it can even prevent other services such as squid from starting.  I've tried so many different variations I can't keep it all straight now.  However just checking "Enable LCDproc" and clicking "save" after initially installing LCDproc locks up the web configurator, requiring a reboot. Hopefully it'll all be resolved with the next release.  I really love pfSense but at this point I'd recommend not using LCDproc in pfSense on a critical network unless your BSD-fu is strong.
  • LCDProc changes for NEXCOM - HELP!

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Snort not blocking

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    S
    I take that back… Is blocking now  ???
  • Can i do "this" with pfsense?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Cry HavokC
    Traffic shaping Squid + SquidGuard Policy based routing - just specify a gateway for the firewall rules
  • Emerging Threats

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    J
    Its on my TODO list…... If you can think of any other rule places let us know. Though I think adding these rules will over overwhelm the end user. James
  • 0 Votes
    2 Posts
    2k Views
    K
    You definitely won't be able to get both SSL and cleartext traffic onto the same ip/port. The encryption in HTTPS is set up before any headers are sent, so the server is unable to differentiate by hostname. Proxying by virtual host shouldn't be hard to set up in squid, and I'm fairly sure you can do it, though I haven't used squid with pfSense so I can't help you there. There are lots of potential alternative ways to do this part though, Apache and many other web servers and reverse proxys have no trouble with that.
  • Adding quagga package

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Problems with squid on friendster

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    C
    If your using squid from pfsense package and using default configuration then probably the kern.ipc.nmbclusters is zero. runsysctl kern.ipc.nmbclustersand if zero then set``` sysctl kern.ipc.nmbclusters=8192 I've encounter this kind of issues before when caching dynamic contents like URL contents with ? Most servers like friendster have no Cache-Control header on thier index.php(but i think its fixed already). So i have added to my squid.conf refresh_pattern \.php 0 0% 0 as a result this will not cache all URL the has .php
  • Cannot access internet

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Squid traffic management question

    Locked
    6
    0 Votes
    6 Posts
    13k Views
    D
    @Xefan: So I have to decide if I want to limit Overall bandwidth throttling (a "channel" for all clients) or per-host throttling? Use Overall bandwidth throttling. Per-host set to 0.
  • Stunnel won't start + error

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    D
    Solved: http://forum.pfsense.org/index.php/topic,16109.0.html
  • Stunnel error

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    D
    Solved: http://forum.pfsense.org/index.php/topic,16109.0.html
  • Stunnel error on stunnel_certs.xml

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    D
    Hello, in effects… there is an error, in the XML. <field><fielddescr>RSA private key</fielddescr> <fieldname>cert_key</fieldname> <description>RSA private key used for certificate. Do not change for existing certificates!<br> <type>textarea</type> <rows>7</rows> <cols>65</cols></description></field> to correct in: <field><fielddescr>RSA private key</fielddescr> <fieldname>cert_key</fieldname> <description>RSA private key used for certificate. Do not change for existing certificates!<br></description> <type>textarea</type> <rows>7</rows> <cols>65</cols></field> so, correct it and it will work! Be sure to use the correct package FreeBSD port version (6.x/7.x) correspondent to your pfSense release. You can install packages offline using pkg_add… look in the wiki docs.
  • [SOLVED] Need help on bandwidthd on pfsense

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    T
    Problem solved. I added the extra subnet in /usr/local/bandwidthd/etc/bandwidthd.conf
  • Update problems with snort

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    J
    Man oh man Snort.org changed the way there files are downloaded. Third night in a row…. If you could serialdie delete this whole thread... thanx james
  • Freeswitch 0.8.7.5 Broken Links

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    C
    For future reference here is manual fix to download the missing files.  pfSense -> Diagnostics -> Command -> PHP Execute exec("cd /tmp/;fetch http://www.pfsense.com/packages/config/freeswitch/freeswitch_vars.tmp"); exec("cp /tmp/freeswitch_vars.tmp /usr/local/www/packages/freeswitch/freeswitch_vars.php"); unlink_if_exists("/tmp/freeswitch_vars.tmp"); exec("cd /tmp/;fetch http://www.pfsense.com/packages/config/freeswitch/freeswitch_profiles.tmp"); exec("cp /tmp/freeswitch_profiles.tmp /usr/local/www/packages/freeswitch/freeswitch_profiles.php"); unlink_if_exists("/tmp/freeswitch_profiles.tmp")
  • Squid block MySpace view picture?

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    Z
    Solved
  • PfSense blocking Zabbix agent

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Snort Rules Update Problem: snort rules: md5 signature of rules mismatch.

    Locked
    6
    0 Votes
    6 Posts
    5k Views
    jimpJ
    I added a note about this to the Doc Wiki for future reference.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.