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
    J

    NUT version is 2.8.2_5 (I've already tried reinstalling the package)

    NUT seems to think it can't find the UPS, but usbconfig shows it to be present:

    [2.8.0-RELEASE][admin@janus.jhmg.pvt]/usr/local/etc/rc.d: usbconfig ... ugen0.5: <PR1500LCDRT2U UPS Cyber Power System, Inc.> at usbus0, cfg=0 md=HOST spd=FULL (12Mbps) pwr=ON (2mA) ...

    Below is the console log attempting to start NUT from the command line.

    [2.8.0-RELEASE][admin@janus.jhmg.pvt]/usr/local/etc/rc.d: ./nut.sh stop stopping NUT [2.8.0-RELEASE][admin@janus.jhmg.pvt]/usr/local/etc/rc.d: ./nut.sh start starting NUT Network UPS Tools - UPS driver controller 2.8.2 Network UPS Tools upsd 2.8.2 fopen /var/db/nut/upsd.pid: No such file or directory Could not find PID file '/var/db/nut/upsd.pid' to see if previous upsd instance is already running! Network UPS Tools - Generic HID driver 0.53 (2.8.2) listening on 127.0.0.1 port 3493 USB communication driver (libusb 1.0) 0.47 listening on ::1 port 3493 Can't connect to UPS [CyberPower-1500] (usbhid-ups-CyberPower-1500): No such file or directory libusb1: Could not open any HID devices: no USB buses found No matching HID UPS found upsnotify: failed to notify about state 4: no notification tech defined, will not spam more about it Driver failed to start (exit status=1) Found 1 UPS defined in ups.conf Network UPS Tools upsmon 2.8.2 kill: No such process UPS: CyberPower-1500 (primary) (power value 1) Using power down flag file /etc/killpower

    Also

    [2.8.0-RELEASE][admin@janus.jhmg.pvt]/usr/local/etc/nut: more ups.conf [CyberPower-1500] driver=usbhid-ups port=auto [2.8.0-RELEASE][admin@janus.jhmg.pvt]/usr/local/etc/nut: egrep -v '^#' nut.conf MODE=none

    and this, which singles out the usbhid-ups driver as the problem:

    [2.8.0-RELEASE][admin@janus.jhmg.pvt]/usr/local/etc/nut: /usr/local/libexec/nut/usbhid-ups -a CyberPower-1500 Network UPS Tools - Generic HID driver 0.53 (2.8.2) USB communication driver (libusb 1.0) 0.47 libusb1: Could not open any HID devices: no USB buses found No matching HID UPS found upsnotify: failed to notify about state 4: no notification tech defined, will not spam more about it
  • 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.

  • Unable to connect to darkstat

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    B

    darkstat runs on port 666.  I haven't changed anything on my desktop, so I'm not sure why that port would be blocked when it wasn't before.  I'll look, though.

  • Squid ,two subnets, domain login

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Latest SNORT fails to start

    Locked
    10
    0 Votes
    10 Posts
    5k Views
    T

    I am experiencing the same issue.  Can't find anything on the boards about it.  Anybody?

  • Openzap package

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Netgate Hamakua and squid

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    M

    Looks like this device ships with a CF instead of HD?  If that is the case, you'll want to either disable disk caching in Squid (choose null from the GUI) or install something that won't 'burn out' like CF with the constant read/writes from Squid.

  • Snort Blocking Kerio Webmail after log in

    Locked
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Freeswitch package on 1.2.3 broken?

    Locked
    6
    0 Votes
    6 Posts
    3k Views
    R

    Idd the dev files are the ones working. Everythings fine now.

  • OpenNTPD

    Locked
    10
    0 Votes
    10 Posts
    5k Views
    S

    hallo,

    have you found any solution till now?

  • TFTP downloads on Mac?!

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    B

    No one can confirm or explain way TFTP download didn't work for my configuration (pfsense 2.0 built on Mon Sep 6, Mac OS X 10.6.4, Safari 5.0.1 or Firefox 3.6.8 )?
    Upload and removing files works fine…

  • Freeswitch package

    Locked
    3
    0 Votes
    3 Posts
    2k Views
    G

    Ok,

    My fault, should have read better, answer is here :

    http://forum.pfsense.org/index.php/topic,28040.msg146075.html#msg146075

  • Invalid argument supplied for foreach() in Lightsquid Package

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    D

    Renove LS and Install again.

  • Pfflowd: missing traffic

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Pfflowd v0.8 - NetFlow v9 support and SNMP indexing

    Locked
    5
    0 Votes
    5 Posts
    4k Views
    C

    I know how to compile this on a linux box, but being that pfsense i guess it doesn't include the options to make and configure, how do I go about compiling this and then replacing my current "package" version installed on my firewall?

    Thanks!

    -Chris

  • Snort bugs

    Locked
    20
    0 Votes
    20 Posts
    8k Views
    D

    Thanks once again James !

  • FATAL ERROR: Failed to Lock PID File

    Locked
    2
    0 Votes
    2 Posts
    5k Views
    J

    @szigeti:

    I have this problem since i updated snort

    FATAL ERROR: Failed to Lock PID File "/var/log/snort/run/snort_fxp048036.pid" for PID "54297"

    My snort does not start. any suggestions ? i have removed the file but it comes back and the problem persists.

    pFsense 1.2.2
    Snort 2.8.6.1 pkg v. 1.33

    Computer 2xP3 1Gb RAM

    Its telling you have snort running already.

    In the command prompt type;

    killall snort

    James

  • MOVED: Squid on beta4 9-7 snapshot

    Locked
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Squid stop–>flush-->start

    Locked
    3
    0 Votes
    3 Posts
    6k Views
    ?

    thx mhab12,
    found the button yesterday und delete the cache folder, but it don't helps. But today the google doodle is away and other sides works perfect. So i have nothing to test this failure. mmmmmpf

    perhabs something in my config is wrong:

    <menu>
    <name>Proxy server</name>
    <tooltiptext>Modify the proxy server's settings</tooltiptext>
    Services
    <url>/pkg_edit.php?xml=squid.xml&id=0</url>
    </menu>

    <menu>
    <name>Proxy report</name>
    <tooltiptext>Proxy server statistic report</tooltiptext>
    Status
    <url>/pkg_edit.php?xml=lightsquid.xml&id=0</url>
    </menu>

    <menu>
    <name>OpenVPN</name>
    <tooltiptext>Status
    <url>/status_openvpn.php</url></tooltiptext> </menu>

    <squid><config><active_interface>lan</active_interface>
    <allow_interface>on</allow_interface>
    <transparent_proxy>on</transparent_proxy>
    <private_subnet_proxy_off>on</private_subnet_proxy_off>
    <defined_ip_proxy_off>192.168.100.190; 192.168.100.191; 192.168.100.153; 192.168.100.30; 192.168.100.123; 192.168.100.61; 192.168.100.150</defined_ip_proxy_off>
    <log_enabled>on</log_enabled>
    <log_dir>/var/squid/log</log_dir>
    <log_rotate><proxy_port>3128</proxy_port>
    <icp_port><visible_hostname>hostname2</visible_hostname>
    <admin_email><error_language>English</error_language>
    <disable_xforward><disable_via><uri_whitespace>strip</uri_whitespace>
    <dns_nameservers><disable_squidversion></disable_squidversion></dns_nameservers></disable_via></disable_xforward></admin_email></icp_port></log_rotate></config></squid>
    <squidcache><config><harddisk_cache_size>1000</harddisk_cache_size>
    <harddisk_cache_system>ufs</harddisk_cache_system>
    <harddisk_cache_location>/var/squid/cache</harddisk_cache_location>
    <memory_cache_size>100</memory_cache_size>
    <minimum_object_size>128</minimum_object_size>
    <maximum_object_size>20000</maximum_object_size>
    <level1_subdirs>16</level1_subdirs>
    <memory_replacement_policy>lru</memory_replacement_policy>
    <cache_replacement_policy>lru</cache_replacement_policy>
    <cache_swap_low><cache_swap_high><donotcache>d3d3LmhlaXNlLmRlDQp3d3cuc3BpZWdlbjkajjj2jr32A342c3O4TY4NCm4lwbS5tdWMNCmlwbS1pLm11Yw0Kd3dpcG0zNC53MzQNCmlwbXcxMC53MTANCmlwbXcxMC10ZXN0LncxMA0KaXBtdzkudzk=</donotcache>
    <enable_offline></enable_offline></cache_swap_high></cache_swap_low></config></squidcache>
    <lightsquid><config><lightsquid_lang>eng</lightsquid_lang>
    <lightsquid_barcolor>red</lightsquid_barcolor>
    <lightsquid_template>base</lightsquid_template>
    <lightsquid_ip2name>dns</lightsquid_ip2name>
    <lightsquid_refreshsheduler_time>lhp_20m</lightsquid_refreshsheduler_time>
    <lightsquid_squidrotatelog_sheduler_time>lsr_none</lightsquid_squidrotatelog_sheduler_time></config></lightsquid>

  • Removing packages that don't want.

    Locked
    4
    0 Votes
    4 Posts
    2k Views
    jimpJ

    It should only take a few seconds for most packages to uninstall. I installed and then immediately uninstalled the openvpn client export package and it did both for me without error. Not sure what could have gone wrong in your case.

  • Cool New feature for Snort Package

    Locked
    9
    0 Votes
    9 Posts
    4k Views
    K

    When Installed. Alignment is not proper, Gui goes outoff screen

  • (help) squid and squid guard

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    ?

    Read this forum, there are tons of threads which will tell you exactly what you need.

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