Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Ipv6 down

    Scheduled Pinned Locked Moved 2.4 Development Snapshots
    44 Posts 6 Posters 6.6k Views
    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.
    • G
      grandrivers
      last edited by

      you need to make sure you have unique gateways for each tunnel

      pfsense plus 25.03 super micro A1SRM-2558F
      C2558 32gig ECC  60gig SSD

      1 Reply Last reply Reply Quote 0
      • Y
        yon
        last edited by

        DHCPv6 Server  not work. no push ipv6 gateway to lan's client.

        If you are interested in free peering for clearnet and dn42,contact me !

        1 Reply Last reply Reply Quote 0
        • Y
          yon
          last edited by

          @yon:

          DHCPv6 Server  not work. no push ipv6 gateway to lan's client.

          client can't get default ipv6 gateway ip.

          ipv61709101.jpg
          ipv61709101.jpg_thumb

          If you are interested in free peering for clearnet and dn42,contact me !

          1 Reply Last reply Reply Quote 0
          • D
            doktornotor Banned
            last edited by

            DHCPv6 is not the thing that's pushing GWs. You need RA enabled.

            1 Reply Last reply Reply Quote 0
            • Y
              yon
              last edited by

              @doktornotor:

              DHCPv6 is not the thing that's pushing GWs. You need RA enabled.

              of cause, i have enabled RA. it is can get DNS server, but can't get default ipv6 gateway

              If you are interested in free peering for clearnet and dn42,contact me !

              1 Reply Last reply Reply Quote 0
              • Y
                yon
                last edited by

                @doktornotor:

                DHCPv6 is not the thing that's pushing GWs. You need RA enabled.

                i find the Router Advertisement Daemon can't start.

                log show :

                servicewatchdog_cron.php: The command '/usr/local/sbin/radvd -p /var/run/radvd.pid -C /var/etc/radvd.conf -m syslog' returned exit code '1', the output was ''
                servicewatchdog_cron.php: Service Watchdog detected service radvd stopped. Restarting radvd (Router Advertisement Daemon)

                ![Status Dashboard.jpg](/public/imported_attachments/1/Status Dashboard.jpg)
                ![Status Dashboard.jpg_thumb](/public/imported_attachments/1/Status Dashboard.jpg_thumb)

                If you are interested in free peering for clearnet and dn42,contact me !

                1 Reply Last reply Reply Quote 0
                • Y
                  yon
                  last edited by

                  Router Advertisement Daemon

                  3.jpg
                  3.jpg_thumb

                  If you are interested in free peering for clearnet and dn42,contact me !

                  1 Reply Last reply Reply Quote 0
                  • D
                    doktornotor Banned
                    last edited by

                    1/ Remove the RADVD service from service watchdog!
                    2/ Kindly configure your gateway monitoring so that it reflects your super-sucky connectivity which results in RTTs in 300+ms range so that it does not think one of your zillion WANs went down every couple of minutes. Or disable the monitoring altogether.

                    1 Reply Last reply Reply Quote 0
                    • Y
                      yon
                      last edited by

                      @doktornotor:

                      1/ Remove the RADVD service from service watchdog!
                      2/ Kindly configure your gateway monitoring so that it reflects your super-sucky connectivity which results in RTTs in 300+ms range so that it does not think one of your zillion WANs went down every couple of minutes. Or disable the monitoring altogether.

                      i have do it.  but the RADVD service still can't start.

                      73688 /status_services.php: The command '/usr/local/sbin/radvd -p /var/run/radvd.pid -C /var/etc/radvd.conf -m syslog' returned exit code '1', the output was ''

                      If you are interested in free peering for clearnet and dn42,contact me !

                      1 Reply Last reply Reply Quote 0
                      • Y
                        yon
                        last edited by

                        @yon:

                        @doktornotor:

                        1/ Remove the RADVD service from service watchdog!
                        2/ Kindly configure your gateway monitoring so that it reflects your super-sucky connectivity which results in RTTs in 300+ms range so that it does not think one of your zillion WANs went down every couple of minutes. Or disable the monitoring altogether.

                        i have do it.  but the RADVD service still can't start.

                        73688 /status_services.php: The command '/usr/local/sbin/radvd -p /var/run/radvd.pid -C /var/etc/radvd.conf -m syslog' returned exit code '1', the output was ''

                        i have no the file  in system /var/run/radvd.pid

                        If you are interested in free peering for clearnet and dn42,contact me !

                        1 Reply Last reply Reply Quote 0
                        • X
                          xpxp2002
                          last edited by

                          I've been having this issue for a few weeks now, as well. Only using one WAN. The radvd process seems to start on bootup, but the first boot after an upgrade it seems to not function. Restarting radvd or rebooting seems to fix.

                          1 Reply Last reply Reply Quote 0
                          • Y
                            yon
                            last edited by

                            @xpxp2002:

                            I've been having this issue for a few weeks now, as well. Only using one WAN. The radvd process seems to start on bootup, but the first boot after an upgrade it seems to not function. Restarting radvd or rebooting seems to fix.

                            my radvd service cant start. i dont know why

                            If you are interested in free peering for clearnet and dn42,contact me !

                            1 Reply Last reply Reply Quote 0
                            • ?
                              Guest
                              last edited by

                              @yon:

                              @xpxp2002:

                              I've been having this issue for a few weeks now, as well. Only using one WAN. The radvd process seems to start on bootup, but the first boot after an upgrade it seems to not function. Restarting radvd or rebooting seems to fix.

                              my radvd service cant start. i dont know why

                              Can you post your radvd.conf, or at least examine it to confirm that it is correct.

                              1 Reply Last reply Reply Quote 0
                              • Y
                                yon
                                last edited by

                                Automatically Generated, do not edit

                                Generated for DHCPv6 Server lan

                                interface re0 {
                                AdvSendAdvert on;
                                MinRtrAdvInterval 3;
                                MaxRtrAdvInterval 20;
                                AdvLinkMTU 1500;
                                AdvDefaultPreference high;
                                AdvManagedFlag on;
                                AdvOtherConfigFlag on;
                                prefix 2001:470:f165::/48 {
                                DeprecatePrefix on;
                                AdvOnLink on;
                                AdvAutonomous on;
                                AdvRouterAddr on;
                                AdvValidLifetime 86400;
                                AdvPreferredLifetime 14400;
                                };
                                prefix 2001:470:f165🅰:1/64 {
                                DeprecatePrefix on;
                                AdvOnLink on;
                                AdvAutonomous on;
                                AdvRouterAddr on;
                                };
                                route ::/0 {
                                RemoveRoute on;
                                };
                                RDNSS 2001:470:f167::8 2001:470:f165::6 { };
                                DNSSL xoyu.net  { };
                                };

                                Generated for DHCPv6 Server opt8

                                interface gif3 {
                                AdvSendAdvert on;
                                MinRtrAdvInterval 5;
                                MaxRtrAdvInterval 20;
                                AdvLinkMTU 1480;
                                AdvDefaultPreference medium;
                                prefix 2001:470:d:1085::20/128 {
                                DeprecatePrefix on;
                                AdvValidLifetime 86400;
                                AdvPreferredLifetime 14400;
                                };
                                route ::/0 {
                                RemoveRoute on;
                                };
                                RDNSS 2a05:dfc7:5::53 2001:19f0:7402:d:5400:00ff:fe2a:7fb6 2001:41d0:8:be92::1 fd42:d42:d42:53::1 { };
                                DNSSL xoyu.net  { };
                                };

                                If you are interested in free peering for clearnet and dn42,contact me !

                                1 Reply Last reply Reply Quote 0
                                • X
                                  xpxp2002
                                  last edited by

                                  @marjohn56:

                                  Can you post your radvd.conf, or at least examine it to confirm that it is correct.

                                  I obscured the prefixes and internal domains. Everything else is as generated by pfSense.

                                  Automatically Generated, do not edit

                                  Generated for DHCPv6 Server lan

                                  interface hn1 {
                                  AdvSendAdvert on;
                                  MinRtrAdvInterval 5;
                                  MaxRtrAdvInterval 20;
                                  AdvLinkMTU 1500;
                                  AdvDefaultPreference medium;
                                  AdvManagedFlag on;
                                  AdvOtherConfigFlag on;
                                  prefix 2607:fcc8:xxxx:xxxx::/64 {
                                  DeprecatePrefix on;
                                  AdvOnLink on;
                                  AdvAutonomous on;
                                  AdvRouterAddr on;
                                  AdvValidLifetime 86400;
                                  AdvPreferredLifetime 14400;
                                  };
                                  route ::/0 {
                                  RemoveRoute on;
                                  };
                                  DNSSL xxxx.local  { };
                                  };

                                  Generated for DHCPv6 Server opt1

                                  interface hn2 {
                                  AdvSendAdvert on;
                                  MinRtrAdvInterval 5;
                                  MaxRtrAdvInterval 20;
                                  AdvLinkMTU 1500;
                                  AdvDefaultPreference medium;
                                  AdvManagedFlag on;
                                  AdvOtherConfigFlag on;
                                  prefix 2607:fcc8:xxxx:xxxx::/64 {
                                  DeprecatePrefix on;
                                  AdvOnLink on;
                                  AdvAutonomous on;
                                  AdvRouterAddr on;
                                  AdvValidLifetime 86400;
                                  AdvPreferredLifetime 14400;
                                  };
                                  route ::/0 {
                                  RemoveRoute on;
                                  };
                                  DNSSL xxxx.local  { };
                                  };

                                  1 Reply Last reply Reply Quote 0
                                  • ?
                                    Guest
                                    last edited by

                                    @yon:

                                    Generated for DHCPv6 Server opt8

                                    interface gif3 {
                                    AdvSendAdvert on;
                                    MinRtrAdvInterval 5;
                                    MaxRtrAdvInterval 20;
                                    AdvLinkMTU 1480;
                                    AdvDefaultPreference medium;
                                    prefix 2001:470:d:1085::20/128 {
                                    DeprecatePrefix on;
                                    AdvValidLifetime 86400;
                                    AdvPreferredLifetime 14400;
                                    };
                                    route ::/0 {
                                    RemoveRoute on;
                                    };
                                    RDNSS 2a05:dfc7:5::53 2001:19f0:7402:d:5400:00ff:fe2a:7fb6 2001:41d0:8:be92::1 fd42:d42:d42:53::1 { };
                                    DNSSL xoyu.net  { };
                                    };

                                    prefix 2001:470:d:1085::20/128  ??? How so?

                                    1 Reply Last reply Reply Quote 0
                                    • ?
                                      Guest
                                      last edited by

                                      @xpxp2002:

                                      I've been having this issue for a few weeks now, as well. Only using one WAN. The radvd process seems to start on bootup, but the first boot after an upgrade it seems to not function. Restarting radvd or rebooting seems to fix.

                                      If it only happens after an upgrade then it could be many things. My course of action when anything like this happens is to do a fresh install. Any junk left around after an update is then cleared.

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        doktornotor Banned
                                        last edited by

                                        @marjohn56:

                                        prefix 2001:470:d:1085::20/128  ??? How so?

                                        The guy's lost any track of what's configured on his box. There are multiple threads here showing the mess configured there, 12 or so WANs (mostly tunnels and VPNs). The info he posted on this thread is vastly incomplete.

                                        1 Reply Last reply Reply Quote 0
                                        • ?
                                          Guest
                                          last edited by

                                          @doktornotor - I may be being dense, but can you have  /128 prefix?

                                          1 Reply Last reply Reply Quote 0
                                          • D
                                            doktornotor Banned
                                            last edited by

                                            He enabled DHCPv6 server on something where's it not supposed to be enabled at all… I have no idea what's his opt8 interface, nor any desire to debug this mess.

                                            I frankly doubt that nonsense has ever worked. Look at this:

                                            Or this:

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.