Subcategories

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

    4k Topics
    21k Posts
    N

    Can I use pgblockerng aliases in Haproxy?

    80758505-9bad-4dad-a80b-c159be1045a2-image.png

    If it was a firewall rule, typing pfb would produce a dropdown to select.

    Here it has to be written, but will it work? Is it supported?

  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    cyb3rtr0nianC

    @bmeeks So after upgrading to the newest PfSense 2.8.0 everything is now working like a charm!

    Suricata no longer seems to strip off tags like it did before! Which means I can now use my network segmented by VLANs and still use the benefits of Suricata Inline IPS! Very niiize!

    I checked in the Alerts section and it is indeed generating the correct alerts from the different VLAN sections, I put Inline IPS on the parent interface of all the VLANs.

    I assume this is because the FreeBSD version is also updated with the new PfSense 2.8.0 version?

    Because before, as soon as I selected Inline IPS mode, my entire VLAN tagging would break and nothing was reachable until I switched back to Legacy mode.

  • 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
    GertjanG

    @AlexK-0 said in Can't receive GeoIP databases updates anymore, banned:

    Days ago, I received from MaxMind an email, notifying me that my country has been banned to receive GeoLite City database updates.

    You've found a reason to use a VPN.

  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    99 Topics
    2k Posts
    K

    @elvisimprsntr thanks for your suggestion. I will give it a try.

  • 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 :

    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
    R

    I had a similar issue with Routed VTI over IPsec recently. FRR lost its neighbors after rebooting or when a tunnel went down. It never re-discovered it automatically. Only restarting FRR (either in GUI or via CLI) brought the neighbors back.

    When I manually added those under the OSPF neighbors tab in the GUI it seems to solve the problem as well.

  • Discussions about the Tailscale package

    89 Topics
    574 Posts
    A

    Hello,
    I am unable to get the Tailscale package to work. The page at VPN > Tailscale > Authentication is stuck. It displays the error "Tailscale is not online," but also shows a "Logout and Clean" button, with no option to log in.
    link text

    This state persists even after performing the following troubleshooting steps:

    Rebooting the pfSense router.

    Completely uninstalling and reinstalling the Tailscale package multiple times.

    Clearing browser cache and using a private browser window.

    Toggling the main "Enable Tailscale" checkbox in the settings.

    Checking the logs, which show the service gets a "terminate" signal and shuts down cleanly; it does not crash.

    Manually trying to delete the state file with rm /var/db/tailscale/tailscaled.state, which failed because the file does not exist.

    It appears that the package's configuration is corrupted in a way that persists even after reinstallation. Can anyone advise on how to perform a complete manual cleanup of all Tailscale files and settings?

  • Discussions about WireGuard

    689 Topics
    4k Posts
    P

    @patient0 Thanks for further suggestions. The tunnel is definitely up and so I don't think this is a CGNAT issue after all. WAN firewall rule is in place for UDP on port 51823 (otherwise the tunnel wouldn't work, right?). I can ping from client 1 -> client 2 and visa versa and also ping all points in between like you suggest. I just can't open an HTTPS connection from pfSenseB from Client 1 using a browser. But I can do this the other way round i.e. from Client 2 to pfSenseA

    I will try and do some packet capture to see if that reveals anything.

  • Problems with quagga ospfd Help me Jimp !!!

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Iperf: after saving settings on server tab, page reloads mostly empty

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    jimpJ

    Might need the same fixes I had to do for mtr and/or nmap. I thought I checked in a fix for the pkg system in general but I could be misremembering it, as it's been a few weeks since I did all that work.

  • Darkstat and bandwidthd not working on pfsense 2.1

    Locked
    3
    0 Votes
    3 Posts
    7k Views
    jimpJ

    Correct, the interface selection control on it is wrong, it needs to only allow one. There are a couple other threads about that.

  • Snort v2.5.0 sensitive data question

    Locked
    9
    0 Votes
    9 Posts
    6k Views
    J
    cat /usr/local/etc/snort/preproc_rules/sensitive-data.rules alert tcp $HOME_NET any -> $EXTERNAL_NET [80,20,25,143,110] (msg:"SENSITIVE-DATA Credit Card Numbers"; metadata:service http, service smtp, service ftp-data, service imap, service pop3; sd_pattern:2,credit_card; classtype:sdf; sid:2; gid:138; rev:1;) alert tcp $HOME_NET any -> $EXTERNAL_NET [80,20,25,143,110] (msg:"SENSITIVE-DATA U.S. Social Security Numbers (with dashes)"; metadata:service http, service smtp, service ftp-data, service imap, service pop3; sd_pattern:2,us_social; classtype:sdf; sid:3; gid:138; rev:1;) #alert tcp $HOME_NET any -> $EXTERNAL_NET [80,20,25,143,110] (msg:"SENSITIVE-DATA U.S. Social Security Numbers (w/out dashes)"; metadata:service http, service smtp, service ftp-data, service imap, service pop3; sd_pattern:20,us_social_nodashes; classtype:sdf; sid:4; gid:138; rev:1;) alert tcp $HOME_NET any -> $EXTERNAL_NET [80,20,25,143,110] (msg:"SENSITIVE-DATA Email Addresses"; metadata:service http, service smtp, service ftp-data, service imap, service pop3; sd_pattern:20,email; classtype:sdf; sid:5; gid:138; rev:1;) alert tcp $HOME_NET any -> $EXTERNAL_NET [80,20,25,143,110] (msg:"SENSITIVE-DATA U.S. Phone Numbers"; metadata:service http, service smtp, service ftp-data, service imap, service pop3; sd_pattern:20,(\d{3}) ?\d{3}-\d{4}; classtype:sdf; sid:6; gid:138; rev:1;)
  • Snort-dev 3.0 won't start up, shows error…

    Locked
    3
    0 Votes
    3 Posts
    1k Views
    rcfaR

    Ah, thanks for the link. I was looking for that thread and couldn't find it anymore.
    Reposted the issue there…

  • Snort-dev ready for testing. Post issues here.

    Locked
    23
    0 Votes
    23 Posts
    10k Views
    rcfaR

    I get this error:

    Warning: file_get_contents(/var/log/snort/59183_lagg0/alert): failed to open stream: No such file or directory in /usr/local/www/snort/snort_alerts.php on line 396

    when I go to the Alerts tab (Services : Snort : Snort Alerts)

    Rules are downloaded successfully, WAN interface is enabled for snort, but it ain't running.

    Any ideas?

  • 0 Votes
    4 Posts
    2k Views
    marcellocM

    @Nachtfalke:

    Is your sarg package compatible with squid2 ?

    Yes  :)

  • Client OpenVPN connection not using Squid / SquidGuard

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    N

    On possibility would be to setup the proxy server address on the clients browser - no matter if squid is running ins transparent mode or not.
    This worked for me in the paste when I tested this.

    The other option could be to set the squid interface IP address as gateway for the openVPN connection in firewall rules. But I am not sure if this will work.

  • Can't install squidguard

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    jimpJ

    Sounds like maybe you removed squid before squidguard, which could break that process.

    Reinstall squid, then remove squidguard, then remove squid.

  • HAVP Virus Detection

    Locked
    1
    0 Votes
    1 Posts
    827 Views
    No one has replied
  • MailWatch for MailScanner

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    marcellocM

    Maybe on 2.1, but on 2.0 it breaks pfsense php.

    Another point is that postfix gui on pfsense acts just a forwarder, so no local mailboxes.

    att,
    Marcello Coutinho

  • Snort won't download ruleset

    Locked
    11
    0 Votes
    11 Posts
    3k Views
    J

    I followed Cino's link to completely remove Snort and re-installed.  = Same Issue

    Tried creating new Snort account and generated a new oinkcode = Same Issue.

  • Snort 2.9.2.3 pkg v. 2.4.2 Issues

    Locked
    116
    0 Votes
    116 Posts
    34k Views
    C

    @judex:

    It is not fixed for my 2.0.1 system. I deleted the package an every file with snort in its name before reinstallation.
    Still the same warning in 2.5.0

    did you reinstall?

  • Snort 2.9.2.3 pkg v. 2.4.2 Not Starting..

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    E

    Please follow-up in the 2.4.2 issues thread.
    For the error you are having need to reinstall snort binary.

  • Squid only work if edit manual squid.conf (transparent)

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    N

    squid2 is working without problems on pfsense 2.0.1 in transparent mode.

    what version of pfsense are you using ?
    which squid are you using ?
    did you select you LAN interface on squid GUI and did you select "transparent" on squid ?
    did you enable the firewalol to allow traffic ?

  • Snort 2.9.2.3 pkg v. 2.4.2: ioctl() DIOCRADDADDRS issue

    Locked
    8
    0 Votes
    8 Posts
    3k Views
    E

    Just reinstall snort and it should be behaving better in this regard.

  • Snort 2.9.2.3 pkg v. 2.2.2 - No Alert Description

    Locked
    42
    0 Votes
    42 Posts
    20k Views
    M

    @ermal:

    Please reinstall again!
    You need a new snort binary for the alerts to be displayed correctly.

    OK - since removing and reinstalling the latest snort package, the alert descriptions have returned to being N/A.  Doesn't appear 10101000's patch has been included within the latest binary unfortunately.  I suppose I can try to reapply his patch once more.  Could you please correct this blank/NA alert description functionality for Blocked IPs in the next build?  Thanks.

    EDIT: I attempted to apply his latest system patch and it doesn't qualify to be applied.

  • How-to install vnstat2 on 2.1 with 1.5.1 web frontend

    Locked
    3
    0 Votes
    3 Posts
    3k Views
    C

    @johnpoz:

    Now if we can just get this put into the actual package that would be perfect.

    i'm with you there…

  • Squid 3 - Reverse Proxy

    Locked
    15
    0 Votes
    15 Posts
    10k Views
    Q

    awesome thanks I'll look forward to it.

    Cheers!

  • Quagga OSPF GUI producing alittle wrong ospfd.conf

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    B

    Thx alot for Version 0.99.20.1 v0.5
    works perfekt.

    regards
    m

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.