Subcategories

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

    4k Topics
    21k Posts
    J
    @qupfer What did I bang my head over this strange 502 issue. Your solution did it! Thank you so much, even 2.5 years later!
  • 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
    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! (SIMH-tape-data sounds like a "blast from the past" ...) 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

    496 Topics
    3k Posts
    GertjanG
    @jimp Done. I was on acme.sh 1.0 (25.07.1) and a downgrade was proposed. Now, the issue is gone.
  • 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
    600 Posts
    W
    @satrajitdas I had same problem, just go to tailscale control panel and generate a new key, then paste on pfsense gui, you should be ok.
  • Discussions about WireGuard

    695 Topics
    4k Posts
    R
    @Gertjan Hello, I installed the official app of vpn #1 on the crappy laptop but on the main laptop I did not install official app of vpn #2, I used it via wireguard. I am not worried about vpn #1 provider and how much they know about me. They already have my ip address since I connect to them direct. My goal is to hide from vpn #2. I don't want them to know I am the same person who used this service before. and thanks for the heads up regarding windows. I had a feeling that would come up. I know windows is spyware but for my purposes it doesn't matter since I really just need to make sure vpn #2 doesn't know this user is the same user who signed up last year. (ok yes I know, how do you know vpn #1 or #2 are not owned by ms? I agree, you dont know)
  • Change Homenet Snort

    4
    0 Votes
    4 Posts
    7k Views
    bmeeksB
    @gogol: The default in the GUI is to automatically add all locally-attached networks to HOME_NET.  You can defeat this and configure your own HOME_NET, but the process is counterintuitive. If I remember well as an alternative you can define your own HOME_NET also in the "Advanced configuration pass-through" section of the interface settings. The default HOME_NET will be overruled. True, this method will also work. Bill
  • Bandwidthd: Syntax Error on line…

    5
    0 Votes
    5 Posts
    2k Views
    jimpJ
    @phil.davis: e.g. if your postgreSQL password was "0.0" you would have had a problem getting that through to the conf file! If that was your PostgreSQL password you have bigger problems than getting the value into the .conf file  ;) Thanks for fixing that, it's always annoying to find things in PHP that are quirky with 0. Like $t = "0"; empty($t) being true.
  • Installation of freeradius2 on ALIX 2D13 freezes (pfSense 2.1 nanobsd)

    4
    0 Votes
    4 Posts
    2k Views
    P
    If it is 30MB then maybe it runs out of space in /var (a memory disk on nanoBSD). These days you can change the size of /var (and /tmp) from the GUI (with reboots…), so you could increase /var just for the install, then put it back after. Alix 256MB are reasonably short on memory, so leaving /var bigger than the default might mean you run out of memory for real processes.
  • Dansguardian Access issues

    2
    0 Votes
    2 Posts
    1k Views
    R
    @abbey: I am having trouble accessing certain sites, specifically ones containing proxy or proxies phrases. I have already added this sites to exception list, deselected proxy from weighted terms and even turned off Weighted phrase mode But i still keep getting access denied Weight phrase: proxies In checking logs i see dansguardian: Error connecting via IPC socket to log: No such file or directory Not sure on your IPC error. However, if you've properly entered the exceptions,  you definitely should be able to get to the sites. What shows in your access.log? You should see an exception logged for every site you've entered into the exception list.
  • Simple rule causes snort to crash

    4
    0 Votes
    4 Posts
    1k Views
    bmeeksB
    @Sander88: Thanks! It works now. I have added "classtype:bad-unknown; rev:1;" and the alert shows up now.  :) Quite some time back the Snort VRT folks must have changed the Snort binary such that now it requires a classtype: in a rule or it will segfault and crash when the rule fires.  I think in times past the classtype parameter was optional, but apparently not anymore.  Unfortunately very few if any of the Snort custom rules examples show the inclusion of the classtype parameter  :(
  • WPAD not detected while pfSense on https in "webConfigurator"

    14
    0 Votes
    14 Posts
    7k Views
    A
    thank you all for helping me vHost working for me I create Host: wpad.dat Port : 80 Directory : /usr/local/www but squidGuard error pages not working, can you u give any idea to configure this
  • Help with a squid transparent proxy install?

    1
    0 Votes
    1 Posts
    885 Views
    No one has replied
  • Squid-dev v3.3.10 pkg 2.2 - squid.pid not being created or updated

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Snort SID 120:3 with antivirus updates

    16
    0 Votes
    16 Posts
    5k Views
    ?
    Snort keeps a previous log of alerts generated by a host, but doesn't actually act based on them. Let's take an example: host 1.1.1.1 was banned because of rule "I don't like this host because." That was considered a false positive and added to the suppression list (or rule disabled is actually the proper procedure). Snort restarted, host removed from blocked tab. A couple days later, the same host, host 1.1.1.1 gets banned because of rule "I don't like all same numbers in IP." Now the blocked tab will say: 1.1.1.1 "I don't like this host because." and a date/time stamp.             "I don't like all same numbers in IP." and a date/time stamp. The host appears to be blocked because of 2 reasons, but snort's most recent ban is based on the most recent alert generated ("I don't like all same numbers in IP."). The older data (I don't like this host because.") is just there to remind us that a host is really really bad. If a host gets banned again after adding some rule to the suppression list/disabling the rule, then snort's interface was not restarted. Or something else triggered on that host. If neither of those happens, then it's not the expected behaviour. Cisco? Is that a microwave oven maker? Can't remember…...oh, THAT cisco. Yeap, snort is pretty much doomed. After they add the remote update feature. Which is needed for the remote backdoor. For remote support of course. Disclaimer: cisco mentioned in the paragraph above is entirely fictional. Any similarities to an actual company are purely coincidental. cough
  • Openvpn ip address conflict ?

    2
    0 Votes
    2 Posts
    2k Views
    P
    You are correct - the OpenVPN link will not route from work to-from home if both work and home have the same subnet (like 192.168.1.0/24). Packets will never get sent across the link, because the source device will think the (remote) target device is in its local LAN, because the target device has an IP address in the local subnet. Time to choose the easiest network to change, and change it. Or even better, during the holiday season, change both. No-one will notice, they will all be on leave  ;)
  • Lightsquid error on pfSense on ESXi

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • sites are blocked after upgraded snort

    9
    0 Votes
    9 Posts
    16k Views
    bmeeksB
    739 MB of RAM is a challenge for Snort with a full rule set.  Snort is a memory hog.  Depending on the number of rules active, RAM usage can quickly grow beyond 2 GB.  If your box begins swapping RAM out to the swap file, then performance will slow to a crawl.  Currently the Dashboard does not indicate any swap usage, so that may not be the problem. You can test Snort as the cause of your slowness issue by simply turning Snort off on the interfaces it is running on.  Just click the green arrow icon on the Snort Interfaces tab and wait for it to turn into a red X.  Snort is then stopped and is not consuming any resources nor doing anything to network traffic.  If things are still slow and you have web browsing issues, then Snort is not at fault and you know to look elsewhere. Now if Snort was blocking a number of web sites, that can also give the appearance of being slow.  What happens is most web sites use advertising, and that advertising is served up by external sources (meaning not from the same web server as the content you went to see is served from).  Sometimes those external sources are either known suspicious sites with poor reputations that are on a Snort block list, or the external site may use some non-standard HTTP encoding that the Snort HTTP_INSPECT preprocessor does not like.  Either way the incoming ad stream is blocked.  Some web pages will pause or simply not load when any of their embedded ads don't completely load.  You may be seeing some of that behavior as well.  Properly configuring a Suppress List will help in this area. Bill
  • Antivirus solution required

    8
    0 Votes
    8 Posts
    2k Views
    E
    :-\ any news of squid-dev integration with antivirus. soooo  critical. Thanks and merry christmas
  • Squid3 disappeared

    6
    0 Votes
    6 Posts
    2k Views
    B
    Hi Robert, I am amazed that there are not more reactions to this issues. It seems like a serious bug to me… regards.
  • Snort WAN Interface generates multicast traffic.

    5
    0 Votes
    5 Posts
    2k Views
    C
    :) Thanks a lot again.
  • PfSense 2.1 Dansguardian ACL Page not work

    2
    0 Votes
    2 Posts
    903 Views
    V
    It is working now but i don't understand how it is fixed.
  • PfBlocker - unable to add list

    2
    0 Votes
    2 Posts
    967 Views
    denningsrogueD
    Solved my own problem (sort of).  When I set up pfSense, I created a new administrator account and made it part of the administrator group and disabled the default admin account.  Apparently, the group privileges for the administrator group are not applying to the new admin account.  If I use the default admin account, everything works.  Strange.
  • Proxy Exceptions with Dansguardian

    5
    0 Votes
    5 Posts
    2k Views
    A
    the default status is off and it never comes on and it makes dansguardian unusable since it cant scan content. GUI notifies that freshclam is running but i know its not. By default freshcalm does not have any permissions to run updates, i had previously activated this and fixed all permission errors, but dansguardian always shows clamav status off I got pretty far but could not find clamd.conf as it didnt exist anywhere. Now i reinstalled everything and starting from square and need some directions. Update: On a side-note i got squid (non-transparent mode) working with dansguardian. Just like i want: all traffic is redirected based on my 1 NAT rule, instead of having rules+multiple exceptions. I made a mistake when testing dansguardian proxy which lead me to believe that proxy wasn't working. All i need is Clamav setup and ll be greatful!!! Update2: Got pretty far after finding a thread with same problem. Now i just need to know how to get blacklist working, DG does not download the specified list..
  • Dashboard Widget: Snort Alerts pkg v0.3.6 Update

    4
    0 Votes
    4 Posts
    1k Views
    bmeeksB
    @denningsrogue: Installed but the changes don't save. Try adding the widget first, then click the SAVE button for the Dashboard itself.  After that, go back into the Snort Alerts widget, click the wrench icon in the upper right, enter a number of rows to display and then click Save in the Alerts widget.  See if that works.  It did for me.  For some reason, trying to enter and save a value at the same time you add the widget to the Dashboard failed with a session state error. Bill
  • Windows Activation

    3
    0 Votes
    3 Posts
    2k Views
    D
    Thank you very much! I made exception such as *microsoft.com. Everything is fine. Unfortunately direct links doesn't work, because IE don't understand CRL lists. Thanks again
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.