Subcategories

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

    4k Topics
    21k Posts
    JonathanLeeJ
    @firefox That is weird did you just try this or have you used it in the past?
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    M
    Hi, I had a problem with my home network today, so I checked pfsense and discovered that suricata had blocked the wan ip. After some tests and triggering some suricata alerts, the wan ip was blocked. I restarted pfsense and ran some more tests, but the problem no longer occurred. I then checked the wan interface settings and indeed the ip list does not include the wan ip, both now that it's working and before, when it was blocked. I'm using pfsense 2.8.0 and suricata 7.0.8_2. I use PPPoE to access the Internet.
  • Discussions about packages that handle bandwidth and network traffic monitoring functions such as bandwidtd, ntopng, etc.

    571 Topics
    3k Posts
    dennypageD
    @Leon-Straathof Data retention settings are handled inside of ntopng. Documentation here. Pay attention to the RRD note. Also, if you've turned on some of the slice and dice time series information (is off by default), I'd suggest turning them back off. These balloon the storage requirements and are of little actual use.
  • Discussions about the pfBlockerNG package

    3k Topics
    20k Posts
    J
    @LowKnee Just out of curiosity are you referring to the Database Sanity Check reporting that "these two counts should match" it the count is off by 1 (which I suspect is your case) there was a fix (manual code change) to change masterfile to mastercat in pfblolckerng.sh you want to change this change the line from s1="$(grep -cv ^${ip_placeholder2}$ ${masterfile})" to s1="$(grep -cv ^${ip_placeholder2}$ ${mastercat})" There is also an edge case if the count is greater than one, here is how that goes if in the deny directory you have say two flies (because of the list / file selection you have and they have repeat addresses file 1 has say 100 lines file 2 has say 10 lines (but those 10 lines are also in file 1, file 2 is a subset) you get two uniquely named deny files and then when the "count" is calculated on the deny directory it sees 110 entries when the "count:" is calculated on the "mastercat" file it only contains 100 entries the count doesn't match in my case the issue was caused by full list I had selected, also having an available subset lists (I had inadvertently selected one of) this causing two deny files with some of the same (overlapping data) I unselected the subset and bingo matched again, was a "my bad" selection. Edit: this applied to 25.07 (and 25.07.1) and pfblockerng 3.2.7 as it is labelled on those versions of pfSense
  • 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

    496 Topics
    3k Posts
    R
    @provels said in updating to acme 1.0 breaks system beyond repair: need to restore from backup: This same mess happened to me, even w/o Acme, going from 25.07 to *.1. Blew, reinstalled w/ Crowdsec, blew again, reinstalled, clipped all the Crowdsec info from config.xml, restored config, back to normal. Crowdsec is a great concept, but I think I'm out. I never had this issue with Crowdec before the ACME update, even with updating from 2.7 to 2.8 there was no issues. In fact after restoring from a backup after the ACME update, Crowdsec reinstalled just fine, and this was before the recent release a couple days ago that contained a fix.
  • 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
    603 Posts
    W
    @totalimpact in my case I dsid not reboot the router, after I copied the new key tailscale went online.
  • Discussions about WireGuard

    697 Topics
    4k Posts
    H
    I figured out the issue. I missed adding the 3rd locations Lan to the static routing. Now all is working perfect.
  • PostFix Forwarder Package

    10
    0 Votes
    10 Posts
    3k Views
    S
    Ok, I figured it out. Had to do some Network Address Translations, between both subnets.
  • Packages path broken issue

    3
    0 Votes
    3 Posts
    714 Views
    johnpozJ
    pkg.pfsense.org is not valid… Packages are via SRV record.. user@ubuntu:~$ dig  _https._tcp.pkg.pfsense.org SRV +short 10 10 443 files00.netgate.com. 10 10 443 files01.netgate.com. user@ubuntu:~$ dig  _http._tcp.pkg.pfsense.org SRV +short 10 10 80 files00.netgate.com. 10 10 80 files01.netgate.com. So your url above if you wanted to download packages via URL would be say https://files00.netgate.com/pfSense_v2_3_4_amd64-pfSense_v2_3_4/All/php56-pdo-5.6.31.txz or just go here to see listing off all the packages for that specific build. https://files00.netgate.com/pfSense_v2_3_4_amd64-pfSense_v2_3_4/All/
  • Use FreeBSDs quagga package for use of OSPF and BGP

    31
    0 Votes
    31 Posts
    9k Views
    Q
    @jimp: No, it only supports one instance of OSPF or BGP, FRR may be capable of multiple but setting that up would be a lot more work for very little benefit considering how much it would be used. Good to know. Sounds like I may have a new challenge for myself ;)
  • [SOLVED] Missing menu "Services > Proxy Filter"

    3
    0 Votes
    3 Posts
    775 Views
    marciosouzajuniorM
    @jimp: Remove and reinstall the package. Used the "Reinstall package" option and its working good now.
  • Best Choice for Web Filter

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Cant Update Package

    2
    0 Votes
    2 Posts
    1k Views
    GertjanG
    Hi, See pfsense 2.3.3 Unable to check for updates or pfSense Repository "broken" (more exists). What is your DNS setup ? You kept the default "resolver" (always works, no matter what) or the more trickier one : "forwarder" ? What settings ? It might be even more simple (as seen in a thread) : the drive was booted using read only mode …. and that stops the show right away. Or drive damaged ... Or some system PHP system files didn't come over when installing ... Anyway, read the thread I showed - install Google and use it to search some more - and come back with your detailed findings. I promise you that in your next question you will find your answer.
  • Which UPS service settings for my SmartUPS?

    2
    0 Votes
    2 Posts
    619 Views
    w0wW
    AP9630 is a SNMP card also.  You should read the manual and setup this card properly, IP, protocols, user access and so on, then you will be able to connect this card via Remote SNMP and using your UPS name shown in card settings. [image: UPS.jpg] [image: UPS.jpg_thumb]
  • Freeradius uninstalling

    3
    0 Votes
    3 Posts
    1k Views
    P
    pkg info -x radius shows freeradius-2.2.9 pear-Auth_RADIUS-1.1.0 pecl-radius-1.4.0.b1 squid_radius_auth-1.10 After pkg delete pfSense-pkg-freeradius2 freeradius2 it shows freeradius-2.2.9 pear-Auth_RADIUS-1.1.0 pecl-radius-1.4.0.b1 squid_radius_auth-1.10 and paket freeradius2 is not installed After installing freeradius3 it shows freeradius3-3.0.15 pear-Auth_RADIUS-1.1.0 pecl-radius-1.4.0.b1 pfSense-pkg-freeradius3-0.8 squid_radius_auth-1.10 I will test, if the other problems are gone, thank you! pfadmin
  • Bind package 9.11_8

    1
    0 Votes
    1 Posts
    536 Views
    No one has replied
  • Ntopng - Probing or server down - what does this mean

    2
    0 Votes
    2 Posts
    1k Views
    J
    These are overwhelming my server logs. I'm not sure if this is some valid threat or if these are general web probes that are happening all the time.
  • Pfbng with dnsbl for url filtering?

    2
    0 Votes
    2 Posts
    432 Views
    F
    Yes DNSBL is used to block websites.  Make sure you redirect all DNS to pfSense to prevent someone from using 3rd party DNS servers to bypass the DNSBL.
  • Unable to install any packages

    4
    0 Votes
    4 Posts
    675 Views
    S
    Ok good to know. Could very well be a problem with one of the plugins that I have installed. I will try to troubleshoot it as you suggest to see if I can fix the problem.
  • Softflowd source and destination interface id as 0

    3
    0 Votes
    3 Posts
    2k Views
    D
    Well I was able to somewhat figure this out. It looks like OP was completely on the right track - the code in that section looks correct, but in any *BSD/Linux/etc. system it's getting tripped up because the interface name is not a pure number. As a result, the atoi() function returns 0 consistently, instead of some value which differentiates the interfaces. I made a custom patch to the package in order to output something unique. This probably isn't safe (I blindly assume we have strsep() without a macro for one), so I'm not going to send it upstream, but it worked out for me. It instead uses the individual characters of the interface name to generate a unique ~5-digit integer which can be used easily for filtering. To find out an interface's numerical representation, I just run softflowd -i <name> with no other args, which prints the info and crashes. Hope this helps someone! --- softflowd.c.orig    2017-04-25 22:26:07.000000000 +0000 +++ softflowd.c 2017-08-03 07:31:41.194232000 +0000 @@ -1781,17 +1781,12 @@                                 usage();                                 exit(1);                         } -#if defined(HAVE_STRSEP)                         dev = strsep(&optarg, ":"); -#else /* defined(HAVE_STRSEP) */ -                      dev = strtok(optarg, ":"); -#endif /* defined(HAVE_STRSEP) */ -                      if (optarg != NULL) { -                              if_index = (u_int16_t) atoi(dev); -                              dev = optarg; +                      int len = strlen(dev); +                      for(i=0; i<len; i++){<br="">+                              if_index = if_index * 10 + ( dev[i] - '0' );                         } -                      if (verbose_flag) -                              fprintf(stderr, "Using %s (idx: %d)\n", dev, if_index); +                      fprintf(stderr, "Using %s (idx: %d)\n", dev, if_index);                         break;                 case 'r':                         if (capfile != NULL || dev != NULL) { [/i]</len;> ```</name>
  • Missing LAN rules

    2
    0 Votes
    2 Posts
    505 Views
    P
    Oh gawd…this is possibly a "false alarm".  I had the "floating rules" checked so I suspect it was on all on the floating rules tab and not the LAN.  When I unticked the floating rules check box and checked the LAN in the firewall section...all the rules were there. Sheesh!
  • Pfsense 2.3.3 Unable to check for updates

    12
    0 Votes
    12 Posts
    3k Views
    GertjanG
    The file should exist : [2.3.4-RELEASE][admin@pfsense.brit-hotel-fumel.net]/root: ls -al /var/db/pkg/repo-pfSense-core.sqlite -rw-r--r--  1 root  wheel  212992 Jul 14 22:08 /var/db/pkg/repo-pfSense-core.sqlite and if it doesn't, it will be auto created by the "package system. Btw : check your drive. Check if the directory /var/db/pkg exists. Can you write something there ? Etc.
  • Question about BIND Package

    1
    0 Votes
    1 Posts
    522 Views
    No one has replied
  • Suricata conflict due to Multi thread count Problem

    2
    0 Votes
    2 Posts
    639 Views
    S
    the same. proliant dl380 g5 pfsense +suricata+ bridge and messages like yours. [image: 20170801_085606.jpg] [image: 20170801_085606.jpg_thumb]
  • Filtering access to squid

    1
    0 Votes
    1 Posts
    347 Views
    No one has replied
  • OpenVPN CLient Export Fails to Display Certs when CA Depth > 1

    5
    0 Votes
    5 Posts
    2k Views
    A
    Thanks for the thoughts. I still think it would be reasonable for the certificate manager to list any client certs that chain up to the selected Peer Certificate Authority. After all, any of these certs would correctly validate a client when connecting to the OpenVPN server, and thus could be used in client exports. For example, what if you wanted to use multiple client intermediate CAs with a single OpenVPN server (e.g. one intermediate for employees from the China office, one for employees from the US office – in order to allow you to revoke an entire office's access quickly by revoking the relevant intermediate)? If the client export package only displays client certs directly issued by the Peer CA, and not one two or three levels below it, such a setup wouldn't be usable with the client export package. In any case, it's not a huge deal -- for my use case, I can just set the Peer CA directly to my Intermediate.
  • BIND override A record possible?

    8
    0 Votes
    8 Posts
    2k Views
    johnpozJ
    Yeah what your talking about doing would be hack for sure!!
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.