Subcategories

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

    4k Topics
    21k Posts
    perikoP
    @aGeekhere dns_v4_first...have years and they still don't clean the code. But won't affect.
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    bmeeksB
    @NRgia said in Suricata on Pfsense: @bmeeks Thank you for what you did for Snort or Suricata. I'm not sure what you want me to do on Redmine, due to is a bug tracker. My question is for Product Management, which I will ask it here to be public: What is the plan for these 2 packages, Suricata and Snort? Thank you Yes, Redmine is for both bug reports and feature requests. Asking for the Suricata binary to be updated to the latest 7.0.11 version from upstream is a legitimate Redmine request. I would suggest simply asking for the binary version update instead of asking about future Netgate strategy (such as the support plans for the packages). Strategy discussions typically don't get very far because they deal with proprietary information or plans that a company may not want to publicly discuss. Redmine is where the Netgate developer team tracks all the code changes they make for pfSense. They will see Redmine reports much quicker than a forum post.
  • 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
    fireodoF
    @tinfoilmatt said in Failed or invalid Mime Type: [application/SIMH-tape-data|0]: (ASN data is IPinfo, not Maxmind) Thats correct but "GeoLite2-Country" is from Maxmind ... (that confused me) I'm considering simply adding "application/SIMH-tape-data" to the list to test. Thats what i tought too ... I'll try when I have the time for it ... Edit: I can confirm - adding "application/SIMH-tape-data" to the list at line 257 in /usr/local/pkg/pfblockerng/pfblockerng.inc did the trick - no more error! Edit: OK, problem resolved but I would like to know, whats the cause for that error! Thanks a lot!
  • 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

    495 Topics
    3k Posts
    M
    @raidflex said in updating to acme 1.0 breaks system beyond repair: need to restore from backup: maybe uninstall Crowdsec when applying other updates first. It seems like it doesn't help at least from what I see on my system... it changes something.. so it must be definitely reported to their github. I have never experienced that before and crowsec was installed.. maybe with 2.8.0 something have changed
  • 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
    598 Posts
    E
    Updated CE 2.7.2 to 1.86.4 Changelog pkg add -f https://pkg.freebsd.org/FreeBSD:14:amd64/latest/All/tailscale-1.86.4.pkg Freshports
  • Discussions about WireGuard

    693 Topics
    4k Posts
    L
    @boyan1 said in Wireguard Gateway not coming up after reboot.: W Hey man, im trying to make the SITE A use internet of SITE B as you did, but there is no means of making that works. How did you make that works? Could you tell me please? Thanks!
  • CP+ProxyServer(SSL with remote cache)

    3
    0 Votes
    3 Posts
    2k Views
    R
    Ok. Noted.
  • Postfix: outgoing only smtp for trusted networks (as smart host)

    3
    0 Votes
    3 Posts
    2k Views
    M
    that was the right starting point. thanks for the hint
  • Snort & PPPoE: Snort refuses to start(?)

    45
    0 Votes
    45 Posts
    12k Views
    M
    @bmeeks: I assume this is on a 2.0.x box?  Shared libraries such as pcap, MySQL and others can be a real pain.  That's what is so nice about the PBI setup on 2.1 boxes.  In effect each app has its own sort of "application jail" where it can install and remove shared libraries as necessary without impacting other applications that may have some of the same shared libraries.  In actuality, these libraries are no longer "shared" in the classic sense with the PBI setup. Each application has its own independent copy of them. Bill Thank you for your answer, Bill, and yes, you are right, this is 2.0.3. I can really appreciate what is in 2.1, and that is why I am eagerly awaiting that it is officially released  :P
  • Freeradius2 + LDAP = user quota ?

    2
    0 Votes
    2 Posts
    3k Views
    N
    Hi, everything on the "Users" tab just works for local configured users. The accounting features like BANDWIDTH and AMOUNT OF TRAFFIC on the GUI are just working for local configured users. If you want to connect freeradius with MS AD you should check the wiki: http://doc.pfsense.org/index.php/FreeRADIUS_2.x_package There are some discussions - not sure if the connection is working without having samba installed and configured on pfsense. When using LDAP for authentication then you need an external *sql database to do the accounting. Then you can do BANDWIDTH and AMOUNT OF TRAFFIC - but you need to configure this on the database but not on freeradius GUI itself anymore.
  • Snort

    2
    0 Votes
    2 Posts
    1k Views
    bmeeksB
    @cdx304: Do i have to run snort on the ipv6 interface or just the ipv4 interface . It will run on either or both (if desired). Bill
  • Squid 2.7 squid_ldap_auth windows 2008r2 ad GUI wrong?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Pfsense + squidguard blocks an url from a deleted common acl rule

    10
    0 Votes
    10 Posts
    12k Views
    S
    Did you try clearing your browser cache!? And accessing the same site!
  • Basic Understanding Of ipguard-dev

    2
    0 Votes
    2 Posts
    1k Views
    C
    Through trial and error, I have found that if I use the wan interface IP + Mac address it will open my firewall up and I was very lucky to shut it down before a hacker took control of everything. Basically, I have a router/firewall from my isp that connects to my pfsense box and then it connects to my computer from the Lan side. The attack that I experienced almost immediately which just shows you how vicious these hackers can be. Somehow they punched right through everything using my wan ip address and attacked port 5022 which I looked up and it's called a mice server. Apparently it's main vulnerability is that it can be used for denial of service attacks. Besides that everything else was fine. As soon as I removed my wan ip address coming off the isp router it immediately started blocking 1 ip address from France and 2 ip addresses from the United States. But yes, ipguard-dev is a very serious tool and if there is any real documentation on it could someone please point me to the right direction.
  • Combination of Squid Stable and Dansguardian causes very high MBUF

    5
    0 Votes
    5 Posts
    2k Views
    K
    A can confirm that making the changes helped MBUF.  No more issues.  I didn't have any erratic behaviour so I didn't apply the NIC specific fixes.  Just the increased MBUF.
  • DansGuardian Error connecting to proxy

    13
    0 Votes
    13 Posts
    8k Views
    R
    @ccarreraalza: hello again, my problem persists, I have installed squid3 but does not solve the problem, I have the dansguardian 2.12.0.3 v0.18. How do I update dansguardian without losing data configuration and webconfig? You can simply pull the DG executable out of the package you download from Marcelo's site. That said, I see no reason why a newer version would solve your problem. 2.12.0.3 DG should be able to connect to Squid and I highly suspect that something else is wrong with your configuration. Can you forget about DG for the moment, make sure squid is running stable and that you can stay connected to it? So… setup squid on the lan interface and manually connect to it as a proxy? Just trying to eliminate variables...
  • FreeRADIUS and EAP-TLS only (security relevant pitfall)

    2
    0 Votes
    2 Posts
    2k Views
    N
    Yes, that is unfortunately a problem with freeradius2. You can use the one or the other security mode but if you are using both together then it could make problems because it could switch to an unwanted method. This is because when configuring freeradius2 by hand you would create different virtual servers, every server with different configuration. (…/sites-enabled/...) but on pfsense freeradius2 uses just one server called defauolt (.../sites-enabled/...). So if you would like to do what you described in you post you need to modify the /usr/local/pkg/freeradius.inc file. There you find somewhere the eap.conf part and there just comment the line you do not need, save and then you can use the GUI to do any other changes with getting the eap.conf overwritten with "wrong" code.
  • Captive Portal Authentication

    4
    0 Votes
    4 Posts
    3k Views
    E
    No problems, i moved mostly because of easily findable thread inside the topic. But the same is for all versions as of today you need IAS.
  • Squid stable stops working and can't be restarted

    4
    0 Votes
    4 Posts
    2k Views
    K
    What you just explained sounds pretty close to what I am discovering. For your 8GB system I would have expected that allocating 2GB "Memory cache" and 40GB HD cache would have resulted in: 4% of 40GB = 1.6GB The 2GB you allocated to Memory cache = 3.6GB minimum ram used by squid as the caches fill which is very near what you show. I like simple formulas for determining such things. Maybe 5% or even 6% would be a safer start point than 4% based on your post. Thanks for the post.
  • NTop password

    3
    0 Votes
    3 Posts
    1k Views
    J
    :D sorry…
  • HAVP Won't Install on 2.0.3 X86_64 Machine

    2
    0 Votes
    2 Posts
    2k Views
    M
    @jfoshee: I try to install HAVP Antivirus BETA 0.91_1 pkg v1.01 platform: 1.2.2 on PFSense 2.0.3 but it hangs every time. Beginning package installation for HAVP antivirus… Downloading package configuration file... done. Saving updated package information... done. Downloading HAVP antivirus and its dependencies... Checking for package installation... Downloading http://files.pfsense.org/packages/amd64/8/All/havp-0.91_1.tbz ...  (extracting) Downloading http://files.pfsense.org/packages/amd64/8/All/libltdl-2.4.2.tbz ...  (extracting) Downloading http://files.pfsense.org/packages/amd64/8/All/unzoo-4.4_2.tbz ...  (extracting) Downloading http://files.pfsense.org/packages/amd64/8/All/lha-1.14i_6.tbz ...  (extracting) Downloading http://files.pfsense.org/packages/amd64/8/All/arj-3.10.22_4.tbz ...  (extracting) Downloading http://files.pfsense.org/packages/amd64/8/All/arc-5.21p.tbz ...  (extracting) Downloading http://files.pfsense.org/packages/amd64/8/All/clamav-0.97.5_1.tbz ...  (extracting) Loading package configuration... done. Configuring package components... Additional files... done. Loading package instructions... Custom commands... Executing custom_php_install_command()...done. Executing custom_php_resync_config_command()... It will not go any futher then that. I check the logs and this is what I found Jul 1 14:21:25 php: /pkg_mgr_install.php: Beginning package installation for HAVP antivirus. Jul 1 14:21:53 php: /pkg_mgr_install.php: The command '/usr/local/etc/rc.d/havp' returned exit code '1', the output was 'Usage: /usr/local/etc/rc.d/havp fast|force|one' Jul 1 14:21:53 php: /pkg_mgr_install.php: The command '/usr/local/etc/rc.d/clamd.sh' returned exit code '127', the output was '/usr/local/etc/rc.d/clamd.sh: not found' Jul 1 14:21:53 check_reload_status: Syncing firewall Jul 1 14:21:53 php: /pkg_mgr_install.php: Stopping HAVP I have tried uninstalling and re-installing along with rebooting but nothing fixes it. This is a fresh box install with no other packages installed. Anyone have any ideas? Did you have an old version installed before? Uninstall it and go to the console and open a comand line type "pkg_info" and see what shows up.  It sounds like an old version or something else is confilicting with it.  If you do see and old version type "pkg_delete -f package_name" reboot and try to reinstall.
  • BGP daemon that works with RADIX_MPATH / ECMP in FreeBSD-HEAD

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Unbound (multi domain?) problem with hosts entries from Domain Forwarder

    2
    0 Votes
    2 Posts
    1k Views
    R
    Hi thanks problem is fixed with last unbound update ;)
  • Haproxy-devel or haproxy-full+stud? In jail or on host pfSense 2.1?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Havp works in 2.1 but shows warning alterts

    1
    0 Votes
    1 Posts
    877 Views
    No one has replied
  • Openbgp 0.6 PROBLEM

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.