Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login
    Introducing Netgate Nexus: Multi-Instance Management at Your Fingertips.

    radvd RDNSS Lifetime Loop Spam in Managed Mode (Plus older version) - Custom Patch Fix

    Scheduled Pinned Locked Moved IPv6
    4 Posts 2 Posters 186 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JonathanLeeJ Offline
      JonathanLee
      last edited by

      radvd: warning: AdvRDNSSLifetime <= 2*MaxRtrAdvInterval would allow stale DNS suffixes to be deleted faster
      radvd: attempting to reread config file
      radvd: resuming normal operation
      
      

      I think this error is because Managed Mode hides the advanced text input boxes for the DNS lifetimes on the GUI, pfSense defaults to a background formula ($ramaxrtradvinterval * 3) tracked in Redmine #11105. This breaks the compiler's strict legacy check (AdvRDNSSLifetime <= 2 * MaxRtrAdvInterval). Manual edits to radvd.conf are immediately overwritten by the system script on any firewall reload.

      Has anyone else used a custom patch to fix this in the past? I am stuck on this version because I use the mpcie adapter for a nvme drive and it works for swap. I am having issues with updating until that mpcie driver issue is fixed. :(

      Has anyone else fixed this before with a simple patch??

      diff --git a/etc/inc/services.inc b/etc/inc/services.inc
      --- a/etc/inc/services.inc
      +++ b/etc/inc/services.inc
      @@ -1,3 +1,3 @@
      -			$raadvdnsslifetime = $ramaxrtradvinterval * 3;
      +			$raadvdnsslifetime = $ramaxrtradvinterval * 2;
       			if (count($dnslist) > 0) {
       				$dnsstring = implode(" ", $dnslist);
      
      

      Please let me know your thoughts about this fix so the endless log stops for this warning.

      Make sure to upvote

      patient0P 1 Reply Last reply Reply Quote 0
      • patient0P Offline
        patient0 @JonathanLee
        last edited by patient0

        @JonathanLee are you talking about your (dated) Plus version? I can't find the thread right now but that issue with AdvRDNSSLifetime was reported quite some time ago and it's fixed for some time. But I thought it was fixed in a newer radvd version.

        JonathanLeeJ 2 Replies Last reply Reply Quote 1
        • JonathanLeeJ Offline
          JonathanLee @patient0
          last edited by

          @patient0 yes its the (Plus older version).

          Make sure to upvote

          1 Reply Last reply Reply Quote 0
          • JonathanLeeJ Offline
            JonathanLee @patient0
            last edited by

            @patient0 did you have a fix for the older version ?

            Make sure to upvote

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Copyright 2026 Rubicon Communications LLC (Netgate). All rights reserved.
            Privacy Policy · Cookie Policy