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.
  • URL redirection problem

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    D
    Valid URL is http://…
  • How can we exclude one computer in webfiltering? SOLVED thanks.

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    O
    @dvserg: @odods77: @dvserg: squidGuard new ACL 'MyVIP' [add computer(s) ip(s)] Set SELF VIP Rules for this computers - 'allow all' only, for example. do we need to click apply in general setting? Always - for ANY change. Thanks Bro.
  • Error detected in my Proxy Filter SquidGuard SOLVED

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    D
    Re-Save Default Page
  • Squid Install Question

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    G
    Managed to sort it.  As this is a test system I have been playing with it plugged into a 2Wire Adsl router.  Turns out the 2wires content filter had been switched on and was blocking access to the packages for download. Cheers for all the help.
  • How can we block specific sites? SOLVED. Thanks.

    Locked
    23
    0 Votes
    23 Posts
    28k Views
    O
    THANK YOU SO MUCH GUYS! :) It's working already. Thanks…........
  • FreeSwitch Help

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    C
    Two Methods can be used: SIP Registration: You can make calls from one FreeSWITCH system to another simply by creating an extension on one FreeSWITCH system and on the other FreeSWITCH system you setup a gateway that registers to the extension on the first system. Then you can setup and use the Gateway like you would any other Gateway. You can then reverse the process and have equal access to call between both systems. Non Registration: (SIP URI) Another way is to use a SIP URI to the other system from the dialplan tab. The remote system that is being called would need a route set from the public tab to allow and direct the call. This could be done on both sides. Allowing calls to be moved from one system to another.
  • Access.log on squid

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    M
    The LightSquid package has a log rotate tool built into its GUI…might be easier for you.
  • Squid and COSS storage..

    Locked
    3
    1 Votes
    3 Posts
    4k Views
    C
    Use only if your disk can't handle such very very  busy small content. coss is deffirent from other cache so you cant replace aufs with coss. /cache0/coss is a file not a directory like the others. cache_swap_log will be your new swapt.state for all your cache_dir . All swap.state stays but will not be used when enabling coss. Upon starting coss will always rebuild. Enabling coss will also rebuild all your cache. custom configuration: cache_dir coss /cache0/coss 1024 block-size-512 max-size=10240; cache_swap_log /cache0/cache_swap_log; cache_dir aufs /cache1 19092 16 256 min-size=10240
  • Proxy server is working fine but traffic management is not working

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    C
    some won't work. but some will do. you may have to read some info on how pf and altq rules works. but in firewall lan rules (blocking or pass thingi should work perfectly).
  • How do find out if squid is working th way it should be?

    Locked
    3
    0 Votes
    3 Posts
    8k Views
    C
    Firebug a mozilla's plugin. this will show you the X-Cache header and anything else you might need to take a look. specially with their time response.
  • Need to find the origin of this traffic BAD-TRAFFIC Conficker.

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    K
    A kludge might be, if you catch it in the log fast enough, to check the state table and see which machine(s) is/are getting nat'd out to port 51806, though since this is DNS traffic it might be going through the DNS forwarder. You could also just scan your network for Conficker-infected hosts, apparently nmap's script for this is fairly reliable. See the post on the nmap page about scanning for Conficker.
  • Squid on LAN as a regular proxy but on opt2 as a transparent

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    M
    The transparent redirect part comes from a redirect command written in a configuration file.  I think it is located here: /usr/local/pkg/squid.inc from line 1204 on The best advice I can provide would be to start a bounty - there are several people here that would be able to complete this task in just a few minutes, it seems very doable.  The actual commands in the file are Greek to me.  Good luck.
  • Cannot upgrade/reinstall/uninstall squid

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • How to install SqStat?

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    D
    sqstat_tbz_url mean real path http\…...sqstat...tbz or ftp\......sqstat...tbz You must find this via inet
  • Lightsquid

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    Cry HavokC
    There is a French language forum if you look further down.  Don't forget to mention what the error is, since your post doesn't obviously mention one.
  • Havp service

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    B
    I had the same proble, mine no longer does this after i reinstalled. You chould install cron, and setup a start service job that starts cron every 1 min. I do this with ntop. I do not know the executable path for havp.
  • Snort blocking company emails after turning on web-client.rules

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    H
    Thanks for that. I added the ip's on the whitelist and re-enabled the web-client.rules, then I rebooted the server and it works beautifully. Thanks once again.
  • Reverse HTTP Proxy

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    T
    Thanks.  I might look at adding a reverse proxy package.  It looks like IIS7 has this feature.  I will check it out first to see if it fits my requirements.  I am just thinking what will scale and perform better.  Implementing this at the firewall or an internal server.
  • Snort Update and Oinkmaster.conf

    Locked
    29
    0 Votes
    29 Posts
    18k Views
    S
    Got it James. Thank You very much!
  • Cache dynamic content (Squid)

    Locked
    2
    0 Votes
    2 Posts
    8k Views
    C
    To give you some Idea http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube/Discussion sample configurations and bug fix or use this steps http://forum.pfsense.org/index.php/topic,16569.0.html
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.