Subcategories

  • Discussions about packages which handle caching and proxy functions such as squid, lightsquid, squidGuard, etc.

    4k Topics
    21k Posts
    J
    @JonathanLee use Pfsense 2.8.1.
  • 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.
  • Handling package versions + system time

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    ?
    My mistake, I misread your original post.  I thought you wanted to revert pfSense versions.  No, a package revert would be a useful thing.  I retract my argument.
  • Pfflowd - Not starting SOLVED

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    F
    Thanks for sharing the solution! I'm sure it will be helpful for some people.
  • IMspector 0.8

    Locked
    27
    0 Votes
    27 Posts
    13k Views
    J
    It works now :) but not logging in Xamp,Wamp nor EMS sql manager MYSQL. I have to go for now. Its late. Gotta catch up jeepney. See you guys tom. Thanks for the heads up :) jigp Davao City
  • SquidGuard : to block all internet excep few web sites

    Locked
    12
    0 Votes
    12 Posts
    13k Views
    D
    @romegas: @dvserg: Pls post to my PM you SG config (Tab 'Log') Hi dvserg, it's posted. Hi Sorry, i look this nearest time. Thanks
  • IMspector also not starting after upgrade

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    B
    I don't have any good answers for you on package rollback right now.  There are numerous improvements that the package system needs, this is one of them. –Bill
  • Squid blocking streaming over port 80 !!!

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Updated Dashboard Package

    Locked
    8
    0 Votes
    8 Posts
    4k Views
    jimpJ
    I put up a new dashboard package again last night, here are the changes between 0.7.3 and 0.7.4: Fixed a protocol detection bug (ipv6) NEW Widget: gmirror status NEW Widget: snort alerts - AJAX updating. Format subject to change. Comments welcome on info displayed/format. Added filtering capability to the Services Status widget, you can specify a comma-separated list of services to not display. Added mbufs display to the system info widget Added total memory display to the system info widget Refined the filter log parser a little more. Split the line parsing off into its own function. Added a CLI filter log parser
  • Caching youtube videos using squid and videocache

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Dashboard and 1.2.1

    Locked
    31
    0 Votes
    31 Posts
    12k Views
    jimpJ
    I left the main dashboard screen running overnight on my laptop and it was still working and responsive this morning. A little slower than it was right after a refresh, but not locked up like it had done previously. I'm not sure if it's changes that are up in the current package, or updates I have done since, that have improved it. I'm hoping to have yet another version of the dashboard out with a couple new widgets by the end of the weekend.
  • Why SNORT do not block IP ?

    Locked
    10
    0 Votes
    10 Posts
    5k Views
    M
    :-[ Not working. It's ok at the beginning but each time i modify something, the service do not block IP. And also i have some difficulty with POP, remote server are blocked by SNORT (whitout the POP rules checked). Anyway, i won't use it, that's all ! Thnaks anyway for your help ! ;)
  • PROBLEM update SquidGuard

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    E
    Hi, the console with vi editor / usr / local / pkg / squidguard_configurator.inc into the ini_set ( 'memory_limit','32M '); 32 to 64, and the place will solve the problem if you try again.
  • Max cache

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    N
    The size of your cache is also limited by your max. RAM! From wiki.squid-cache.org: How much memory do I need in my Squid server? As a rule of thumb on Squid uses approximately 10 MB of RAM per GB of the total of all cache_dirs (more on 64 bit servers such as Alpha), plus your cache_mem setting and about an additional 10-20MB. It is recommended to have at least twice this amount of physical RAM available on your Squid server. For a more detailed discussion on Squid's memory usage see the sections above. The recommended extra RAM besides what is used by Squid is used by the operating system to improve disk I/O performance and by other applications or services running on the server. This will be true even of a server which runs Squid as the only tcp service, since there is a minimum level of memory needed for process management, logging, and other OS level routines. If you have a low memory server, and a large disk, then you will not necessarily be able to use all the disk space, since as the cache fills the memory available will be insufficient, forcing Squid to swap out memory and affecting performance. A very large cache_dir total and insufficient physical RAM + Swap could cause Squid to stop functioning completely. The solution for larger caches is to get more physical RAM; allocating more to Squid via cache_mem will not help.
  • Squid 3 gui bug

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Installing imspector

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    B
    @g4b0: Not exactly, it can also log in a remote mysql, and that's what I need. Why additional packages (all, not just IMSpector) dosen't work on embedded PFSense? The package can't do that right now anyway, that functionality is broken unfortunately.  I'll defer to the 'installing on embedded' sticky in this forum.  Anyone wishing to correctly fix not only the package system so it has the ability to differentiate packages by platform, as well as fix packages on embedded is more than welcome to create an account on our Gitorious install, clone the repo, commit the fixes, and ask for a merge request.  Until then, there are no developers that have a vested interest in making packages work on a system with a read-only filesystem (and I don't expect this to get any better). –Bill
  • Squidguard or Lightsquid and Enterprise.com

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    M
    Having used squid for several years issues like this pop up every now and then.  Update your Squid (SquidGuard) package to the latest version and hope for the best.  At the moment we are down to only one site that we use regularly not loading via Squid.  If we set that user's IP to bypass Squid, we get right through.
  • Snort 2.8.2.6 problems running. Snort failing to run.

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    K
    for my version: # uname -a FreeBSD cerberus 7.0-RELEASE-p8 FreeBSD 7.0-RELEASE-p8 #0: Thu Jan  8 22:07:30 EST 2009    sullrich@freebsd7-releng_1_2_1.pfsense.org:/usr/obj.pfSense/usr/src/sys/pfSense.7  i386 pm26862 is right! The syntax of the & together with ; is mistaken and should be corrected. the way to correct this issue is two fold; First for operetion  where the process is sent to background (via the & operator) you must exclude the end of statement operator (;) and/or change line. For instance my config in the critical section looks like that : /bin/mkdir -p /var/log/snort;/usr/bin/killall snort2c sleep 8 snort -c /usr/local/etc/snort/snort.conf -l /var/log/snort -D -i ng0 -A fast & sleep 8 snort -c /usr/local/etc/snort/snort.conf -l /var/log/snort -D -i dc0 -A fast & echo "Sleeping before final memory sampling..." sleep 17 Each command is on a one liner, hope it helps. Keep in mind that removal of the & operator (send to background) does not allow the script to continue with all its operations until the snort -c directive return from execution (that's why blacklisting works only for the first declared device).
  • General Question

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    B
    I think that McAfee has as an enterprise server to get all of those nice statistics if you are running their antivirus.
  • SquidGuard Blocked URL Bug

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    D
    @itsmorefun: not $res[F_LOG]         = 'off'; but $res[F_LOG]         = ''; ;) because in /usr/local/pkg/squidguard_configurator.inc : if ($rew[F_LOG])                     $sg_tag->items[] = "log " . SQUIDGUARD_ACCESSBLOCK_FILE; Thank.  :) upsss Sorry my error. Thanks!
  • Squid Bypass Firewall rules!

    Locked
    7
    0 Votes
    7 Posts
    12k Views
    T
    On 2.0 squid can be controlled with firewall rules now since user rules are evaluated before squid default pass quick all rules. So there the problem is gone then :-) In pfSense 1.2.x squid-rules are checked first before the other rules… so this is the problem that you cannot create any rules to pass traffic through the firewall before squid catches them ...
  • Squidguard Auto update

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    I
    Ok Thk http://sourceforge.net/projects/sgupdate/ http://www.maynidea.com/squidguard/faq-plus.html#autobl
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.