Subcategories

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

    4k Topics
    21k Posts
    D
    Retested on 24.11-RELEASE (amd64) all seems to work. So it seems right to file a bug for this issue.
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    cyb3rtr0nianC
    @rlrobs Yes it’s still working fine here.
  • Discussions about packages that handle bandwidth and network traffic monitoring functions such as bandwidtd, ntopng, etc.

    571 Topics
    3k Posts
    K
    @pulsartiger The database name is vnstat.db and its location is under /var/db/vnstat. With "Backup Files/Dir" we are able to do backup or also with a cron.
  • Discussions about the pfBlockerNG package

    3k Topics
    20k Posts
    R
    hey forum. maybe someone can help me with pfBlocker. I have this nice overview on pfsense mainpage but it logs nothing. [image: 1754330105763-overview.png] I found a related thread that never got resolved however https://forum.netgate.com/topic/175045/pfblockerng-not-logging-everything Is this normal behaviour? I am using the default out of the box settings here. When doing a nslookup of a blocked domain I seem to be getting the correct response. nslookup c.bing.com Server: 127.0.0.53 Address: 127.0.0.53#53 Non-authoritative answer: Name: c.bing.com Address: 10.10.10.1 But I don't see anything logged in the main tab. Do I need to change something in this setting here: Global Logging/Blocking Mode By default it is set to "No Global Mode" [image: 1754330032261-stats.png] Under alerts I see my nslookups but it only shows "unknown" and not the actual website. I also expect more than just this to show up here when browsing the web. What do i need to change to get this to resolve properly? I have searched already and couldn't find a good answer. I am using Unbound btw. and this under general setup: [image: 1754330288353-dns-settings.png]
  • 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

    493 Topics
    3k Posts
    GertjanG
    @EChondo What's your pfSense version ? The instructions are shown here : [image: 1753262126227-1acdc586-cb29-4148-9e36-81ade4e5e60c-image.png] A restart of a service will start by re creating their config files. If a certificate changed, it will get included. When the process starts, it will use the new certificate. @EChondo said in Issue with ACME Certificates Refresh & Restarting HAProxy: I haven't been able to confirm if the above works(mine just renewed, don't feel like doing it again just to test), so we'll see in 60 days I guess. No need to wait x days. You can re test / renew right away, as you are 'allowed' to renew a couple (5 max ?) of times per week.
  • Discussions about the FRR Dynamic Routing package on pfSense

    294 Topics
    1k Posts
    J
    @div444 i'm finding the same - did you find a solution or did reverting fix it? Hoping there is a patch fix or something to get it working! Rather not rollback if i can avoid it
  • Discussions about the Tailscale package

    90 Topics
    582 Posts
    dennypageD
    @Gertjan said in can I install a FreeBSD 14 pkg on a FreeBSD 15 pfSense?: If the package contains binaries : forget it. The ABI is different. It's not a hard and fast rule like that. It depends upon what the binary is, what dependencies it has, and how everything was compiled. I am currently running a binary package, which was built on FreeBSD 14.2-RELEASE, on pfSense 25.07 (FreeBSD 15.0-CURRENT) without issue.
  • Discussions about WireGuard

    692 Topics
    4k Posts
    F
    Hi again, to be honest: I guess, I did not remember exactly what I did 2 years ago. May I was mistaken by the interface name opt2 because the SG-3100 has a physical port OPT1 and I mixed up physical and virtual names. The goal was to use 2 different tunnels, one for the mobile clients and one for the site-2-site connection. And now all is running in that way . Regards
  • Possible problem in Snort package dealing with MicroSoft IE

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    G
    Well - here is a fix to the issue with Microsoft IE vs other browsers…. In the /usr/local/www/snort_rules.php file there is a javascript function called 'go'. brackets to denote an array index but instead uses the () parans… and then only if there are more than one object of the same type (lousy implementation if you ask me!)... Anyway - the "fix" to allow the different browsers, including Microsoft's IE, to display the Category information properly is to detect if the browser is msie or a different one - then setup the go function assignements accordingly: function go() {     var agt=navigator.userAgent.toLowerCase(); if (agt.indexOf("msie") != -1) {         box = document.forms.selectbox;}     else         {box = document.forms[1].selectbox;} destination = box.options[box.selectedIndex].value;     if (destination) location.href = destination; } I have tested the above code using both Firefox and MSIE-7 and it works properly - if anyone else wants to test please feel free - hopefully this will end up in the snort package as a fix.. gm…
  • Darkstat cannot connect on 666

    Locked
    5
    0 Votes
    5 Posts
    6k Views
    L
    No but I will do that now thanks :D
  • Dual wan and package install

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Cry HavokC
    Set up an explicit route?
  • Package reload hangs

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • How to disable squid without removing it?? –RESLOVED--

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    N
    WORKS. THANKS
  • Frickin Question

    Locked
    17
    0 Votes
    17 Posts
    7k Views
    A
    Once again this has come up :) What have I tried meantime is that I installed Frickin 2.0 beta2 onto my FreeBSD-6.2. I also enabled scrub only for udp and tcp, but well.. still stuck on "Verifying username and password..". Looks like I forgot to MFC a few items.  Please try a snapshot about 2 hours from now. I didn't quite get what snapshot should one try - Frickin or pfSense or …? And I'm quite confused about PF and PPTP issue. Some people seem to claim that it's possible to use PPTP through PF, but all the guidlines end up somewhere.. Is there any hope to get it working with PF or should I just go back to IPFW (which to my mind had no such problems)?
  • Snort not working

    Locked
    2
    0 Votes
    2 Posts
    6k Views
    S
    Sep 19 15:47:54    snort[11015]: PID path stat checked out ok, PID path set to /var/run/ Sep 19 15:47:54    snort[11015]: PID path stat checked out ok, PID path set to /var/run/ Sep 19 15:47:54    snort[11015]: FATAL ERROR: Failed to Lock PID File "/var/run//snort_ng0.pid" for PID "11015" Sep 19 15:47:54    snort[11015]: FATAL ERROR: Failed to Lock PID File "/var/run//snort_ng0.pid" for PID "11015" Do you connect to the internet via PPoE? I am currently having the same error but on ath0 but I've set snort to listen on to bfe0 (WAN) Slam
  • RC2 doesn't list packages

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    R
    Thanks  ;D i was searching for subversion pkg
  • Subversion(SVN)

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    R
    Thanks for the info, anyone has tryied to use pkg_add?? on a pfsense?
  • Ip on whitelist but snort is stil triggering/blocking

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Snort

    Locked
    9
    0 Votes
    9 Posts
    7k Views
    AhnHELA
    I see the same exact thing on a reboot.  Snort apparently takes some coaxing to run properly and yes I've seen that line 40 error as well as of late. This is not specific to just your system Slam, so no more clean installs, ok?  ;)
  • Proxy and load balancer

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    A
    Correct usuarioforum, that's my understanding too
  • Squid - Transparent Proxy for ALL Web Traffic

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    M
    @Seth: including traffic on unique ports and SSL.  Is this possible? Transparently intercepting SSL is not possible, that's part the design of SSL.  As for non-standard ports, just block them: this is standard enterprise filtering technique and all service operators are aware of this, and hence the invention of HTTP tunnelling. Sneakily I want to add my own question, as of 1.2-RC2 is it possible to install transparent Squid to HAVP+ClamAV proxy from packages without manual configuration file hacking?  Would this even remotely run on a WRAP device with 128MB system memory and 4GB CF microdrive?  I'm checking for convenient embedded alternatives.
  • UPNP service not working correctly on multiple interfaces

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    R
    My mistake, I use vim in windows to edit the files and didn't realize it wasn't in unix format. Whats interesting is I tested it on my pfSense box and it ran fine. Anyway I updated the file using dos2unix to make sure.
  • About IMSpector file transfer and wishlists

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    R
    Not at this time. Visit the http://imspector.org/ page for contact information.
  • AC-bnfa

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    D
    How about looking at the snort community? :)
  • NUT Package

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    R
    @lorenzr: I am having the same problem both on 1.2RC2 and the last stable version before it.  After some tinkering I got a similar error.  "upsmon[xxxx]: user uucp not found" I looked at the passwd file and uucp isn't there.  Perhaps another package installs this or it apprear when a serial port is present? I tried to replace uucp with root but I must have missed a spot or it set on a file generated on install. Ray Looks like an easy fix. The uucp user existed on earlier builds. Heres the line in the /etc/passwd on my box. uucp:*:66:66:UUCP pseudo-user:/var/spool/uucppublic:/usr/local/libexec/uucp/uucico
  • Squid - whitelist

    Locked
    2
    0 Votes
    2 Posts
    8k Views
    M
    1.  Fill in the whitelist as you would expect.  List out the sites you want to allow the computers access to.  2.  List out the computers by IP that are NOT subject to the whitelist only rules and put them in the 'Unrestricted IPs' box, one per line.  You might have to make one group static and the other on DHCP, or set reservations in DHCP.  Depends on your situation and number of hosts to deal with. 3.  Place a single '.' (no quotes) in the blacklist.  This is the wild card character for squid. This is exactly how we have a production system running, it's amazing.
  • FreeRADIUS

    Locked
    12
    0 Votes
    12 Posts
    5k Views
    A
    I found that freeradius will stop running (Status>Services) everytime i manually disconnect and reconnect my WAN connection (PPPoE). Has anyone got the same problem?
  • Mdmfs package

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    P
    A few notes: 1. apparently you need to log in to the forums to see the screen shots 2. mfs mounts = aka "RAM disk".  Basically if you have a box running pfsense with lots of RAM, why not use some spare RAM to save wear and tear on your CF or hard drive while still allowing for a full install of pfsense. 3. has an option to create a default set of mfs mount points for a few common directories that are accessed/written to on a frequent basis with two clicks of your mouse. 4. an initial package is complete, I am looking on what the procedures are to submit this for review.  (I have email the coreteam, etc)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.