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
    reza3swR

    @Gertjan
    Hello,
    Thank you.
    I had exactly the same issue, and your solution helped me fix it.

    Ask ChatGPT

  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    101 Topics
    2k Posts
    dennypageD

    @jhg Please post the output of the following commands:

    pkg info | grep nut usbconfig dump_all_desc
  • 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

    690 Topics
    4k Posts
    J

    I've read through some other posts about this, but they either didn't say whether the proposed solution worked or they were very convoluted and difficult to understand. Here is our scenario: We have 6 locations--Las Cruces (LC), Sunland Park (SP), El Paso (EP), Abilene (ABI), Fort Worth (FW), and Plano (PL). LC and ABI have software that is accessed by the other 4 locations via VPN. There are WireGuard VPNs set up between LC and those 4 locations (SP, EP, FW, PL), and ABI and those 4 locations (SP, EP, FW, PL). There is also a WireGuard VPN connection between LC and ABI. LC and ABI have 2 internet connections. SP, EP, FW, and PL each have one internet connection.

    If the primary internet connection goes down at either LC or ABI and failover occurs to the secondary internet connection, is there a way to set up the WireGuard VPN connections so that they also failover without purchasing some 3rd party application?

    Thanks.

  • PFSense 1.3.2 + Squid + Lightsquid + Proxy question

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    T

    Thank you for the hint but there are no stupid questions as I have learned  ;)

    The new release of PFSense will come in 2 weeks with new hardware.

    Well I have read your post but I do not understand why these firewall rules
    should help.
    The rest is configured according to the manuals or posts in here but I
    do not understand why it stopped working

  • How to block port 80 for some clients ?

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    marcellocM

    @arushi:

    It works, but this users that i block on "Banned host addresses" can open the web pages with https (port 443)
    How can i close this port for this clients??
    ;)

    Transparent proxy does not filter port 443. Create a firewall -> rule to block it.

  • Sn0rt: what are 'good' rulesets to enable in the category tab? pls help.

    Locked
    5
    0 Votes
    5 Posts
    2k Views
    G

    thank you very much kev. that is very good information.

    now to tweak everything.  :)

  • Squid Guard, immediately disable local account on visiting blocked sites?

    Locked
    5
    0 Votes
    5 Posts
    1k Views
    D

    Oh I see.. Thanks!  :D

    I've been doing a bit of digging around in the pfSense source code and I think locking the account using

    exec("/usr/sbin/pw lock {$user_name} -q");

    And setting the user's shell to "/sbin/nologin" should be sufficient.

    Does anyone know of an existing function / better way to do this? (guessing not as I stole my code from https://github.com/bsdperimeter/pfsense/blob/master/etc/inc/auth.inc#L457)

  • Snort/Oinkmaster - Maintaining Disabled/Enabled Rules After Update?

    Locked
    7
    0 Votes
    7 Posts
    3k Views
    J

    I've started using the Snort package a couple of days ago and this bug is really annoying… But I think I might found a semi-working solution for it. In /usr/local/etc/snort/rules are the categories such as snort_* and emerging-*. When I disable/enable specific rules in these files they will at least stay permanent for interface restart and updates when no new rules files are downloaded. But I guess these changes will be overwritten when new rules are actually downloaded (not just checked and no new files where found). But yeah... Not perfect, but at least the rules won't reset every 12 hour anymore.
    For some reason I don't seem to have a oinkmaster.conf file on my system at all? 2.0.1-RELEASE (amd64) with Snort 2.9.1 pkg v. 2.1.1.
    What's the current status of this bug btw?

  • Squid start and stop imedialtely

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    M

    i solve it but i need now to flush cache content and removw all cache and i want to know if cach is working and chaching or not
    cause i have another prob.
    i remove pfsense and reinstalled it many times and install squid and light squid and in every time i found that lightsquid report is reporting that i use cache and specify the content that cached before the removing pfsense
    how does this work despite i was erase all hard disk content and reinstall pfsense from zero

  • Freeradius2 removal breaks racoon (IPsec)

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    C

    it doesn't happen with many packages anymore as we take some precautions to prevent it as much as possible, but it does happen on some, have to be careful when messing with packages. 2.1 uses PBI packages to eliminate such dependency hell.

  • Click on the green arrow to start snort - nothing happens

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    B

    Uninstalled and reinstalled the Snort package, and now it works.  I can check under "Services" menu.  Service is running.

  • Squid-reverse

    Locked
    77
    0 Votes
    77 Posts
    44k Views
    marcellocM

    Hi all,

    I've merged squid-rever and squid3 in only one package for pfsense 2.0 with reverse options in a brand new service-> reverse proxy menu.

    Check screen shots on it's thread
    http://forum.pfsense.org/index.php/topic,48347.0.html

    att,
    Marcello Coutinho

  • Squid issues

    Locked
    6
    0 Votes
    6 Posts
    2k Views
    N

    no worries pod ;D

    Only thing i noticed still after restarting the server (Had to move the man cave about a bit) is what it was going to start HAVP, it still complains pw: unknown group havp, but when you go and look at the necessary file, the group is there

    Weird

    Should be done fairly shortly, I gotta head out shopping, so im gunna do some more work on this damn server after i get back

  • Snort arp spoof processor pfsense 2.01

    Locked
    6
    0 Votes
    6 Posts
    4k Views
    M

    so any help plz

  • Squid caching downloads

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    N

    Ok discovered how i can be able to cache some of the youtube stuff, but need to know the best way to add what it says to squid:

    http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube?highlight=%28ConfigExamples%2FIntercept%29%7C%28ConfigExamples%2FAuthenticate%29%7C%28ConfigExamples%2FChat%29%7C%28ConfigExamples%2FStreams%29%7C%28ConfigExamples%2FReverse%29%7C%28ConfigExamples%2FStrange%29%7C%28ConfigExamples%2FExtreme%29%7C%28ConfigExamples%2FPortal%29

  • AFP/SMB FileServer ontop of pfSense

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    stephenw10S

    Good call.  :)

    Steve

  • The system returned: (61) Connection refused

    Locked
    4
    0 Votes
    4 Posts
    4k Views
    E

    Hi CMB and thanks for the reply.
    I mean, both Squid and Dolphin are creatures from the sea, so they should get well along…. ;D
    Why this doesn't happen with PHPBB3 which is running from exactly the same address (192.168.5.8  ), the parent folder is the same, they are in 2 different subfolder which i did even try to swap but the result was the same...the Squid is discriminating

  • Snort Rule-Recategorization

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    K

    Snort on pfsense is currently 2.9.0.5 which is now end of life. You will still get emergingthreats rules but until someone updates the snort package to ideally 2.9.2.2 you won't receive any new VRT rules I am afraid.

  • Snort filtering Tor exit node traffic, configuration help/advise

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    K

    You can use the supress tab to filter the alerts and I would disable the ET-DROP, ET-TOR rules etc. You could use pfblocker and lists like emerging-blocklist and compromised etc .txt files in emergingthreats (firewall and block rules). You could set these to block outbound, inbound or both. Install pfblocker and enable these in the lists as .txt:

    http://rules.emergingthreats.net/fwrules/emerging-Block-IPs.txt (this is dsield, russian business network, botnet CnCs)
    http://rules.emergingthreats.net/blockrules/compromised-ips.txt
    http://rules.emergingthreats.net/blockrules/rbn-malvertisers-ips.txt
    http://www.ciarmy.com/list/ci-badguys.txt

  • Standalone squid server

    Locked
    12
    0 Votes
    12 Posts
    8k Views
    L

    @marcelloc:

    leave lightsquid/sarg on the second pfsense

    firewall with squid in transparent mode on lan + upstream configuration

    second pfsense with squid and report package

    Thanks. I'll have to look into this. I have never used or heard of sarg.

    As my pfSense main firewall is a VM, if i put the cache off onto anothe rbox like this, how much HDD space does pfSense actually need to work efficiently?

  • Squidguard on 2.0 final

    Locked
    27
    0 Votes
    27 Posts
    18k Views
    R

    of course you need to make a cronjob with "/usr/local/sbin/squid -k reconfigure", got an pm to this, so, well you always need the full path in a cron job

  • Snort can't enable

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    I

    You might have set 'block offenders'.
    This option currently seems to break snort, at least for me.
    Try to disable the option to automatically block offenders and see if snort starts normally.

  • Mail Report : How to mail other messages

    Locked
    3
    0 Votes
    3 Posts
    4k Views
    B

    Hi,

    I'm also interested in being able to send email messages from my pfsense.

    Since the pfsense webconfigurator already has configured a MTA with servername, addresses and authentication etc, I thought that everything needed were there and it was only a matter of knowing the commands and parameters to be able to send messages?

    I don't mind using any command interpreter if I only know the syntax to use.  (Message subject, Message body and Send it…)

    regards Tor

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