Subcategories

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

    4k Topics
    21k Posts
    J
    @ha11oga11o Your LAN DNS returns both pfSense and Nextcloud IPs, so clients bypass HAProxy. Add a host override in DNS Resolver for nextcloud.mydomain.xx pointing only to 192.168.1.1. Flush DNS, restart Unbound, and all local traffic will use HAProxy with the correct certificate.
  • Discussions about packages whose functions are Intrusion Detection and Intrusion Prevention such as snort, suricata, etc.

    2k Topics
    16k Posts
    RedDelPaPaR
    @bmeeks Understood. Thank for kindly for your help. I will likely be ordering a new unit soon.
  • 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
    D
    @Gertjan Thanks a lot for your help. This really helped me: I'm not using "pfSense pfBlocker Web server logging" (DNSBL Webserver/VIP ) as the "you are blocked web page" only shows up when the end browser user visits http sites, something that doesn't exist anymore on the Internet. All sites are https these days, and https sites can be redirected to "another https web server" like the "pfSense pfBlocker Web server". With that hint I was able to resolve my issue by: Unchecking the Python Group Policy Enable checkbox for the DNSBL Webserver Configuration on the DNSBL tab in pfblockerng. Checking the Permit Firewall Rules Enable checkbox and selecting the appropriate interfaces for the DNSBL Configuration on the DNSBL tab in pfblockerng. Forced Update | All. It now appears that all the blocked domains are appearing on the Alerts tab in pfblockerng. I couldn't find that host name in the "/var/db/pfblockerng/dnsbl/Max_MS.txt" file - where does your "/var/db/pfblockerng/dnsbl/Crazy_Max_Extra.txt:" come from ? I get that DNSBL, and 2 others, from the original maintainer (https://github.com/crazy-max/WindowsSpyBlocker): https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/extra.txt https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/spy.txt https://raw.githubusercontent.com/crazy-max/WindowsSpyBlocker/master/data/hosts/update.txt. I really appreciate your help!
  • Discussions about Network UPS Tools and APCUPSD packages for pfSense

    102 Topics
    3k Posts
    dennypageD
    @fjmp24 said in Notification: UPS ups battery is low: If I remove ignorelb directive, my UPS shuts down after 16 seconds This means your UPS is signaling a low battery. Either your battery is bad, or your UPS is bad. Most likely battery, but you never know. I suggest reaching out to Eaton support.
  • 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

    92 Topics
    639 Posts
    E
    Updated CE 2.8.1 to 1.90.4. Looks like they are already working on .6 Freshports pkg add -f https://pkg.freebsd.org/FreeBSD:15:amd64/latest/All/tailscale-1.90.4.pkg Changelog
  • Discussions about WireGuard

    713 Topics
    4k Posts
    M
    I have my wiregaurd up and running and can ping from firewall to devices on the vlan but cannot get clients to ping each other.
  • 0 Votes
    8 Posts
    3k Views
    S
    @iftvio Hello! The propriety of multiple CNs in a cert notwithstanding, and not knowing exactly which version you are running or the intent of the original design goals with regards to handling multiple CNs, a quick code review of your suggested fix would indicate that it may not work in all situations. Among the possible issues: $is_wildcard will be set based on the last CN checked in the array. str_replace will return an array when the subject ($cert_cn) parameter is an array, which will cause subsequent calls to substr that reference $cert_cn_regex to fail. A quick hack might be to simply set $cert_cn to the first/last CN in the array, when present. Of course, any code changes should be fully unit tested. John
  • This topic is deleted!

    2
    1
    0 Votes
    2 Posts
    245 Views
  • HTTPS Custom Error page in Squid Pfsense

    squidguard pfsense 2.6 squidproxy squid
    1
    0 Votes
    1 Posts
    764 Views
    No one has replied
  • Telegraf PHP Error on Pfsense 23.01 RELEASE

    1
    0 Votes
    1 Posts
    512 Views
    No one has replied
  • FreeRADIUS - LDAP: Use ldaps:// in address field

    1
    0 Votes
    1 Posts
    684 Views
    No one has replied
  • Snort Alert Pass List

    9
    0 Votes
    9 Posts
    2k Views
    C
    Thanks steve! I'll check them out!
  • Configure FreeRadius & multiples ssids <> users

    12
    0 Votes
    12 Posts
    3k Views
    D
    @nogbadthebad For information, here is the right syntax : Called-Station-Id =~ '.*:ssid_name' or in case you want to catch the complete value (ie > "mac:ssid") : Called-Station-Id == "aa-bb-cc-dd-ee-ff:ssid_name" -> Now, user is connecting ONLY to one ssid. Thanks a lot for helping me to fix this setup
  • FreeRadius stopped working

    9
    0 Votes
    9 Posts
    2k Views
    G
    @giyahban Strange thing happened when I changed every 127.0.0.1 ip to lan ip now its working! it would be nice to understand what was causing the problem!
  • Unable to retrieve package information

    1
    0 Votes
    1 Posts
    522 Views
    No one has replied
  • No available packages

    2
    2
    0 Votes
    2 Posts
    914 Views
    P
    Hi Dominik there is already a redmine ticket and other threads dealing this issue https://forum.netgate.com/topic/178822/no-available-packages
  • Help with HAProxy and Docker

    2
    0 Votes
    2 Posts
    912 Views
    K
    @konjugatix allright, ive done a factory reset and switched my dyndns provider, this one messed up and gave my domain the wrong ip. Now ive got my domain set up with the correct ip and have started again. To this day, i have opened ports 80&443 on my appliance, though when i do a nmap on the IP/domain from outside the network(s), only port 80 is open, does anyone have had a similar issue? I made a simple rule WAN->Tis firewall (Self) with tcp on 80 and the same for 443 in a separate rule.
  • Upgrade 22.05 to 23.01 fails on FreeRADIUS XMLRPC Sync

    Moved
    3
    0 Votes
    3 Posts
    894 Views
    J
    The filed bug gave a good hint about not having an empty HA-Sync configuration under 'System'. I've put a username and password in that configuration to make sure it's not empty. This results in a working upgrade, and working Freeradius after upgrade. XMLRPC also works fine after the upgrade.
  • Using avahi to resolve hosts

    8
    0 Votes
    8 Posts
    2k Views
    johnpozJ
    @dennypage avahi just doesn't work - there are multiple steps required to get it working with firewall rules, and all that would be would be discovery. It wouldn't allow access.. its mdns..
  • pfsense 2.6 has no working speedtest-cli

    6
    0 Votes
    6 Posts
    2k Views
    G
    @johnpoz yup, that was it. I haven't installled a router in a while with pfsense and I guess I completely forgot about the need to rehash? But I installed screen and vim no problem. Some packages need a rehash and some do not? Thank you all for your comments
  • Error install zabbix-agent62-1.0.5

    10
    1
    1 Votes
    10 Posts
    3k Views
    E
    @hugo-santos Hah, that's not much of a fix but I'm glad you're all set :-)
  • Installing Zabbix 6.2 agent on CE 2.6.0 doesn't work

    1
    0 Votes
    1 Posts
    436 Views
    No one has replied
  • Have any friend know axiomtek na592 use what lcdproc driver?

    2
    0 Votes
    2 Posts
    723 Views
    A
    I find is use AX93304 this lcd.What is this driver use?
  • SMTP server on pfSense.

    Locked
    27
    0 Votes
    27 Posts
    7k Views
    jimpJ
    @apetrenko said in SMTP server on pfSense.: Question to netgate: why are you so interested to prevent me to use smtp relay on pfSense box? You have no obligation, I'm using the "community edition". Everything on my responsibility. Why are you so much stirred up against my solution? Because this is a security product and e-mail services have a long history of being a gigantic attack surface full of holes and bringing more risk than anyone sane would want to take on. Most other add-on services are either only still around because they're entrenched (and hard to get people to stop using) or because the risk is relatively low by comparison. If you want to do it, you're on your own. That kind of service does not belong on a firewall. EOT. Locking.
  • rsync installation

    9
    0 Votes
    9 Posts
    1k Views
    fireodoF
    @viragomann said in rsync installation: pfBlockerNG is even mandatory on pfSense.
  • FreeRADIUS maximum daily usage issue

    1
    1
    0 Votes
    1 Posts
    472 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.