Subcategories

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

    4k Topics
    21k Posts
    Y
    You can run via SSH or Diagnostics -> Command prompt squid -k parse and paste output here.
  • 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
    keyserK
    @jrey Would you mind sharing a bit about that setup? I understand your reluctance to promise anything if you are looking into pfblockerNG package maintenance.
  • 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

    499 Topics
    3k Posts
    G
    Thanks @Popolou @Gertjan for the reply. TLDR; I just want to confirm that this isn't a pfSense/ACME bug. I'm just going to delete the deprecated cert and consider this matter closed unless this is a bug. FULL REPLY: Thanks @Popolou @Gertjan for the reply. Thanks for the info. I now understand what is going on with these certificates which is a win. I was expecting that pfSense would manage these certificates and clear out the ones that are no longer needed. No big deal as long as I know I can safely delete them. @Popolou said in How do I fix this expiring ACME Certificate?: @guardian Just check to see which certificates have been issued with the now defunct/expiring CA and if it is zero (which is highly likely), then you can delete it. Any new cert renewals will still take place and the appropriate CA chain will be downloaded and installed if required. You may find you have R10 and R11 (or newer) installed through this route. @Gertjan said in How do I fix this expiring ACME Certificate?: @guardian said in How do I fix this expiring ACME Certificate?: CN=R3 Euh, that one has been depreciated long time ago. Read : Thanks.... I actually found this and read it. @guardian said in How do I fix this expiring ACME Certificate?: Is there a place I can download a new CA certificate? Normally, you don't need to. If your pfSense is recent enough, you has them already. Not under "System > Certificates > Authorities" but in the FreeBSD Certificate storage folder, here /usr/share/certs/trusted/ Thanks for this info. It looks like the certs that I have in play have been downloaded, so I guess I will just delete the old cert and be done.
  • 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
    606 Posts
    M
    @yobyot I've SSHed into pfsense and for the sake of testing I've simply run the command: tailscale up --auth-key=tskey-client-kQ_THE_REST_IS_A_SECRET\?preauthorized=true\&ephemeral=false --accept-dns=false --accept-routes --advertise-exit-node --advertise-routes=X.X.X.X/24 --advertise-tags=tag:pfsense Note the preauthorized=true and ephemeral=false I gave this key all permissions (temporarly as I just wanted to verify it's working) of course I had to register the tag used also in the ACL tags pane: https://login.tailscale.com/admin/acls/visual/tags so far so good
  • Discussions about WireGuard

    697 Topics
    4k Posts
    lvrmscL
    Same here. It started after I installed 25.07. Then it settled down by itself after a few days. It started again after upgrading to 25.07.1. WireGuard works fine (it merely connects to the remote site from this one). However, I am refraining from upgrading the remote, because if the 'service' does not start, I fear it will not listen to incoming connections, which would leave me in a difficult situation. The other topic I had opened before finding this: https://forum.netgate.com/topic/198449/25.07-release-amd64-wireguard-service-reported-stopped-yet-tunnel-trafic-clearly-is-ok
  • Microsoft dial up client Windows VS PFsense L2TP/IPSEC

    4
    0 Votes
    4 Posts
    4k Views
    jimpJ
    No solid date. Should be moving to BETA sometime in the next couple weeks if all goes well.
  • How to disable ssl filtering for selected websites?

    2
    0 Votes
    2 Posts
    877 Views
    KOMK
    Why not just filter based on the domain name?
  • Packages updates !!!!

    2
    0 Votes
    2 Posts
    920 Views
    KOMK
    To get details about a new package, click on its version number in the list.  That will take you to the change log. On your Installed Packages screen, if any package has a red Version column, it's means there is an update to that package.
  • Postfix Forwarder package won't start

    6
    0 Votes
    6 Posts
    2k Views
    B
    @lautrecote: hello thank you for your post and details of configuration  :) What is correcting the problem is : have postfix forwarder listening to LAN instead of WAN write a NAT rule to redirect smtp traffic to LAN address of pfsense I think it's the same you recommend having postfix forwarder listening to loopback ? I don't understand why it works, why it suddenly didn't work anymore, and why this trick solves the problem. Can you explain that to me ? thank you again  :) It isn't the same as having the forwarder listening on loopback.  Did you mean to say "listen on WAN instead of LAN"? Are you relaying from an internal mail server to the outside world?  That might explain it but I don't know how you would get emails from outside if you're listening on LAN.
  • Problem with authentication Squid3-dev + Captive

    1
    0 Votes
    1 Posts
    637 Views
    No one has replied
  • Snort blocking wan ips

    2
    0 Votes
    2 Posts
    626 Views
    BBcan177B
    Please read the following thread: https://forum.pfsense.org/index.php?topic=61018.0 Goto Snort:Snort Interface WAN: WAN Settings: [ Choose the networks Snort should inspect and whitelist ] Make sure the Pass List is configured. Also in "Pass Lists", make sure you add a passlist for the WAN and check all of the Checkboxes (This is what needs to be referenced in the first part above.)
  • [resolved] apcupsd daemon won't start

    2
    0 Votes
    2 Posts
    1k Views
    O
    I just finally solved this by using a USB cable. The serial cable had worked fine in with my other board and Ubuntu on this board, but for whatever reason, with pfSense on this board I can only get apcupsd to work with the USB cable.
  • Snort Alerts-tab bug?

    8
    0 Votes
    8 Posts
    2k Views
    BBcan177B
    Thanks Bill, you would think that when you close the Whois page, the pfsense diag_dns.php page is still loaded in its own window. Why would it loose the session id for that? It shouldn't have anything to do with the other tab that was called by diag_dns.php? Also why does it only happen once on the Alert Interface section. If that was the case, you would expect the behavior to repeat for each lookup? Security is always a good thing!!  :)
  • Wich encrypting method ?

    4
    0 Votes
    4 Posts
    1k Views
    C
    Glad you got it working, but for future reference: the base64_encode of the password is used as the salt parameter for crypt().  More details on php crypt are here: http://us1.php.net/manual/en/function.crypt.php
  • Ntop error

    2
    0 Votes
    2 Posts
    927 Views
    R
    well.. i've just spent a while trying to understand what could be the issue on this one and am not finding any solution.  finally my logs seem to only show the following message: ntop[8154]: EPIPE while sending page to web client and that was it. so, since there is apparently no way to revert to a previous build, i guess i'll have to just run without ntop.. which stinks as I really liked the tool. :(
  • Package install fails checksum

    3
    0 Votes
    3 Posts
    2k Views
    N
    It was NanoBSD. I finally just did a reinstall, configured the basics, and downloaded a package again to test. I downloaded Arping and the whole process was done in less than 8 seconds. Before it took almost a minute to download that package. I'm not sure what was going on but this was the 'fix'. Thanks for your time!
  • Updated to Squid 3 3.1.20 pkg 2.1.0 web site not working

    1
    0 Votes
    1 Posts
    583 Views
    No one has replied
  • Squid3-dev - Certificate Error, Despite Importing CA

    12
    0 Votes
    12 Posts
    10k Views
    M
    i have only one lan network 172.16.0.0/16 with 800 computers. i have same issue. first i say sorry to pfsense and all pfsense lover's if i m worng, if we correctly configured squid3-dev and squidguard-squid3 wihtout any error. and all other sites are works fine like if deny blk_socialnetwork then when to go to https facebook or youtube its access dined only when i go for gmail.com its not working given msg which is all aware. also when i go to banking https sites its working good. so i think its some problem in pfsense and i proud to say pfsense is very easily solve this problem but i thought pfsense is playing with his lover's (pfsense firewall user's) so we can only wait for new updates.. in between any expert solve this issue pls let me know mohanrao83@gmail.com Thanks
  • NTOP wont Start after Upgrade to 5.0.1_1 v2.4

    6
    0 Votes
    6 Posts
    4k Views
    H
    @Cino: @ESPNSTI: I've noticed with NTOP; when you reinstall/install, you have to select interfaces and enter the password again. Some reason the settings are not retained. Hey Thank you so much, appreciated!  :D I was struggling to understand why i could not connect to Ntop (5.0.1 v2.5) after a reinstalled,  it was until i tried your suggestion of setting the password again and adding back the interface for Ntop again everything seems to be working again…............. ((MARK THIS  THREAD AS SOLVED!))  8)
  • PfBlocker Limits

    3
    0 Votes
    3 Posts
    1k Views
    A
    Thank you for your help.
  • Snort enabled cuases strange Firewall log

    8
    0 Votes
    8 Posts
    2k Views
    bmeeksB
    @fearnothing: Well looking at it logically, the default in pfSense is to deny all you do not have logging for this default turned on when snort is not present when snort is on, this rule starts logging My guess is that snort enables logging for this rule as part of its base configuration. Nope, Snort does not touch the firewall rules at all.  All it does is put the interface in promiscuous mode.  I promise it does not touch any firewall rules or pfSense logging options. Bill
  • 0 Votes
    11 Posts
    2k Views
    BBcan177B
    @Fmstrat: I have all of them enabled except sensitive data. My hardware setup is an internal NIC for LAN, and a USB NIC for WAN. I tried switching snort over to the LAN and it seems to function fine there, so I'm wondering if the issue is somehow related to the network card itself. Is that even physically possible given snort's architecture? As I look at the snort blocks', I'm actually curious as to if running on the LAN is better. When I run on WAN, I can't see which internal IP is engaged in the connection that causes the alert, making it very hard to trace sources. However, when it's on the LAN, all the alerts display the internal IP and the blocks show the external IP, which makes it much easier to debug. Is there any downside to running on the LAN end of things? Seems the benefit would be scanning internal traffic for infected machine, but the downside would be missing external attackers that are scanning ports that are already blocked by the firewall (which shouldn't matter, really.) Thoughts? Ben P.S. Unfortunately, I probably won't get back to the script we discussed until next week. I don't think you will get good success with USB NICs on pfSense. The LAN will show a little more detail. If you want more, you need a full IDS like "Security Onion" installed after pfSense or before it. Bill does recommend that a smaller list be put on the WAN like Port scans, Cins, Compromised, Drops, etc… and than as many rules on the LAN that it can handle (without the rules you don't require for your network) If you use pfBlocker (or my script  ;) ), you could also avoid the Cins, Drops, Compromised on the WAN as Snort sees a copy of the packets first before pfBlocker and they will both Log the same packets. Make sure you check out my Github Gist for recent changes to the script. Thanks.
  • Squid 3 - Exchange 2013 SP1

    33
    0 Votes
    33 Posts
    7k Views
    T
    with the next release of the squid package, AutoDiscover HTTP is included ;-) so, no need to send the file anymore ;-)
  • Help!–To analyse squid 3.3.10 access log

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • HAVP/Squid3 Permission denied. ERROR

    2
    0 Votes
    2 Posts
    1k Views
    B
    Really, no replies?
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.