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
    599 Posts
    S
    Upgraded to 25.07 and facing the same issue. Tried the "tailscale up" command as suggested above but restarting the tailscale service kills the login again.[image: 1755715824513-tailscale_logged_out_25_07.jpg]
  • 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)
  • Snort Syslog question

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Custom reports in BandwidthD? Or how do I download the log.cdf file?

    Locked
    5
    0 Votes
    5 Posts
    7k Views
    R
    @rhy7s: Does anyone know how to analyse the cdf spreadsheet to create reports for custom date ranges? Still would like to know how to go about this if anyone has a method to use, there's the link on the wiki http://devwiki.pfsense.org/BandwidthD but I get a message about too many rows when opening my yearly log. I'd really like to get a custom report per IP for custom date ranges but not sure how to achieve this.
  • Snort

    Locked
    15
    0 Votes
    15 Posts
    6k Views
    J
    @g4m3c4ck: Have you even seen if the file or directory truely exists? If the directory exits but not the file have you tried " touch /usr/local/etc/snort/snort_9698_fxp0/snort.conf" in the shell? g4m3c4ck has a good idea. I have a few hours this morning to work on this issue. I'm going to add code to create missing files when a save is executed. James
  • How can block sites over name?. travian, heroes, amazon etc

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    GruensFroeschliG
    In this case i suggest you get paid support here: https://portal.pfsense.org/ (Hint: I was serious when i meant you should start reading the forum. Talk about blocking pages via names is like in the top 10 of the last active threads http://forum.pfsense.org/index.php/topic,24976.0.html )
  • 0 Votes
    2 Posts
    1k Views
    jimpJ
    If you setup squid and squidGuard, and then enter the proxy settings on each workstation instead of relying on transparent proxying, you can do this. There are some docs on setting up squid+squidGuard here on the forum and on the doc wiki.
  • Snort package may break today

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    S
    Has this been updated/fixed?
  • Havp antivirus New

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    D
    @deutsche: minimal changelog please,  mark and thx for that Added main status page  ;)
  • Caching problem for game update

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Cry HavokC
    No need to make the same post in multiple forums.
  • SquidGuard - I want to redirect only on dest blk_BL_porn

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    D
       # --- Blacklist ---    # Note! Blacklist must be added to config permanently. It's need for rebuild DB now    $db_entries = sg_entries_blacklist();    if (($squidguard_config[F_BLACKLISTENABLED] === 'on') and $db_entries) {        $log_entr_added = '';        $log_entr_ignored = '';        sg_addlog("sg_create_config: add blacklist entries", 1);        foreach($db_entries as $key => $ent) {            $ent_state = array(); ..................CUT..............CUT..................CUT........................            # create config if blacklist item exists            if ($ent_state['exists']) {                $sg_tag->clear();                $sg_tag->set("dest", $ent, "", "");                if ($ent_state[F_DOMAINS])     $sg_tag->items[] = "domainlist $ent/domains";                if ($ent_state[F_EXPRESSIONS]) $sg_tag->items[] = "expressionlist $ent/expressions";                if ($ent_state[F_URLS])        $sg_tag->items[] = "urllist $ent/urls";                if ($ent == "blk_BL_porn")                    $ent_state->items[] = "redirect " . sg_redirector_base_url("YOU_URL_HERE", RMOD_EXT_MOVED);                $sg_tag->items[] = "log ". SQUIDGUARD_ACCESSBLOCK_FILE;
  • Stunnel: errors when adding a certificate

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Internet speed drop (HTTP proxy)

    Locked
    10
    0 Votes
    10 Posts
    4k Views
    D
    Thanks for the reply.  No joy on that solution.  Here is a copy of the contents of my loader.conf after commenting everything out. #autoboot_delay="3" #vm.kmem_size="435544320" #vm.kmem_size_max="535544320" #kern.ipc.nmbclusters="0" Any other suggestions?
  • Snort fatal error

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    ?
    I was doing nothing at all when snort dies .And snort will not start with pfsense after reboot .This started after the last snort update 1.26?
  • Squidguard, 2 ACL with diffrent Times, not working ???

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    D
    http://diskatel.narod.ru/sgquick.htm
  • BANDWIDTHD Filter out local traffic?

    Locked
    7
    0 Votes
    7 Posts
    6k Views
    A
    Thanks Dropping the 1 seems to have worked . Excellent!!
  • Best bandwidth monitoring package for me?

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    jimpJ
    BandwidthD is probably good enough for what you want, that will get you bandwidth by IP. As for open connections, that's already there under Diagnostics > States, and a better view by the "States Summary" package I wrote.
  • MOVED: Problem with activation

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Freeradius - user online time

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Supress Tab Bug in Snort 1.25

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    G
    Easy fix by changing the to the following around line 143 in the file /usr/local/www/snort/snort_interfaces_suppress.php [![](/themes/<?= $g['theme']; ?>/images/icons/icon_x.gif "delete supress rules")](/snort/snort_interfaces_suppress.php?act=del&id=<?=$i;?>)
  • 0 Votes
    5 Posts
    7k Views
    jimpJ
    that could definitely cause some issues, but it looks like it's just enough to be annoying. Here is how to change the monitor IP, it's not in the GUI: http://doc.pfsense.org/index.php/Using_an_alternate_monitor_IP_for_quality_graphs
  • Caching problem with game update

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    I
    Thx for your answer.. But some application updating patch using  ftp protocol.. Is it possible to configurre squid to read ftp protocol.. If its possible would you mind to share how to configure it.. Thx.man really appreciate it
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.