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
    tinfoilmattT
    Here. I think. Referenced as "github.com: vendor-provided URL vendor-advisory" in your link.
  • 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
    @netboy said in is something wrong with pfBlockerNG?: After my post, I "changed" DNSBL -> DNSBL mode from "unbound python mode" to "unbound mode" and so far i have no issues. Terrible idea. Moving backwards in development history there.
  • 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
    649 Posts
    luckman212L
    @mightykong @CarlMRoss Looks like you might be experiencing https://github.com/tailscale/tailscale/issues/17793 I also have a 6100 + Tailscale 1.90.6 so I will test mine now. update: I don't seem to be having this problem, which is odd because I'm usually that one guy in a thousand who has the strange bug that nobody else can reproduce. Have you tried deleting the contents of /usr/local/pkg/tailscale/state ?
  • Discussions about WireGuard

    715 Topics
    4k Posts
    A
    Hi everyone, This is a noob question but already tried multiple and I hope some one can help with this. I have a Wireguard Tunnel configured and handshake is successfully performed and I can ping the server from the laptop but can't do it otherwise. Already deactivate the NAT feature and all the rules and no luck. Pfsense and this server is located in a Proxmox Server, laptop is a local. Any ideas? Thank you.
  • FreeRADIUS - Auth-Type :=Accept - Am I doing this correctly?

    1
    2
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • wireguard won't handshake package bug

    1
    1
    0 Votes
    1 Posts
    608 Views
    No one has replied
  • MDNS struggles

    39
    0 Votes
    39 Posts
    19k Views
    bmeeksB
    @nazuro said in MDNS struggles: @bmeeks Thank you so much - that seems to have solved the issue! And thanks to John as well Glad that helped you. What really happens is when Suricata stops and then restarts, it makes a call to the netmap device code to first "close" the open netmap interface (when stopping); and then it makes a call to "open" the netmap interface (when starting). The netmap kernel device performs a literal "down" and then "up" cycle as it switches the interface from and to netmap-mode (netmap-mode unhooks the interface from its normal kernel connections). You can see this in your log snippet: Oct 13 00:30:47 pfSense kernel: igb1: link state changed to DOWN Oct 13 00:30:47 pfSense kernel: igb1.11: link state changed to DOWN Oct 13 00:30:47 pfSense kernel: igb1.12: link state changed to DOWN Oct 13 00:30:47 pfSense kernel: igb1.14: link state changed to DOWN followed later by: Oct 13 00:30:49 pfSense kernel: igb1: link state changed to UP Oct 13 00:30:49 pfSense kernel: igb1.11: link state changed to UP Oct 13 00:30:49 pfSense kernel: igb1.12: link state changed to UP Oct 13 00:30:49 pfSense kernel: igb1.14: link state changed to UP Using the "Live Update" mode for rules updates means Suricata never actually stops and restarts. It keeps running during the update cycle and does the in-memory rules duplication/update thing I described earlier. Since it never restarts, it does not call the netmap code to close and then open the interface.
  • 2021 speedtest-cli

    speedtest cli
    2
    1 Votes
    2 Posts
    1k Views
    occamsrazorO
    @wifi-will Thank you.... that did help me....
  • pfBlockerNG memory

    6
    0 Votes
    6 Posts
    2k Views
    P
    @gertjan Thank you for pointing that setting out. I added a "1" in front to make it a million and a half. No more alerts.
  • suddenly blocked site

    8
    0 Votes
    8 Posts
    2k Views
    T
    @gertjan at work now but will check later tonight.
  • 0 Votes
    6 Posts
    9k Views
    K
    @ecnerwal como voltar a versão do squid?
  • How to block facebook.com in pfSense?

    5
    0 Votes
    5 Posts
    3k Views
    GertjanG
    @valerica said in How to block facebook.com in pfSense?: Host: facebook Parent domain of host: facebook.com Return IP address: 127.0.0.1 This means : facebook.facebook.com will return 127.0.0.1. Did you check that ? (nslookup, dig etc) Do you want that ?
  • UPnP Double NAT

    7
    0 Votes
    7 Posts
    1k Views
    F
    thanks for the feedback. I'll try both.
  • Wireguard Peer setup

    2
    2
    0 Votes
    2 Posts
    1k Views
    C
    @cubeyglyph For what it is worth I realized my error. I configured the listen port on the firewall the same for both peers, I did not realize that each peer needed a unique port to listen on, I thought it would still route properly. Once I changed the peer listen port to tow unique values both peers came up just fine.
  • Longfi backup firewall management access (Helium)

    1
    0 Votes
    1 Posts
    752 Views
    No one has replied
  • Package manager not show any packages for install

    2
    1
    0 Votes
    2 Posts
    1k Views
    bmeeksB
    If you have a Netgate appliance (SG-1100, SG-3100, etc.), try a power off restart. The crypto hardware in certain Netgate appliances can wind up in an indeterminate state after an upgrade. This leads to crypto failures (so problems with decrypting/encrypting things for authentication and such). A simple restart does not fix the problem. You must do a power off/power on sequence to reset the crypto chip. So try going to the DIAGNOSTICS menu in pfSense and choose HALT. When the system fully stops (or shutdowns on its own), then you can remove the power plug for a few seconds, reinsert it, and power up the box. See if that helps. WARNING! Make sure your box has actually gone into halt mode before pulling the power!
  • Telegraf output Loki

    1
    0 Votes
    1 Posts
    830 Views
    No one has replied
  • A bit confused with Apcupsd

    6
    0 Votes
    6 Posts
    2k Views
    M
    @flashpan You shouldn't need to actually get it to power down, you just want to make sure that it reacts to the events from the UPS. So unplug for 15-20 secs then plug back in should be enough to see if it gets "lost power and power returned". Then just tweak the apcupsd config on pfsense for probably "min time left" or "min battery charge" for the shutdown. Just keep in mind that the Windows server is actually controlling the UPS and you have it configured to "shutdown systems and UPS after being on battery for 10 minutes", so you'll need to figure out how to tell apcupsd on pfSense "shutdown after being on battery for 5 minutes". Nice to see that at least you are able to get status. That is 90% of it.
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    26 Views
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • Freeipa+freeradius package... problems

    1
    0 Votes
    1 Posts
    757 Views
    No one has replied
  • usbutils for ARM (SG-3100)

    1
    2
    0 Votes
    1 Posts
    762 Views
    No one has replied
  • Freeradius Ignoring duplicate client

    freeradius wifi ignoring duplicate client
    1
    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Certificate error when installing packages on 21.05.1

    4
    0 Votes
    4 Posts
    1k Views
    J
    @jimp It worked, many thanks!
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.