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.
  • Skip url lightsquid

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    S
    @markkus69: Hi! I need skip from logs in lightsquid an url from determined ip in my network Example ip 192.168.1.40 skip in logs just www.example.com and log another's one. I think is something in  lightsquid.cfg Hi, By default it is not possible yet. You are right you should take a look https://bitbucket.org/esl/lightsquid/src/dc850187d487/lightsquid.cfg SGTR
  • Recommendations antispam Pfsense for internal server mail

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    B
    I recommend postfix forwarder for this job. It does an excellent job of stopping spam bots without any external blocklists but you can add those.
  • 0 Votes
    3 Posts
    2k Views
    O
    In the firewall log, if you click the red "X" then a popup will tell you which rule has caused the block.
  • Snort blocking - easy DoS if client is behind a proxy

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    bmeeksB
    @crester: Thank you Bill. I have read the post and it looks it will be a nice workaround until next release. Reading the post, I have understood how pfSense and Snort work together, because I didn't understand very well how was the processes, as I have a 3-way-hands. and flow (and payload) previous the block. It has created me a doubt and sorry, I have just landed to pfSense. What is then the diference if I check "Use IPS Policy"? is in the pfSense roadmap get snort true inline? No, there is no roadmap yet for a true inline IDS on pfSense (at least not that I am aware of).  The Snort VRT folks are actually migrating away from that somewhat and pushing folks over to using Barnyard2 and incorporating plugins there such as snortsam.  My reading of their blog posts leads me to believe they will slowly phase out the Output Plugins API that things like Spoink currently rely on. Bill
  • HAVP trouble on 2.0.3 (also more general AV question/solns?)

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Syslog-ng Not Starting 2.1 Beta

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Postfix null client on pfSense?

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    S
    Well, there is an option under the web interface (System: Advanced: Notifications) to send emails already. Can you re-use this functionality to send the emails?
  • Dansguardian configuration issue

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    P
    @rjcrowder: @plkmplkm: EDIT: just a question: in this configuration, the squid field "Bypass proxy for these destination IPs" is still active even if is binded to the loopback iterface or i have to set something in the DG config (i haven't find anything similiar)? The setting will not have any effect. The way to bypass Dansguardian (and subsequently squid) is to change your firewall rule so that certain IP's are not redirected to port 8080. For example, I have my redirect rule set to not redirect the 192.168.5.208/28 range to port 8080. Then I can put devices such as the Xbox in that IP address range. Perfect, thank you very much, you're the best  ;)
  • Dansguardian + Squid Bad gateway

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • SARG is not showing Username

    Locked
    1
    0 Votes
    1 Posts
    856 Views
    No one has replied
  • Pfsense/ squid and an irritating problem

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    D
    actually I don't want it to be transparent. I am using pfsense to simulate a clients network, and all web traffic is https via 3128. I am trying to replicate this in the office before the appliance goes back to the client location. using a 4 port router I can simulate the gateway and point traffic to the pfsense box, I need to understand how to force all https traffic through 3128 and make it work… any suggestions would be great. thanks
  • Snort with PF_RING(?)

    Locked
    9
    0 Votes
    9 Posts
    5k Views
    N
    @bmeeks: @nexys: Now it really works!!! Thank you very much, you just helped me a lot. You are welcome.  Sorry I did not catch that "drop" versus "alert" change on my first post.  Must have been reading while half asleep… :D Bill Look this capture http://puu.sh/2UdxH.png [image: 37859489.jpg] Edit: When I finished writing this post I went up to 5000.
  • Postfix, mailscanner, spamd - how do I know it is doing anything?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • HAVP not running

    Locked
    9
    0 Votes
    9 Posts
    3k Views
    A
    @steve40: I had this same exact problem for weeks and nearly decided to scrap the product out of frustration. Then I did a swapinfo -h and saw that my swap space was 100% utilized and only 2MB in size. Then I realized I had chosen the quick and easy install which doesn't ask any questions and lays out your entire partitions for you. I re-ran the install to disk option in the mode where you get to chose your own layout and made sure to check the swap space allocation and even raised it to 4096MB. I haven't had the problem since. Hope this helps someone out there. Damn… I too did the simple install.
  • FreeRadius XMLRPC admin password

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    C
    @qwertz: Also the password is saved clear text in the config.xml. Shouldn't it be encrypted ? It can't be securely. http://doc.pfsense.org/index.php/Why_are_some_passwords_stored_in_plaintext_in_config.xml%3F
  • Snort showing many DNS cache poisoning alerts

    Locked
    6
    0 Votes
    6 Posts
    11k Views
    bmeeksB
    @Deadringers: hmm I think I may have found out what it was… so I upgraded my ESXI guests yesterday to use the VMXNET 3 adapters rather than the e1000 With this meant I had to re apply the config on my 2008r2 DC to the new adapter - here I referenced that the DNS server my DC should use was it's actual IP rather than it's loopback. I think this was some how producing an in correct result as far as snort was concerned? Because now I have changed it to 127.0.0.1 and I am getting no DNS errors. Yep…I don't know all the super secret details of Microsoft AD servers, but I do know the domain controllers want themselves (the loopback address) for DNS.  Glad you got it sorted out. Bill
  • Dansguardian is not showing category name

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    R
    @heavy1metal: Quick question for you, since facebook defaults to HTTPS, what configuration setup did you need to do in order to get it to filter HTTPS? Are you using Squid3? Did you just forward 443 > 8080? You can't forward 443. You have to use an explicit proxy config if you want to filter SSL. Even then, Dans cannot filter the content for SSL (the traffic is encrypted) - only block by address.
  • NTOP RRD Broken

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Zabbix firewall log - don't want these.

    Locked
    9
    0 Votes
    9 Posts
    3k Views
    C
    That did it!  Thank you so much.
  • Squid2 - problem blocking user agent because ; is not allowed

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    N
    Don't know what happend but nothing on may custom options code but now again all internet explorer versions are blocked. Can someone help me on this how to block user agent only for some source subnets but not for all ? I appreciate your help!
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.