Subcategories

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

    4k Topics
    21k Posts
    tinfoilmattT
    @johnpoz said in Please help to configure HAProxy to serve certifficate on internal LAN too: Yeah - what part do you not understand if you always resolve nextcloud.domain.tld so that it hits your haproxy on your pfsense wan IP are you not getting? You have 2 options - use a different domain internally and always go to nextcloud.publicdomain.tld, or use the same domain internally as external and run into the problem of what IP it resolves to.. Change your local domain to say home.arpa or .internal or atleast something different than the public domain your using to point to pfsense wan IP on the public internet. You are shooting yourself in the foot trying to use the same domain externally as internally. There are ways around it, but they complicate the setup. For example you might be able to use views in unbound as one way to work around the problem. You could use only host entries for all your resources. But then again you run into a problem of using the fqdn for this service, now always pointing to your wan IP.. And that is great when you want to access the service haproxy is doing - but if you want to access that resource on some other service that haproxy doesn't handle - like say simple file sharing.. You are going to have problems. Since you clearly do not understand how any of this works - the simple solution is change the local domain you are using so it is not the same as the public domain you want to use to get to your nextcloud. This tone is outrageous directed at somebody who acknowledged right off the rip that English is not their first language. How many languages do you speak, John? And safely assuming it's only one—English of course—take it from a fellow English native that you'd do well to say more with less words. You otherwise were directing OP in the right direction in my opinion.
  • 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
    V
    Ah, I changed the action to deny both and now I also have a wan firewall rule, which I also had on OPNsense. With this wan rule I can see the blocks already coming now! Is it a bad idea to have the action set to deny both instead of inbound only?
  • 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

    93 Topics
    654 Posts
    C
    @luckman212, Thanks for your suggestion. I will check what I have in /usr/local/pkg/tailscale/state, and also the RAM disk settings others have brought up. I could learn more about where Tailscale and pfSense store system files. If I find anything worth sharing, I will let you know.
  • Discussions about WireGuard

    715 Topics
    4k Posts
    H
    Same issue here, so it's not just you.
  • Cron default jobs

    2
    1
    0 Votes
    2 Posts
    306 Views
    fireodoF
    @malhabibi said in Cron default jobs: Hi, Hi, I'm new to pfSense. What is the purpose of these jobs? They are necessary for the pfsense to work. Is it safe to delete them all ? NO, leave them as they are! Regards, fireodo Thanks
  • OSPF "No State Revealed"

    Moved
    1
    0 Votes
    1 Posts
    187 Views
    No one has replied
  • telegraf package ssl

    3
    0 Votes
    3 Posts
    833 Views
    N
    It looks like it is possible to connect via https but no way to load a client certificate. With out the client certificate there is no way to authenticate the client using the certificate. username/password at the database level is just not sufficient. Access should be blocked/granted at the certificate level. There needs to be a way to add the two certificates and private key to the pfsense telegraf client.
  • pfSense, Haproxy, cloudflare cname DDNS letsencrypt certs Timeout

    2
    0 Votes
    2 Posts
    941 Views
    P
    @freak4915 said in pfSense, Haproxy, cloudflare cname DDNS letsencrypt certs Timeout: IPv4 TCP * Source * Port This Firewall Destination 443 (HTTPS) Port * Gateway No exactly sure how to read that, if you have a gateway filled in in the rule can you remove that? Other than that there shouldn't be any issues with the config you have.. Not regarding a client-connection timeout anyhow.. All the NAT and reflection settings should be irrelevant for the connection through haproxy.. On the haproxy stats, are the frontends counting incoming connections? I think not.. as i would then expect a different error result in the browser or perhaps a proper response.. Can you check on pfSense console that connection attempts are actually arriving on your wan interface? Login with ssh go to the shell, then run something like tcpdump -ni WAN-NIC port 443 and host 1.2.3.4 where WAN-NIC must be the name of the actual nic like em1 or igb2 or rt3 vtnet4 or pppoe5 so what your wan nic is actually called ;) and the 1.2.3.4 must be the public ip of the client that tries to connect. Then look for the [S] packet that tries to connect and see if a [S.] is send back for a request made from outside.. if so then haproxy (or at least something) apparently accepted the connection.. but im suspecting that modem or isp might be blocking traffic already.?.
  • 0 Votes
    5 Posts
    2k Views
    E
    Linked issue: https://redmine.pfsense.org/issues/10445
  • Lost speedtest pacakge

    6
    0 Votes
    6 Posts
    842 Views
    B
    It is CLI but you can run it from the GUI through Diagnostics>Command Line.
  • Pkg upgrade or pkg delete/install

    5
    0 Votes
    5 Posts
    1k Views
    bmeeksB
    @sparkman123 said in Pkg upgrade or pkg delete/install: Thank you for the info. I think it should be pointed out that I'm not the first to try to use dante- there's this post, this one and this tutorial. If you do a forum search you'll find quite a few hits on other posts. The utility I'm installing is dante, or sockd, which is a fairly well fleshed out distro (it has its own freebsd manpage). I'm also installing a small number of support packages, so that limits the potential performance degradation vector. Finally, I'm doing all my testing on a VM for weeks prior to rolling it out on bare metal. Your initial point is correct though- dante and its supporting libs are not supported by pfsense out of the box and thus could cause problems. But not all packages are created equal- some pose more risk than others. Case in point, before I settled on dante, I looked at another socks proxy, SS5. While it is in the freebsd packages library it is not nearly as well documented and does not appear to be as well vetted as sockd. It is my judgement that sockd poses less of a risk than SS5. Others are free to come to their own conclusions, however. Some might not want to take any risk at all. If the need for functionality outweighs the risk my suggestion would be to look through the code of a package, read its documentation and see how many others have posted/played with it before coming up with a final decision. Just wanted to be sure you were aware of the risks. When folks post it is sometimes hard to determine their "skill level" with pfSense and firewalls in general. So I tend to start with the more elementary things first and move up from there depending on my perception of the poster's skills. We get all kinds here ... . More than once folks have come here asking why they can't get pfSense to install under Windows. They actually think it is just some application you install like Microsoft Office or something ... . Sounds like you are aware of the risks and willing to accept them.
  • Freeradius doesn't start after the upgrade to 2.4.5 base build

    1
    1
    0 Votes
    1 Posts
    311 Views
    No one has replied
  • haproxy not starting

    2
    0 Votes
    2 Posts
    456 Views
    hectorspcH
    An update that is actually not an update. I have tried to factory settings and reflashed the firmware but same result. I have searched the internet an only found an old post on this same forum but the solution for them was reinstall the package (thing that did not work for me). I have tried to wipe the package configuration removing the folders /var/etc/haproxy but configuration is still there so I have no clue how to reset the package... Any clues here? In the end I have finished installing haproxy on a VM on my hypervisor. I lost the convenience of having a GUI and the auto renew of the certificates.. but I guess I'll have to live without that.
  • BIND DNS recursion points to what by default?

    7
    0 Votes
    7 Posts
    1k Views
    GertjanG
    @andrewK said in BIND DNS recursion points to what by default?: at the very least those 13 IPs stored in system by default...? On most of my Debian systems I have a file in /etc/bind9/ that lists these servers : db.root : ..... ; FORMERLY NS.INTERNIC.NET ; . 3600000 NS A.ROOT-SERVERS.NET. A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4 A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:ba3e::2:30 ; ; FORMERLY NS1.ISI.EDU ; . 3600000 NS B.ROOT-SERVERS.NET. B.ROOT-SERVERS.NET. 3600000 A 199.9.14.201 B.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:200::b ; ; FORMERLY C.PSI.NET ; . 3600000 NS C.ROOT-SERVERS.NET. C.ROOT-SERVERS.NET. 3600000 A 192.33.4.12 C.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:2::cl: etc. ....
  • Feature Request: Arpwatch DB persist

    9
    0 Votes
    9 Posts
    1k Views
    E
    I guess changing to an automatically assigned address is still a MAC address change. I couldnt find anything in any manuals about if reporting these is normal or not for Arpwatch and I never noticed before so I'm just looking for confirmation. Not really a big deal and potentially helpful for DHCP issues. I believe this one was due to the computer being in sleep mode when the DHCP address renewed but that's just a guess.
  • 0 Votes
    3 Posts
    505 Views
    noplanN
    @liboriolibs said in pfSense + Haproxy - internal LAN redirect backend with acme valed certification: screenshots from frontend and backend please also screenshots from your acl (host match) and screenshot from dns resolver brNP
  • Feature Request - have packages understand pfSense version dependancies

    1
    2 Votes
    1 Posts
    223 Views
    No one has replied
  • vnstat in pfSense 2.4.5

    vnstat
    7
    0 Votes
    7 Posts
    3k Views
    H
    Ok, so resetting the data has helped a bit. I've waited before coming back, because I'd hoped that the daily data would recover, but there is still no data there under "Data Summary". However, the rest appears to be working meanwhile. I'll say "thanks!" at this point, because with this, I can get the e-mails to me working again, which is the part I need. Thanks!
  • Installing mongodb34 - modifying pkg repo

    3
    0 Votes
    3 Posts
    383 Views
    johnpozJ
    mongodb34 is not longer supported.. EOL Jan 2020.. So yeah it was prob pulled from repo... Run your controller on something else, or using VM to do such things as firewall and controller on the same hardware. I got my controller using 3.6 running on a VM on my nas.. Just no place to run your controller on your firewall if you ask me.. Get yourself a clould key if you have no where to run it, or run it in the cloud..
  • How to install internal AD CA cert in Squid for reverse proxy

    1
    0 Votes
    1 Posts
    268 Views
    No one has replied
  • 0 Votes
    15 Posts
    2k Views
    P
    @coatmaker618 Indeed just rename the topic. There is no 'solved' button.
  • some clarification about ports (general understanding)

    4
    0 Votes
    4 Posts
    629 Views
    johnpozJ
    Your front end ssl cert does not have to match the backend cert. Where you get the certs is up to you.. If duckdns will create a dns entry for you to grab a cert via acme, that works. You can also use wildcard certs so *.whatever.tld works.. If page looks broken - normally this points to css not loading.. Have to look to how the site tells the browser to load the css file.
  • 0 Votes
    1 Posts
    243 Views
    No one has replied
  • How do I keep the FreeRADIUS config when the package manager updates it?

    8
    0 Votes
    8 Posts
    570 Views
    johnpozJ
    Yeah eap-tls is great, but you don't have to manually edit the eap.conf for it to work - can all be done in the gui. You pick the CA and certs from the gui. tls-config tls-common { private_key_file = ${certdir}/server_key.pem certificate_file = ${certdir}/server_cert.pem ca_path = ${confdir}/certs ca_file = ${ca_path}/ca_cert.pem dh_file = ${certdir}/dh random_file = /dev/urandom fragment_size = 1024 include_length = yes check_crl = no check_cert_cn = %{User-Name} cipher_list = "DEFAULT" cipher_server_preference = no ecdh_curve = "prime256v1" Example that is from my eap.conf - snipped out some stuff.. But you can see the path to certs and ca, and the cipher list, etc. So was just curious why you were trying set specifics for your list and curve, etc.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.