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
    M
    I resolved this by accepting the T+Cs via https://www.maxmind.com/en/accounts/1205389/geolite2/eula
  • 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
    580 Posts
    T
    @Gertjan Thanks. This is a compiled binary the tailscale vpn network mesh using wireguard. So this is s definite no then.
  • Discussions about WireGuard

    691 Topics
    4k Posts
    U
    Hi. My SG-2100 is currently setup with Surfshark utilising OpenVPN which is working however the bandwidth isn't great. I was hoping that switching to WireGuard would speed things up. I enquired about this a while ago and it seemed like openVPN was still the best option at the time but perhaps things have changed..... I have created my key pair and have the config info for WireGuard from Surfshark. Questions: Is it worth it? Should I back up and reset the 2100 before configuring WireGuard? Can you advise on the steps to configure WireGuard with my Surfshark VPN info within pfsense+ on my SG-2100? Thank you.
  • Snort not working anymore

    Locked
    10
    0 Votes
    10 Posts
    5k Views
    P
    Yeah, Issue #1 is the main problem I've been having, next would be Issue #1 whitelisted machines getting blocked. Issue #1 Each change or update to the config modifies snort.conf and ,/32 is added to the HOME_NET variable, then snort fails to start, manual modifcation to change it to reflect the hosts IP is required (i.e. 10.0.1.2/32) then restart of snort Issue #2 Snort is blacklisting whitelisted IPs, (namely my DNS servers and an additional server in my DMZ. This may be something I have to work out on my own, but as stated my setup is WiFi Router (external IP #1 Cable Modem–-----Hub----<                                         pfSense/Snotr(external IP #2 Snort picks up traffic between the WiFi router (ext IP #1) and things like my DNS servers. this is where I get the error (snort_decoder) WARNING: ICMP Original IP Fragmented and Offset Not 0! [ ** ]  03/06-21:50:51.235361 [[b]External IP #1] -> [[b]DNS server] ICMP TTL:64 TOS:0x0 ID:19164 IpLen:20 DgmLen:56 DF Type:3 Code:3 DESTINATION UNREACHABLE: PORT UNREACHABLE ** ORIGINAL DATAGRAM DUMP: Should I just add an additional NIC to pfSense, and rather then go inet,hub,split.. go Inet-> pfSense… thus bridging WAN to OPT1 and OPT2 on pfSense, and plug in my WiFi router into OPT2, giving it full * accesss... ( I don't wanna block anything for WiFi, I want full open access.) Only think is, snort will still function on that network as I'm listening on WAN... Could I listen on OPT1 instead? or would snort still function? [snort] OPT1 - Internal network I.e.  inet -> pfsense WAN <                                       OPT2 - DMZ WiFi or would that work? Rather then                           OPT1 - Internal network inet WAN [snort] <                           OPT2 - WiFi DMZ
  • ASSP Still Not Fixed? :(

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    J
    Its true, this is open source, its all about contributing
  • Squid whitelist ip

    Locked
    2
    0 Votes
    2 Posts
    4k Views
    M
    I've had success doing exactly what you are trying.  Not sure where you're going wrong.  I just double checked my config and added a new allowed site by IP, it worked, take it out of the whitelist, it blocked it. The only other thing I could suggest would be to make sure that the WebConfigurator is using https so as not to use port 80 at the same time that Squid needs it. Make sure you're running the latest snapshot and build of the package, good luck.
  • Some suggestions to packages that should be included.

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    H
    You can install packages from the ports collection (see http://forum.pfsense.org/index.php/topic,3881.msg23723.html#msg23723 ) but we don't recommend it nor do we support it. pfSense is a firewall and should not run desktop like applications.
  • Install package

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    H
    There is no pfSense package for this yet. Everything else is unsupported though you might be able to hack it in.
  • N00b snort "issues"

    Locked
    17
    0 Votes
    17 Posts
    7k Views
    Y
    I am going to review the code shortly, since I have seen this issue as well. For some reason, in order for snort performance settings to take effect, you have to click save twice under Snort settings.
  • Front-end like Midnight-Commander?

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    M
    THANK YOU! I never imagined it was do darn easy! MC works perfectly. - Mike
  • Upgrade Snort ASAP

    Locked
    21
    0 Votes
    21 Posts
    11k Views
    K
    @sullrich: Configure it first… I reinstalled the pakage , and when i looked at the settings it semed like it was configured ( aka: all settings was the same as before ) after i read your answer i just hit the save button  aka resaving the configuration and now it works :-) Thank you for superb support :-)
  • Smal Snort pakage fix needed

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    K
    @sullrich: Please report back if it works okay and give us a nice HONK for excellent service :) It works like a dream  :-) EXELLENT service
  • Snort and CARP sync

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    S
    This requires a recent snapshot.  Please update to a newer snapshot.
  • Any bandwidth monitors that can track monthly bandwidth usage?

    Locked
    6
    0 Votes
    6 Posts
    6k Views
    S
    @rikrobson: i have installed the bandwidthd package but cannot get any graphs despite trying several settind on the webconfigurator. al i get is bandwidthd has nothing to graph. This message should be replaced by graphs in a few minutes. If it's not, please see the section titled "Known Bugs and Troubleshooting" in the README any suggestions? It only works on certain nics.  Please see the beginning of the bounty thread.
  • Siproxyd install

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    H
    Whenever it gets fixed. Nobody is working on this currently. However, you might be interested in sponsoring work on this: http://forum.pfsense.org/index.php/topic,2824.0.html
  • Missing Packages

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    H
    Depending on the version you run you see more or less packages (some packages need yu to be at a special version). openntpd should be there. However siproxd is broken afaik and is hidden atm.
  • Squid question!

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    X
    @rafael.cardoso: I need help with one trouble, squid works now and very thanks for job to do its possible, but i have one site www.caixa.com.br, this site has problems when its cached, how to do for dont cache or passing from squid this or more sites? It´s possible, in linux iptables the option is -d, pfsense has something like that?  ??? Hello Rafael, I dont understand your question. In the "cache management" tab you can enter domainnames or IP addresses which will not be cached. Enter www.caixa.com.br there and this side should not be cached. xabbu
  • IMSpector, file?

    Locked
    26
    0 Votes
    26 Posts
    14k Views
    S
    Under services, it lists IMSpector twice for me. Is it doing that for everyone else?
  • MOVED: ftp problem again

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Snort out of memory???

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    H
    I think there have been reports in the past that some of the rules can cause issues if enabled (either meaning they eat lot of mem or whatever). Maybe try to uncheck some rules and add them back one by one. I have snort running on a 1U server with 1.2GB with no issues.
  • Bandwidthd

    Locked
    23
    0 Votes
    23 Posts
    16k Views
    J
    Now I get a blank screen ??????
  • Services

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    J
    tried that and the services went then on reinstall all came back + 1. The only way I mananged to remove them was to do a package backup edit the xml then restore config.
  • Multiple blocklists in Squid

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    R
    So it isn´t possible just to add two ACl lists to the code of Squid? Something like: acl semirestricted_hosts src "/var/squid/acl/semirestricted_hosts.acl" acl semirestrictedlist dstdom_regex -i "/var/squid/acl/semiwhite.acl" acl lessrestricted_hosts src "/var/squid/acl/lessrestricted_hosts.acl" acl lessrestrictedlist dstdom_regex -i "/var/squid/acl/lesswhite.acl" Then further in the code I give them access I can´t figure out how to do that? I am trying to give for each part of the company a different permission to the internet. ANY help is welcome…. Johny
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.