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 ... Edit (08.09.2025): Its UP again!
  • 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?
  • Imspector-dev - new gui options and msn2011 support

    Locked
    12
    0 Votes
    12 Posts
    4k Views
    marcellocM
    maybe this post from haproxy can help you. http://forum.pfsense.org/index.php/topic,42852.msg221708.html#msg221708
  • 0 Votes
    2 Posts
    1k Views
    marcellocM
    Allow access to squid port and block all traffic on users interface.
  • Squid in transparent mode and dmz..

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    M
    Wah so simple and it just work… /Michael
  • Snort Memory Usage

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    D
    From my experience, yes this is normal. Use AC-BNFA for memory performance.
  • Snort Alert Logs

    Locked
    1
    0 Votes
    1 Posts
    935 Views
    No one has replied
  • Local Transparent + WAN Authenticated Squid Proxy possible

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Bandwidth monitoring?

    Locked
    7
    0 Votes
    7 Posts
    10k Views
    P
    Yes, the draw graph checkbox should now be checked on initial install. The graph data should go on and off based on the checkbox setting (previously it always did "draw graph", the checkbox was not effective). The "bandwidthd has nothing to graph…" initial page got cached in my browser (Firefox) - I messed around for a while wondering why nothing displayed, then forcibly refreshed the page and the bandwidthd graphs appeared. So try a page refresh, or clear your browser cache. bandwidthd tries to write its data to different places in "/usr" depending on the pfSense version: switch ($pfs_version) {   case "1.2":   case "2.0":     define('PKG_BANDWIDTHD_BASE', '/usr/local/bandwidthd');     break;   default:     define('PKG_BANDWIDTHD_BASE', '/usr/pbi/bandwidthd-' . php_uname("m") . '/bandwidthd'); } But on nanobsd "/usr" is read-only. So everything goes well until it wants to actually write the graph data! There used to be some other issues with packages that wrongly left "/usr" read-write. At those times, bandwidthd could "jump in" and write its graph data. If the system was in this state for a few weeks, there were lots of writes to the CF card. I think this was a reason why I killed a CF card a few months ago. Anyway, bandwidthd on nanobsd is not expected to work at present (certainly does not work on 2.1-BETA0). I am going to make some code changes to put the graph data in "/var" on nanobsd but haven't got to it yet. For that, I also need to think about what to do about periodically saving a copy to the CF card (and at shutdown) and reloading it on startup.
  • Cannot Play Youtube Videos Using Squid Proxy

    Locked
    3
    0 Votes
    3 Posts
    8k Views
    Y
    Hi, First of all thanks for your replies, my problem is solved, it was following two lines in config http://fpaste.org/wKm7/ request_body_max_size 20 KB reply_body_max_size 51200 deny all i changed this two lines & now youtube is working correctly. Thank You.
  • Snort Categories

    Locked
    7
    0 Votes
    7 Posts
    2k Views
    X
    As logger mentioned just click the Edit button next to the interface you want to configure. Kind of makes sense since you might want different categories and rules for different interfaces. Logger, thanks for the suggestion about preprocessors.
  • Tracking down traffic

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    marcellocM
    ntop and bandwidthd will tell you what ip/protocol did the traffic
  • Snort White/Suppresion lists

    Locked
    1
    0 Votes
    1 Posts
    970 Views
    No one has replied
  • Snort not respecting whitelist aliases anymore

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    I
    Thank you Ermal, for the quick response. What config files and logs specifically do you need? Do you need the specific blocking events logged by snort? Or the contents of the Aliases from the config.xml?
  • Auto Squid Cache Clean Script

    Locked
    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • Squid msgget failed

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    Q
    thanks for reply. 1 i can't find the ssl_crdt command /usr/local/libexec/squid/ssl_crtd -c -s /var/squid/lib/ssl_db 2 can't find this directory delete /var/squid/lib directory i think i must be running a different version of pfsense/squid. 3 /usr/local/sbin/squid -z i've been seeing a lot of this command, so i decided to jump in using this http://wiki.squid-cache.org/SquidFaq/OperatingSquid#I_want_to_restart_Squid_with_an_empty_cache and so far, squid been up. thanks much for the reply
  • Snort 2.9.2.3 pkg 2.5.1 not generating any alerts or blocking

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    M
    @RoFz: How dumb of me! I've just found the categories tab and after enabling the needed categories everything started working. My apologies for posting such a dumb problem. how do you enable those rules and found the categories tab ? shed some light TIA
  • OpenBGPD 0.5.2 unable to start

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    P
    I am facing the same problem , what do you mean by "run /var/etc/openbgpd/bgpd.conf" ?
  • Dansguardian force safesearch

    Locked
    4
    0 Votes
    4 Posts
    6k Views
    R
    @hanzer: thx! will check it out! BTW… the other thing you might want to consider is that google now does SSL search by default if you are logged in (see http://support.google.com/websearch/bin/answer.py?hl=en&answer=173733). If someone is using SSL google search, the URL parameters and the returned content is not checked by Dans. You can get around this by making some changes to resolve the google address to nosslsearch.google.com.
  • Bandwidthd - where to write on nanobsd

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Varnish and pfSense 2.1 betas. Is it compatible package?

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Block facebook for android app with squid

    Locked
    5
    0 Votes
    5 Posts
    7k Views
    B
    I managed to solve the problem with Aliases (CIDR) and firewall rules also with enabled transparent proxy in squid.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.