Subcategories

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

    4k Topics
    21k Posts
    A
    Docker image for squid 7.3 and above https://hub.docker.com/r/fredbcode/squid If pfsense does not push the update.
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    DARAD
    Hello team, I have a Netgate 8200 running 24.11-RELEASE (amd64) with Suricata 7.0.8_5 package installed. Suricata doesn't seem to start. It loops to red once I press the Play button on the interface. It leaves no logs in the System logs, it leaves no logs in suricata.log at /var/log/suricata/suricata_ovpns933787/suricata.log I tried launching it manually: # /usr/local/bin/suricata -V or # /usr/local/bin/suricata -c /usr/local/etc/suricata/suricata_33787_ovpns9/suricata.yaml -i suricata_ovpns933787 and I get this output ld-elf.so.1: /usr/local/bin/suricata: Undefined symbol "__strlcpy_chk@FBSD_1.8" Thanks in advance, Dara
  • Discussions about packages that handle bandwidth and network traffic monitoring functions such as bandwidtd, ntopng, etc.

    573 Topics
    3k Posts
    dennypageD
    @kabeda If memory serves, that old version of ntopng did not run as user ntopng, but as user nobody. There are lots of problems in that old version. Anyway, check the ownership and permissions of /var/db/ntopng and make sure it matches the user that ntopng runs as. You may need to set ownership of the entire hierarchy. Example: /usr/sbin/chown -R nobody:nobody /var/db/ntopng However, the better choice would be to upgrade to a more recent version.
  • Discussions about the pfBlockerNG package

    3k Topics
    20k Posts
    tinfoilmattT
    @vicking said in No blocks on IP: Is it a bad idea to have the action set to deny both instead of inbound only? Question is squarely for admin. Per the infoblock which explains, in part, the "Deny Inbound", "Deny Outbound", and "Deny Both" actions: 'Deny' Rules: 'Deny' rules create high priority 'block' or 'reject' rules on the stated interfaces. They don't change the 'pass' rules on other interfaces. Typical uses of 'Deny' rules are: Deny Both - blocks all traffic in both directions, if the source or destination IP is in the block list Deny Inbound/Deny Outbound - blocks all traffic in one direction unless it is part of a session started by traffic sent in the other direction. Does not affect traffic in the other direction. One way 'Deny' rules can be used to selectively block unsolicited incoming (new session) packets in one direction, while still allowing deliberate outgoing sessions to be created in the other direction. In other words: When set to "Deny Inbound", incoming connection requests from WAN hosts are blocked and therefore no state will be created. However a LAN host can still establish state to an otherwise listed IP. If set to "Deny Outbound", outgoing connection requests from LAN hosts are blocked and therefore no state will be created. However an incoming connection request from an otherwise listed IP to an 'open' WAN port can still establish state. If set to "Deny Both", both incoming connection requests and outbound connections requests are blocked and therefore no state will be created regardless of connection direction.
  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    102 Topics
    3k Posts
    C
    @dennypage Nicely done sir!
  • Discussions about the ACME / Let’s Encrypt package for pfSense

    503 Topics
    3k Posts
    M
    I am using the DNS-Update method I have to use a DNS-Sleep of 5 minutes to let the letsencrypt txt dns record update propagate. During this 5 minutes the acme-webgui times out. when the acme-webgui times out the Action list is NOT executed. How can I solve this ? Would it maybe be an idea to let the acme.sh script execute the actions in the action list as a post-hook instead of the web-gui? Or maybe add an option to add post-hooks in the webUI ?
  • Discussions about the FRR Dynamic Routing package on pfSense

    296 Topics
    1k Posts
    C
    This one has been tricky still not sure what to try. Any ideas?
  • Discussions about the Tailscale package

    93 Topics
    656 Posts
    C
    @elvisimprsntr Updated 25.07.1 to 1.90.6_1, copied and pasted from @elvisimprsntr's post: pkg add -f https://pkg.freebsd.org/FreeBSD:15:amd64/latest/All/tailscale-1.90.6_1.pkg (Why it worked this time and not on previous updates: Over the last couple of days, I ran into the "Shared object "libutil.so.10, not found..." error that triggered the version 25.07.1 update issues some of us have been having. After I fixed that error, I decided to go back to the usual update method, and it worked.)
  • Discussions about WireGuard

    715 Topics
    4k Posts
    patient0P
    @andresbraga if you still have the firewall rules as you posted, then I don't know why from the laptop you can't ping the pfSense Wireguard address 10.10.6.1 nor the pfSense gateway 10.10.1.1 What is the routing table of the laptop. And I would run a packet capture on pfSense and check what you see if you run the ping to 10.10.1.1 or 10.10.6.1.
  • MOTP stops after few hours

    2
    0 Votes
    2 Posts
    757 Views
    S
    Not 100% confirmed yet, but looks like after change the log location for FreeRadius from system to radius.log the issue stops.
  • How to block keywords in squid

    4
    0 Votes
    4 Posts
    4k Views
    H
    I can see blocking being useful for schools, but not colleges. When I went to a state University, as long as the content was legal, I could view it. This included adult content on lab computers. The lab assistants would kindly ask you to move to another computer if your offensive content was easily viewable by others. Labs were also open to the public for local residents. Students doing homework always got priority.
  • What does this mean? PF verison 2.3

    2
    0 Votes
    2 Posts
    926 Views
    jimpJ
    That is a legend showing what packages will look like if they have that particular problem. In your case, there is no problem.
  • Varnish issue

    1
    0 Votes
    1 Posts
    709 Views
    No one has replied
  • Modsecurity coming to pfsense 2.3?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Pfsense as WAF

    1
    0 Votes
    1 Posts
    6k Views
    No one has replied
  • What to do if we forgot to uninstall missing packages prior upgrading?

    3
    0 Votes
    3 Posts
    853 Views
    H
    Yeah I had the same issue with NTOP and bandwidthD - but I was able to clean it myself.. hope this helps.  the solution is editing the xml file.. https://forum.pfsense.org/index.php?topic=109973.0
  • System patches - syntax to use?

    4
    0 Votes
    4 Posts
    1k Views
    A
    Thanks. Re the need to disable that filter rule, there's a debate about it in the other thread referenced above. For whatever reason, the inbound multicast traffic for IPTV for TalkTalk in the UK comes in on port 0.  So if you don't comment out that rule, you don't get any TV. Rightly or wrongly, that's the reason for the edit.
  • HA Proxy 1.6 fails on 2.3

    8
    0 Votes
    8 Posts
    4k Views
    P
    That worked. Thanks.
  • BUG in Freeradius2 XMLRPC Sync

    1
    0 Votes
    1 Posts
    571 Views
    No one has replied
  • Pfsense 2.3: squid and pfblockerng

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • File manager package? how to add wpad.dat,etc /usr/local/www/ ?

    2
    0 Votes
    2 Posts
    2k Views
    M
    figured it out. opened an existing file, edited it, and then saved as the necessary files in the above mentioned directory.
  • Pfsense 2.3 HTTPS Certificet error

    1
    0 Votes
    1 Posts
    552 Views
    No one has replied
  • Postfix custom options ineffective

    3
    0 Votes
    3 Posts
    825 Views
    S
    Oops. It was there all the time, staring me in the face! I kept seeing the option lower down, Max file size, which is for sqlite file size. Thanks!
  • Darkstat is showing IPs other than my local IP addresses. How come?

    1
    0 Votes
    1 Posts
    738 Views
    No one has replied
  • 0 Votes
    4 Posts
    1k Views
    P
    bump. Edit: Eve: The issue persists after a reboot. It seems like I need to call the logportalauth which is used in php. How can i call that from shell script?
  • OpenBGP package and pfSense firmware updates

    5
    0 Votes
    5 Posts
    2k Views
    D
    That makes a lot of sense.  The last piece I'm struggling with is that I cannot add a gateway to 2.2.2.5 (the BGP neighbor) in the web GUI so I'm wondering if I maybe did my configuration goofy. On the WAN interface I have the public /24 set up with a CARP VIP and then an IP Alias that assigns the 2.2.2.6 (BGP peer) address on top of the CARP VIP. Did I do this backwards and maybe I should have assigned the 2.2.2.6 to the WAN interface, created a CARP VIP on that and then created IP aliases for the /24 on top of that CARP VIP?
  • Pfsense stops working after package install

    1
    0 Votes
    1 Posts
    717 Views
    No one has replied
  • Annoying syslog-ng Problem (And Two Questions)

    2
    0 Votes
    2 Posts
    999 Views
    D
    Q1: Yes this is sufficient. But be sure to check whether log files get rotated. On some package versions logrotate wasn't set as dependancy hence not installed. See #6047 on redmine for latest instructions for beta 2.3. Q2: pfSense philosophy is to auto generate config files from what you enter in the GUI. You might ask the devs to add an extra textarea to the syslog-ng config GUI to add custom options. Could be a feature request on redmine.
  • [SOLVED] Why doesn't cron run sometimes?

    2
    0 Votes
    2 Posts
    1k Views
    D
    As I have a bash only script, here's a way to get it executed right. Create the following script in /usr/local/bin/script-launcher.sh #!/usr/bin/env sh echo "Executing the cron" >> /tmp/cron_test PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/root/bin /usr/local/bin/obackup.sh /etc/obackup/host_backup.conf echo "Return code $0" >> /tmp/cron_test In my case, I have to execute /usr/local/bin/obackup.sh and a parameter, so just replace it with whatever bash script you need to execute. Then you can add it to the cron package like: */1    *      *      *      *      root    /usr/local/bin/script-launcher.sh You may see if it's well executed by using cat /tmp/cron_test If everything went well, comment out the echos.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.