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

    ipv6 broken: radvd: can't join ipv6-allrouters on <interface>

    2.5 Development Snapshots (Retired)
    15
    144
    49.4k
    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.
    • w0wW
      w0w
      last edited by

      @havastamas
      Waiting for the new builds based on 12.1 version of FreeBSD. I don't know if there any target date available.
      Currently you can use workaround published by @kiokoman. I use it with cron package. Just running command every hour.
      f0939bfb-bc3d-41b2-84cd-8685ca3d6ab1-изображение.png

      killall radvd && sleep 5 && /usr/local/sbin/radvd -p /var/run/radvd.pid -C /var/etc/radvd.conf -m syslog
      
      havastamasH 2 Replies Last reply Reply Quote 0
      • havastamasH
        havastamas @w0w
        last edited by

        @w0w This workaround is much better than reboot the firewall every 6 hours, to get ipv6 working. Thank you!

        1 Reply Last reply Reply Quote 0
        • havastamasH
          havastamas @w0w
          last edited by

          @w0w btw what is the experience with this patch? My ISP disconnets every user after 7 days of uptime, then gives new ipv4/v6 adress (dual stack).

          Do you think this workaround will work after 7 days of uptime?

          ? w0wW 2 Replies Last reply Reply Quote 0
          • ?
            A Former User @havastamas
            last edited by

            @havastamas With my build, applying fixes to to get 6RD working, removing spam messaging in RADVD and upgrading to 12.1 code base, my firewall has been up and passing ipv6 tests for over 12 days now.

            So I think a solution has been found, its now a matter of priorities. Switching to 12.1 is non-trivial and who knows what other issues that creates. I'm not a networking expert and my application is relatively simple, so all it has done is highlighted that no fatal flaws are out there with starting to move that direction.

            1 Reply Last reply Reply Quote 0
            • w0wW
              w0w @havastamas
              last edited by

              @havastamas
              If you are talking about workaround... I see no reason why the workaround would not work, but it’s easier to check yourself whether it works or not.

              1 Reply Last reply Reply Quote 0
              • S
                strangegopher
                last edited by

                any updates on this?

                1 Reply Last reply Reply Quote 0
                • w0wW
                  w0w
                  last edited by

                  https://redmine.pfsense.org/issues/9577 is updated, but nothing new so far, waiting for the new build based on 12.1

                  1 Reply Last reply Reply Quote 0
                  • w0wW
                    w0w
                    last edited by

                    @jimp when do we expect snapshots based on FreeBSD 12.1? Is it coming early 2020?
                    Happy holidays! 😉

                    S 1 Reply Last reply Reply Quote 1
                    • S
                      strangegopher @w0w
                      last edited by

                      @w0w said in ipv6 broken: radvd: can't join ipv6-allrouters on <interface>:

                      @jimp when do we expect snapshots based on FreeBSD 12.1? Is it coming early 2020?
                      Happy holidays! 😉

                      im sure upgrading to 12.1 will break other things and require more testing. But I hope this issue will be fixed.

                      ? 1 Reply Last reply Reply Quote 0
                      • ?
                        A Former User @strangegopher
                        last edited by

                        @strangegopher said in ipv6 broken: radvd: can't join ipv6-allrouters on <interface>:

                        im sure upgrading to 12.1 will break other things and require more testing. But I hope this issue will be fixed.

                        I’m reasonably current with 12.1 and haven’t noticed any new issues and a few other issues have been fixed. Most of the 2.50 pfsense commits to 12.0 apply to 12.1 without conflicts.

                        S w0wW 2 Replies Last reply Reply Quote 1
                        • S
                          strangegopher @A Former User
                          last edited by

                          @rschell thats great news! thanks for all the work. Happy holidays!

                          1 Reply Last reply Reply Quote 0
                          • w0wW
                            w0w @A Former User
                            last edited by

                            @rschell
                            Ronald, any chances to get already compiled radvd with patch provided on https://redmine.pfsense.org/issues/9577? Just for testing.

                            ? 2 Replies Last reply Reply Quote 0
                            • ?
                              A Former User @w0w
                              last edited by

                              @w0w I can give it a try. I’ll have to update my 2.5 version first, it’s been a while.

                              1 Reply Last reply Reply Quote 1
                              • ?
                                A Former User @w0w
                                last edited by A Former User

                                @w0w said in ipv6 broken: radvd: can't join ipv6-allrouters on <interface>:

                                @rschell
                                Ronald, any chances to get already compiled radvd with patch provided on https://redmine.pfsense.org/issues/9577? Just for testing.

                                I think I got a RADVD version based on 2.5 now. My build machine is based on stable-12 and there was a linker change that required changing one of the linker options (added -z notext).

                                The test version is based on the 2.5 source changing the behavior of setup_allrouters_membership routine in the RADVD port. From the code listed in 9577, I changed the dimension of the msockets table from 10 to 50 and added a logging message when a socket has been added to the table and also expanded the "can't join" message to include additional information should the IPV6_JOIN_GROUP call fail. Normal operation should log the following messages in the Routing log, one for each interface configured:

                                Feb 11 08:28:18 	radvd 	78824 	version 2.18 started
                                Feb 11 08:28:18 	radvd 	78834 	adding ipv6-allrouters on em0, sock: 4, iface->props.if_index:1
                                

                                I have the txz file ready and have posted it to the redmine issue #9577 for those who wish to test the alternate patch.

                                1 Reply Last reply Reply Quote 3
                                • w0wW
                                  w0w
                                  last edited by

                                  Thanks, testing.

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    motific @w0w
                                    last edited by

                                    @w0w - any results so far?

                                    1 Reply Last reply Reply Quote 0
                                    • kiokomanK
                                      kiokoman LAYER 8
                                      last edited by kiokoman

                                      i'm start testing right now, we need at least 24 h to tell if it's ok. no prob so far :)

                                      Feb 13 18:58:33 	radvd 	38033 	adding ipv6-allrouters on ix0.100, sock: 4, iface->props.if_index:12
                                      Feb 13 18:58:33 	radvd 	37849 	version 2.18 started
                                      

                                      ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
                                      Please do not use chat/PM to ask for help
                                      we must focus on silencing this @guest character. we must make up lies and alter the copyrights !
                                      Don't forget to Upvote with the 👍 button for any post you find to be helpful.

                                      1 Reply Last reply Reply Quote 0
                                      • w0wW
                                        w0w
                                        last edited by

                                        Yes, I can confirm that IPv6 works good. About 36 hours and no problem.

                                        1 Reply Last reply Reply Quote 0
                                        • kiokomanK
                                          kiokoman LAYER 8
                                          last edited by

                                          after all this days it's still working good
                                          great job @rschell

                                          ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
                                          Please do not use chat/PM to ask for help
                                          we must focus on silencing this @guest character. we must make up lies and alter the copyrights !
                                          Don't forget to Upvote with the 👍 button for any post you find to be helpful.

                                          1 Reply Last reply Reply Quote 0
                                          • kiokomanK
                                            kiokoman LAYER 8
                                            last edited by

                                            @rschell idk if it's related to this update but lately i had trouble with my ipv6 tunnel, i still need to investigate but the problem is that my tunnel does not work after a reboot
                                            the gif is up but gateway monitor say packet loss 100%
                                            i had to reboot 2 / 3 times in a row to make it work again

                                            ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
                                            Please do not use chat/PM to ask for help
                                            we must focus on silencing this @guest character. we must make up lies and alter the copyrights !
                                            Don't forget to Upvote with the 👍 button for any post you find to be helpful.

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