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
    S
    @icoso said in Snort Alert list explanation: If I only run it on the LAN ports wouldn't that only prevent my users from going outbound to certain IP's? I think you're misunderstanding how it works. In legacy mode it will check for "bad" packets going past the router, and add the "bad" IP to a table/alias, and the firewall will block packets to/from that table. It is not directional in the sense of "it's on LAN so only watches outbound." Running it on LAN also identifies which internal device triggered the rule because otherwise on WAN it is after NAT, since it's outside the firewall. You can run it on WAN, sure. Some do if they have a lot of internal interfaces and don't want that many Snort/Suricata processes running. It's a tradeoff of "scanning packets that will never actually arrive" vs convenience/RAM usage. Here is the setting I mentioned in Suricata; the packages are similar to maybe Snort has it also: [image: 1757427238489-8223c7ca-ba6c-4503-8668-2b7c03e597ef-image.png] However, on the Snort interface settings click the View List button by "IP Pass List" and you'll see which IPs are ignored by default.
  • 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

    700 Topics
    4k Posts
    Bob.DigB
    @HFADmin said in Wireguard Multi VPN Tunnels: Can I have the main pfsense monitor all the gateways That is the default.
  • Bandwidthd

    Locked
    23
    0 Votes
    23 Posts
    16k Views
    J
    Now I get a blank screen ??????
  • Services

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    J
    tried that and the services went then on reinstall all came back + 1. The only way I mananged to remove them was to do a package backup edit the xml then restore config.
  • Multiple blocklists in Squid

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    R
    So it isn´t possible just to add two ACl lists to the code of Squid? Something like: acl semirestricted_hosts src "/var/squid/acl/semirestricted_hosts.acl" acl semirestrictedlist dstdom_regex -i "/var/squid/acl/semiwhite.acl" acl lessrestricted_hosts src "/var/squid/acl/lessrestricted_hosts.acl" acl lessrestrictedlist dstdom_regex -i "/var/squid/acl/lesswhite.acl" Then further in the code I give them access I can´t figure out how to do that? I am trying to give for each part of the company a different permission to the internet. ANY help is welcome…. Johny
  • 1.0.1-SNAPSHOT-02-09-2007 - Too many squid service

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    S
    @hsiang: Yup, the problem solved. but when i configure some setting in cache management, when i save it, i prompt The following input errors were detected: * The field 'Hard disk cache location' is required. I thought that this field by default is empty?? we do not need to key in any entry unless we want to change the default path? Not sure.  I would ask in an active squid thread.
  • Squid Null FS, No HD for Embedded

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    S
    So if I understand correctly if you set the maximum object size to 0, it will still memory cache but not disk cache?
  • Snort and syslog.

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    S
    @vleinone: Hi, True if you mean "Diagnostics: System logs: System" page, but it send only blocked information, not full alert (right). I want to send syslog "Services: Snort: Snort Alerts" page information. Br, Ville Oh okay, yeah that won't work currently.
  • OpenNTPd starts more than once, then dies

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • UPnP - Service stops itself?

    Locked
    9
    0 Votes
    9 Posts
    4k Views
    R
    Glad you got the update installed successfully. Let me know if you still have issues with miniupnpd. The error message from the log when it happens, and what you did or program you were using to make that error occur is what I need. Otherwise I'm shooting in the dark on where problem is.
  • Snort doesn't seem to sync to slave members

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Snort Rules & Selective Blocking

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Y
    Yes it can be done in pfSense. It would be possible to specify which categories are to be blocked. I might do this soon when I get some free time.
  • Miniupnpd device access wrong

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    R
    Good find. I have added the code to correctly set the webgui url in miniupnpd. Please update by doing the following and let me know how it works for you. From the console choose option 8 shell. Type the following command. fetch -o - http://wgnrs.dynalias.com:81/pfsense/miniupnpd/sh-update-miniupnpd.sh | sh - After that completes goto the miniupnpd settings page in the webgui and click change. This will rebuild the miniupnpd config and restart miniupnpd.
  • Spamd does'nt work after clean installation

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    belleraB
    Ok, I found the problem … spamd only starts if you put an item at "SpamD: External Sources" ... Best regards, Josep Pujadas
  • FreeRadius Package Install Failed

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    J
    Not sure what is happening, but I can't seem to install freeradius via the package manager in the GUI now.  This is the error I recieve: Downloading package configuration file… done. Saving updated package information... done. Downloading freeradius and its dependencies... done. Checking for successful package installation... failed! Installation aborted. When I try to execute a pkg_add -r freeradius in the gui like I had done previously, this seems to hang too.  I did notice looking on the freebsd ports site that they have moved to freeradius-1.1.4_1.  Not real sure what to think of it just yet, but if anyone has a solution please let me know, I'll continue working with it on my end.
  • Bandwidthd from SourceForge

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    JeGrJ
    I would suggest posting in the other thread (where all other package and bug related questions are found). :)
  • Block Extension - Squid

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    O
    I set manually, but is dangerous, because the rules of webGui is different.  =/
  • Spamd

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Cannot start OpenNTPD time server, no helpful logs

    Locked
    7
    0 Votes
    7 Posts
    7k Views
    T
    @sullrich: Do you have the OpenNTPD package installed as well? I'm not sure what you mean in saying "as well"…are there two OpenNTPD services? I'm talking about the OpenNTPD package that can be installed as an extra and used as an NTP Server to provide NTP to the network, which would then allow me to synchronize client computers with pfSense. That is what I have installed and what is not starting for some reason. I suppose there is an NTP client in pfSense that synchronizes with internet servers (e.g. pool.ntp.org), so that may be causing the confusion, but that part of pfSense seems to be working great and is not in question... But maybe neither is working...?
  • Run ntop at startup

    Locked
    7
    0 Votes
    7 Posts
    4k Views
    G
    anyway this is not so imp. Ntop is not so good. I`ve noticed that it shows only some kind of traffic.For ex. DC++ is not shown only bittorent and edonkey.Maybe is configured to do this.
  • Proxy logs

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    J
    the best place to find the logs and view these stats is under /var/squid/logs/access.log and cache.log, the later being the more helpful of the two.  If you view it in vi you can use shift G to jump to the end of the file where the most recent entries are.
  • DNS Server package + failover

    Locked
    12
    0 Votes
    12 Posts
    4k Views
    S
    Everyone who has been approved should now see a NEW DNS Server testing forum area.  Please visit and lets continue testing there. Thanks
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.