Categories

  • 375 Topics
    1k Posts
    P
    We’re excited to announce the release of Netgate TNSR 26.02, our latest update packed with powerful new features, expanded capabilities, and over 30 bug fixes and enhancements. What’s New in version 26.02? VPF High Availability State Synchronization Allows peers to automatically re-synchronize connection data when they restart VPF Statistics Output Filters Users can now filter VPF connection statistics output by connection type. This makes troubleshooting and gathering NAT statistics simpler and easier to read. Dynamic Routing Prefix-List Sequence Numbers Input validation no longer allows sequence numbers to start at 0. Upgrading TNSR will renumber entries in the prefix list starting at 1 VPP and DPDK Updates VPP is updated to version Stable/2510, and DPDK is updated to 25.07 Release Notes: https://docs.netgate.com/tnsr/en/latest/releases/release-notes-26.02.html Blog Post: https://www.netgate.com/blog/netgate-releases-tnsr-software-version-26.02 Learn More: https://www.netgate.com/tnsr
  • 122k Topics
    778k Posts
    stephenw10S
    Mmm so the opencloud server is the only one responding to the health check. HAProxy won't try to open connections to backends marked down. So first you need to configure the health check to something that does respond on those servers.
  • 20k Topics
    129k Posts
    S
    @veddy254 You are correct about the tags. For tags, again I don't use them but you can adjust for your use case would be something like this tailscale up --force-reauth --accept-routes --advertise-exit-node --advertise-routes=<MY_SUBNET>/24 --advertise-tags=tag:pfsense,tag:server Yo would need to adjust the subnet and tags to your configuration.
  • 43k Topics
    267k Posts
    JeGrJ
    @nonick said in Update pfSense Netgate 6100: Mittlerweile haut aber auch Netgate inflationär ihre Software raus, was unweigerlich zu mehr Bugs führt, daher habe ich jetzt die Wahl zwischen 25.07.1 und 25.11.1. Also das ist eine extrem komische Meinung. Ich meine you do you, aber was hat bitte mehr Versionen mit inflationär und automatisch mehr Bugs zu tun. Das ist ja ein ziemliches Ammenmärchen. Macht man keine Updates, ist das Geschrei groß "oh mein Gott, die machen keine Updates, da passiert ja gar nichts mehr", macht man mehr ist es plötzlich "zu viele Updates, da sind ständig Bugs!?" Wie mans macht scheints verkehrt zu sein. Ich kann das zumindest nicht nachvollziehen. Viele Leute haben ihr ganz eigenes Fehlerbild zu dem sie zum Großteil auch selbst schuld sind. Ich für mich versteh aber das Drama nicht, ein Update zu machen was gefühlt zu 2-3min Downtime führt. UND man dazu noch Rollback durch ZFS hat. Also wo ist das Problem ein Update zu machen und wenn tatsächlich ein Problem sein sollte im Notfall ein Rollback anzustoßen? Wenn ich mir zu den Versionen die Changelogs durchlese, begrüße ich die häufigeren Updates auf jeden Fall mehr als zu stagnieren und nur lieber nicht updaten zu wollen. Ansonsten hätten wir sicherlich weder Kea oder neuen PPPoE oder andere Komponenten am Start. Und wenn man Plus und die Updates nicht möchte, dann wäre es wahrscheinlich sinnvoller auf CE zu bleiben, dann würde man wenigstens Patchfixes für CE zu bekommen, anstatt aktiv in alter Version offene CVEs zu haben, die in alten Versionen natürlich nicht mehr extra gefixt werden. Cheers
  • Information about hardware available from Netgate

    3k Topics
    21k Posts
    w0wW
    The only correct solution is to make the update script refresh this NTP widget as well. --- /usr/local/www/widgets/widgets/ntp_status.widget.php +++ /usr/local/www/widgets/widgets/ntp_status.widget.php @@ -162,9 +162,18 @@ // --------------------- Centralized widget refresh system ------------------------------ // Callback function called by refresh system when data is retrieved - function ntp_callback(s) { - $('[id="ntpstatus"]').prop('innerHTML', s); - } + function ntp_callback(s) { + $('[id="ntpstatus"]').prop('innerHTML', s); + // --- FAST DASHBOARD: NTP CLOCK CACHE FIX --- + jQuery.ajax({ + type: 'HEAD', url: '/index.php', + success: function(d, st, xhr) { + if (typeof ntp_d !== 'undefined') { + ntp_d = convertDateToUTC(new Date(xhr.getResponseHeader('Date')), '<?=date('Z')?>'); + } + } + }); + } // POST data to send via AJAX var postdata = {
  • Information about hardware available from Netgate

    44 Topics
    211 Posts
    AriKellyA
    It looks like unified web management could be coming soon. It would be great if it means easier control and management of all web services in one place. Let's see if any companies announce more details about it!
  • Feel free to talk about anything and everything here

    4k Topics
    19k Posts
    S
    @Karthik-S https://www.netgate.com/support/contact-support
Copyright 2026 Rubicon Communications LLC (Netgate). All rights reserved.