Subcategories

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

    4k Topics
    21k Posts
    E
    I even tried deleting and creating a new certificate. Any suggestions?
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    fireodoF
    @Gradius said in Feodo Tracker Botnet C2 IP Rules down for almost 48h: Any mirror or alternative ? No - AFAIK ...
  • Discussions about packages that handle bandwidth and network traffic monitoring functions such as bandwidtd, ntopng, etc.

    572 Topics
    3k Posts
    keyserK
    @Antibiotic No it’s not possible with NtopNG as it is not a Netflow collector. You need nProbe for that which will “translate” recieved netflows into flows that NtopNG understands and can visualize (with very very little detail might I add as Netflows has no additonal information apart from sender/reciever and volume). The NtopNG package and the product in general is more geared towards visualising and recording traffic details from actual packet captures. This contains MUCH more metadata about the sessions than netflows (DNS names, protocol information and myriads of other things). But pffSense Plus has a builtin Netflow exporter if you have an external netflow collector on hand.
  • Discussions about the pfBlockerNG package

    3k Topics
    20k Posts
    tinfoilmattT
    @BiloxiGeek said in DNSBL and IPv6: Does it just follow the IPv4 address that is listed above that? In my case it would end up being ::10.0.0.86 Yes. In this specific context that's the notation being used. (Full IPv6 web server address, for reference then, would be: http://[0000:0000:0000:0000:0010:0000:0000:0086]) Nota bene: I use 0.0.0.0 which renders the DNSBL webserver useless and inaccessible, but otherwise returns 0.0.0.0 or ::/NOERROR answers to all blocked lookups.
  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    101 Topics
    2k Posts
    dennypageD
    @jhg said in NUT fails to start after 2.7.2 -> 2.8.0 upgrade: Interesting. I would have thought the initial reboot, which occurred as part of the upgrade, would have done the trick, but it took a second reboot, just now, to get things working. Glad you have it sorted. There was no difference in the output of usbconfig show_ifdrv at any point -- before or after unplugging/replugging the USB cable, nor after rebooting. ... Question: What would tell me whether or not a driver was loaded? If there were an attached driver, it should have shown up with the show_ifdrv command. If you use the command and look at the other usb devices, I think they will show attached drivers. I don't expect to see a driver attached to the ups, because there is a quirk that tells the OS to ignore that device (and not attach a driver). Look for idVendor and idProduct in the above output. The Vendor ID for your device is 0764, which corresponds to Cyber Power Systems, and the Product ID for your device is 0601, which is registered as "PR1500LCDRT2U UPS" (don't sweat an exact match for the name). You can see the quirk with the following command: [25.07-RC][root@fw]/root: usbconfig dump_device_quirks | grep 0764 VID=0x0764 PID=0x0005 REVLO=0x0000 REVHI=0xffff QUIRK=UQ_HID_IGNORE VID=0x0764 PID=0x0501 REVLO=0x0000 REVHI=0xffff QUIRK=UQ_HID_IGNORE VID=0x0764 PID=0x0601 REVLO=0x0000 REVHI=0xffff QUIRK=UQ_HID_IGNORE [25.07-RC][root@fw]/root: Your device is third on the list. The HID_IGNORE quirk says to ignore the device and not attach a driver. @jhg said in NUT fails to start after 2.7.2 -> 2.8.0 upgrade: You might consider adding this resolution to the release notes for 2.8. LOL... sorry, I don't have input to the release notes (I don't work here). While I wrote and maintain various packages, including NUT, I'm still just a volunteer. Most packages are actually written by volunteers.
  • Discussions about the ACME / Let’s Encrypt package for pfSense

    501 Topics
    3k Posts
    A
    Hi, Please help to forward / report the bugs in ACME 1.0 package. Thanks.
  • Discussions about the FRR Dynamic Routing package on pfSense

    294 Topics
    1k Posts
    yon 0Y
    said in Please update frr on Pfsense+ to FRR 10.3: https://redmine.pfsense.org/issues/15785 now frr 10.4.1
  • Discussions about the Tailscale package

    90 Topics
    610 Posts
    E
    Updated CE 2.7.2 to 1.86.4_1 Changelog pkg add -f https://pkg.freebsd.org/FreeBSD:14:amd64/latest/All/tailscale-1.86.4_1.pkg Freshports
  • Discussions about WireGuard

    699 Topics
    4k Posts
    S
    @Bob.Dig what's the right place?
  • SquidGuard on 2.2 not blocking was on 2.1

    12
    0 Votes
    12 Posts
    2k Views
    V
    If I block port 443 that will cause https to fail right?  If I want to make that work, can you point me to the instructions for making that work i.e. block when needed. Thanks! Rob
  • Error : The requested URL could not be retrived - pfsense - squid3

    6
    0 Votes
    6 Posts
    4k Views
    KOMK
    is there anyway to get the antivirus to work? No idea, but then I don't use that stuff.  I played with the Clam package but it was slowing down our link too much, and we already subscribe to a large vendor AV solution on all clients and servers here so the Clam stuff was redundant and less effective.  I know the new 2.2 using HAVP, but I still won't use it.
  • Snort 2.9.7.0 v 3.2.2 shows N/A

    8
    0 Votes
    8 Posts
    2k Views
    bmeeksB
    @PfChris: Hi bmeeks, i had "auto management" on and the Alerts File set to 500KB. Changed it to 50MB and will now check if the "problem" occurs again. Besides the "N/A" - does it work like it should? If the N/A is only a "cosmetic" thing then i don't mind at all - as long as snort is working properly Thank you for your help Most assuredly it works.  The "N/A" is purely cosmetic.  The blocked IP is in the blocking alias table (the <snort2c>table) or else it would not show up on the BLOCKED tab.  As I described above, the "N/A" simply means the alert log got rotated and so the GUI can't find the old alert description to display.  It does not mean the block is invalid or anything.  It just means the GUI code can't find the old rule description to show you (since it got rotated with the older alert log file). Bill</snort2c>
  • Monit "package" for pfSense part 3

    2
    0 Votes
    2 Posts
    814 Views
    C
    i've been using monit I think since 1.2 days… Great little tool! If I ever start to learn to code, this would be probably be my first pfSense package.
  • LCDproc

    5
    0 Votes
    5 Posts
    1k Views
    M
    :) Thank you
  • Platform 2.2 & Packages that dose not work

    7
    0 Votes
    7 Posts
    1k Views
    K
    Yeah - I know.  Thats what I told my friend and theat what he told the customers and yet…. They keep whining for it.
  • FreeRadius 2 not working: error code when running test command

    3
    0 Votes
    3 Posts
    1k Views
    U
    It was on an amd64 box. But my friend did some tinkering with it and got it working.
  • Growl in 2.2 rc

    2
    0 Votes
    2 Posts
    725 Views
    T
    Test button works but not seen any alerts from pfsense yet.
  • {SOLVED} Unable to communicate with packages.pfsense.org?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Snort adding multiple cron entries which expire blocked IPs too early

    8
    0 Votes
    8 Posts
    1k Views
    B
    Thx, for the fix!  :) Now, let´s wait for the pfSense Team. :-P
  • Snort wont start

    15
    0 Votes
    15 Posts
    2k Views
    bmeeksB
    I posted a Pull Request today that adds some additional validation checks on IP addresses and subnets when creating the HOME_NET and PASS LIST values for Snort.  Hopefully this corrects the issue with only a single forward slash ( "/" ) getting into HOME_NET and/or PASS LISTS. Here is a link to the Pull Request:  https://github.com/pfsense/pfsense-packages/pull/805 Bill
  • Guide to configure squid, squidguard, https?

    38
    0 Votes
    38 Posts
    9k Views
    M
    Some help please :)
  • 0 Votes
    21 Posts
    3k Views
    C
    pfBlocker has been removed, and replaced by pfBlockerNG for 2.2. It's in the package system if you want to install it
  • SNORT not blocking/reporting to Snort widget if

    2
    0 Votes
    2 Posts
    655 Views
    bmeeksB
    @Supermule: Snort is not blocking/reporting to widget if WAN IP REP is enabled. It is started and returning nothing Any idea to why?? Do you have IP REP files downloaded and then assigned on the WAN interface?  The files should show up under the IP LISTS tab (on the top row of tabs).  Then on the WAN tabs (lower tab row) you assign particular files to the interface on the IP REP tab.  Once you make the assignments, Snort will need restarting on that interface. I have the ET-Open rules "emerging-compromised-ips.txt" list assigned to my WAN, and I am getting blocks.  Just had a few in the last couple of hours.  The alert text will this:  (spp_reputation) packets blacklisted and the GID:SID is 136:1. Bill
  • Suricata 2.0.6 update coming soon – but only for pfSense 2.2

    3
    0 Votes
    3 Posts
    1k Views
    bmeeksB
    This update was merged this morning and should appear for pfSense 2.2 users only as mentioned in the release notice above.  Go to System > Packages > Installed Packages and the update should be showing as available. NOTE:  this update and future Suricata updates will only be available for pfSense 2.2 and above due to changes in the Suricata source code that break compiling a package on pfSense 2.1.x. Bill
  • Great pFsense 2.2 and squid3

    1
    0 Votes
    1 Posts
    818 Views
    No one has replied
  • Can't start Clamd antivirus - Squid3

    4
    0 Votes
    4 Posts
    2k Views
    N
    @firefox: i did not see this packages in the packages manger ? clamd c-icap where this from ? it is automaticly installed with squid3
  • Ntopng - regular errors

    6
    0 Votes
    6 Posts
    2k Views
    C
    Thanks!
  • Bandwidth monitor

    1
    0 Votes
    1 Posts
    925 Views
    No one has replied
  • Squid HTTPS/SSL killing Cisco VPN client connection

    11
    0 Votes
    11 Posts
    3k Views
    C
    A couple links on how its works and such… They are different but same concept https://mitmproxy.org/doc/index.html http://docs.diladele.com/faq/squid/index.html
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.