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
    @Smeg.Head Have you tried saving the log settings page as is? Years ago IIRC there was a bug there also where it needed saving. If pfSense is set to compress logs (should not on ZFS or slow CPUs) I wonder if it might be trying and timing out.
  • 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
    J
    @nanda said in pfb_filter and pfb_dnsbl services are not running Pfsense 25.07.1: When I checked the status of the service, the firewall returned, "does not exist". as in on the Status -> Services page? or where specifically ? and yet it shows on the dashboard services widget.. And you said this was a fresh install so ... are there any errors in pfblockerNG 's error.log, dnsbl_parsed_error or py_error (Firewall -> pfBlockerNG -> Logs on the pfblockerNG -> General. make sure the Keep Settings option is enabled then head over to packages and try to reinstall the package (you may remove and install or just reinstall) see if you spot any install errors during the install then when complete you will need to change the masterfile / mastercat line again and then check the update page at Firewall -> pfBlockerNG -> Update should have a status showing the next scheduled cron event (if that is within a few minutes just wait for it to run). if it is more than say 20 minutes away or says not scheduled (or similar) then on the same update screen force Cron hit run. when that is complete check the status then reboot check the status
  • 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

    500 Topics
    3k Posts
    G
    @Gertjan well..... finally i created a new user for inwx and just gave him dns_management role only AND without 2FA. So now all is fine, my PFSense has the LE Cert as it should be. Thanks and kr Mike
  • 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
    609 Posts
    luckman212L
    The bugaboo that was affecting the FreeBSD 15 pkg repos has cleared, and the new builds seem to be finished. So, 1.86.4 is now landed in FreeBSD:15:amd64/latest ABI: pkg add -f https://pkg.freebsd.org/FreeBSD:15:amd64/latest/All/tailscale-1.86.4.pkg
  • Discussions about WireGuard

    699 Topics
    4k Posts
    S
    @Bob.Dig what's the right place?
  • Squid - Disable Access Log Patch

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    B
    @msamblanet: Thanks - patch form Sorry for all the questions for a fairly trivial patch - hopefully as my current work project calms down I can offer something of more substance… Commited.  Thanks –Bill
  • Securing Package CGIs?

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    B
    @msamblanet: OK - thanks - I have a better sense where things are going now…as you have seen in my other email, I took the first pass option of forcing users to enable the cachemgr so you have to choose to accept the risk... If I ever find enough free time I am qualified to write the module you propose - but time is always the trick...my hat is off to you - I don't know how you (and many other good OpenSource authors) find the time to do this... An option I was toying with overnight was how one could make a PHP wrapper so that the cgi was kept outside the web directory and content was in an iframe or similar with the PHP wrapper handlng security - would even allow us to keep the pfsense menus on the screen :)  ...unfort my PHP is pretty weak (I'm just an old Asm/C/C++ dev turned Java in the current day/age) - so I don't know how hard doing the CGI calls from PHP would be...can't imagine it's too bad but caveat coder Hmmm…that's actually not a half bad idea.  I dunno about an iframe, but we could probably allow auth.inc to do it's job and use passthru() or something to run a cgi.  I'll have to think about that a bit. --Bill
  • Install other packages

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    D
    Ok, thks Success to you in work
  • Ntop errors

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    J
    Ntop has all sorts of problems.  No one is currently looking after the package as far as I know so they probably won't get fixed.  But I think something better is getting added to 1.1 anyway, maybe maybe not.
  • Problem at Status>Services

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    L
    Thanks, fixed.
  • Firewalling and Squid

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    L
    Thanks for the reminder, I have been meaning to do this for a while, http://cvstrac.pfsense.com/chngview?cn=11517 There is also something else before this should work, You will need to create a pass rule for access to webgui and ssh after the block rule. Then disable anitlockout in System -> Advance, then it should work. It should also work for traffic shaper rules for squid.
  • Translate pfsense

    Locked
    8
    0 Votes
    8 Posts
    5k Views
    S
    Fernando Lemos "Fernando Lemos" <fernando_at_netfilter.com.br>,</fernando_at_netfilter.com.br>
  • Squid NAT Rule

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    T
    Any hints, hoba?
  • Is squid compile with delay pool??

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    T
    It is, but you have to change the squid.conf manualy until the bug ticket is solved.
  • SquidGuard

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S
    This has been asked 1,000 times, please search.
  • NTOP Bug / Services Stop and Starting

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    G
    running latest and greatest. I guess it was me being impatient. I thought it wouldn't take as long, I finally was poking through the command prompt and it takes at least a minute of better to load with amount of traffic on it. thanks.
  • Transparent proxy on opt?

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    R
    is this correct for using opt1 as bridge for lan interface (portforwarding for opt1 3128->80)?
  • Free billing system from LMS

    Locked
    1
    0 Votes
    1 Posts
    6k Views
    No one has replied
  • Squid errors

    Locked
    60
    0 Votes
    60 Posts
    44k Views
    S
    @rexster: just installed squid on pfsense beta2. it works fine right after it's installed. but when i start configure things from the gui, it gives me error just like the one in my post before this. why the options in the gui is not same with default installed squid.conf ?? tia rex Bugs.  Squids maintainer seems to be MIA so we are trying to mop up the issues as they arise but I am pretty burned out on the situation. Patches accepted.
  • Squid Poll

    Locked
    12
    0 Votes
    12 Posts
    8k Views
    A
    Thanks Myntric just register for this post ^^ using Squid as the proxy
  • Squid failing to start

    Locked
    10
    0 Votes
    10 Posts
    7k Views
    L
    Its broken. When time permits I'll probably take a look at it to see if I can sort that out, provided no-one is already working on it. I'd get a chance to try out Scott's flashy CoreGUI.  ;D
  • Ntop not working correctly/ subtitute

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    J
    I would if I knew what I was doing,  sadly I don't.  I was just looking for some confirmation.  Which I have gotten by the lack of posts :).
  • Squid, optionally?

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    H
    Create a portforward at firewall>nat, portforward tab. choose LAN or OPTx interface instead of WAN, depending at which interface your clients are coming from.
  • PPTP VPN Users Statistic

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    S
    Patches accepted.
  • SSL-Explorer

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    F
    You also have OpenVPN.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.