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

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

    Scheduled Pinned Locked Moved 2.5 Development Snapshots (Retired)
    144 Posts 15 Posters 60.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.
    • S
      strangegopher
      last edited by

      my isp has ipv6, no tunnel. i don't think that matters. at this point i think everyone is affected.

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

        nope, nothing to do with tunnel, it's radvd that is broken

        ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
        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

          According to my logs there was no any problem with ISP Ipv6, but it was special case — configured to track PPPoE interface and used stateless DHCP router mode, DHCPv6 server not enabled.

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

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

            i put here a workaround that seems to work for me

            [2.5.0-DEVELOPMENT][root@pfSense.localdomain]/root: crontab -l
            @hourly killall radvd && sleep 5 && /usr/local/sbin/radvd -p /var/run/radvd.pid -C /var/etc/radvd.conf -m syslog
            

            Sorry for dumb question but where does it stored? I have executed this command, but I don't see anything similar in cron package. I can not also find any modified file on a system.

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

              contrab -l (list)
              crontab -e (edit)
              from the terminal
              you need to edit crontab with

              crontab -e
              

              then copy/past what i have in my crontab

              @hourly killall radvd && sleep 5 && /usr/local/sbin/radvd -p /var/run/radvd.pid -C /var/etc/radvd.conf -m syslog
              

              or you can install the cron pkg available in the gui and add

              killall radvd && sleep 5 && /usr/local/sbin/radvd -p /var/run/radvd.pid -C /var/etc/radvd.conf -m syslog
              

              as command line
              what does it do: kill radvd & wait 5 seconds & restart radvd

              ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
              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.

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

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

                contrab -l (list)
                crontab -e (edit)
                from the terminal
                you need to edit crontab with

                crontab -e
                

                then copy/past what i have in my crontab

                @hourly killall radvd && sleep 5 && /usr/local/sbin/radvd -p /var/run/radvd.pid -C /var/etc/radvd.conf -m syslog
                

                or you can install the cron pkg available in the gui and add

                killall radvd && sleep 5 && /usr/local/sbin/radvd -p /var/run/radvd.pid -C /var/etc/radvd.conf -m syslog
                

                as command line
                what does it do: kill radvd & wait 5 seconds & restart radvd

                Thank you for clarification. 👍 Okay, in that case, then, my bad. I just was too lazy to run it from terminal and used GUI command prompt, stupid me... It does not work that way. ☺

                Since I have cron GUI package installed, I'll try to make it over GUI.

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

                  Does anybody else with HE tunnel have those messages in the log?

                  Aug 30 05:40:28 	php 	378 	rc.bootup: Error starting gateway monitor for HENETV6_TUNNELV6
                  Aug 30 05:40:28 	php 	378 	rc.bootup: The command '/usr/local/bin/dpinger -S -r 0 -i HENETV6_TUNNELV6 -B 2001:470:xx:191::2 -p /var/run/dpinger_HENETV6_TUNNELV6~2001:470:xx:191::2~2001:470:xx:191::1.pid -u /var/run/dpinger_HENETV6_TUNNELV6~2001:470:xx:191::2~2001:470:xx:191::1.sock -C "/etc/rc.gateway_alarm" -d 0 -s 500 -l 2000 -t 60000 -A 1000 -D 500 -L 20 2001:470:xx:191::1 >/dev/null' returned exit code '1', the output was ''
                  Aug 30 05:40:28 	php-fpm 	343 	/rc.newwanip: Error starting gateway monitor for HENETV6_TUNNELV6
                  Aug 30 05:40:28 	php-fpm 	343 	/rc.newwanip: The command '/usr/local/bin/dpinger -S -r 0 -i HENETV6_TUNNELV6 -B 2001:470:xx:191::2 -p /var/run/dpinger_HENETV6_TUNNELV6~2001:470:xx:191::2~2001:470:xx:191::1.pid -u /var/run/dpinger_HENETV6_TUNNELV6~2001:470:xx:191::2~2001:470:xx:191::1.sock -C "/etc/rc.gateway_alarm" -d 0 -s 500 -l 2000 -t 60000 -A 1000 -D 500 -L 20 2001:470:xx:191::1 >/dev/null' returned exit code '1', the output was '' 
                  

                  I don't see any side effect, looks like gateway monitor works with no problem at least in GUI it shows correct data.

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

                    nope, never

                    ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
                    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

                      anyway it seems like we are not alone with this
                      https://github.com/reubenhwk/radvd/issues/108
                      https://github.com/reubenhwk/radvd/issues/99

                      ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
                      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.

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

                        @kiokoman
                        Have seen this on the previous week, but it does not look promising. No answers from developer, no code changes, nothing.

                        1 Reply Last reply Reply Quote 0
                        • M
                          maverick_slo
                          last edited by

                          Wait a minute....
                          We all rely on 1 person alone?

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

                            @maverick_slo what do you mean?

                            ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
                            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 @maverick_slo
                              last edited by

                              @maverick_slo
                              Generally not quite like that
                              https://github.com/reubenhwk/radvd/graphs/contributors

                              1 Reply Last reply Reply Quote 0
                              • M
                                maverick_slo
                                last edited by

                                Not quite that but still bad.
                                Really bad.

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

                                  @maverick_slo
                                  May be, but may be not, since we are not sure that it is not some configuration issue or not radvd issue at all.

                                  I am testing now latest snapshot with radvd workaround disabled, may be we have some improvements, also I've enabled this patch. 24H already tested, no problem, IPv6 works, previous ended ~6hours with IPv6 fail.

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

                                    Failed again. Same can't join ipv6-allrouters on ix1

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

                                      yeah, you were too optimistic 😂

                                      ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
                                      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

                                        What mode do everyone use as router mode with HE?
                                        Should it be "Assisted" for use with DHCPv6?

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

                                          Having squashed a regression to 6RD a few days ago (See #9649). At least for the first day, I thought my IPv6 problems were solved. No such luck, looks like I have joined this party now.

                                          I first eliminated the log spamming "IPv6 forwarding" message. In the pfSense version "check_ipv6_iface_forwarding" is stubbed out, forcing the log spam. I removed the call and log message in interface.c (could have easily been changed to a dlog call instead on retrospect).

                                          I begin to receive the "can't join ipv6-routers" message after about 24 hours. Hoping to capture the cause, I restarted radvd with debug level 4. When the "can't join" message begins to appear, a debug message that my interface, em0 in my case, "em0 is ready" stops. That suggests to me that radvd is failing in the call to "setup_allrouters_membership" code patch of device-bsd44.c in the calls to setsockopt. Not sure why this is occurring after 24 hours yet. will have to modify the patch code to get more debugging information.

                                          w0wW 2 Replies Last reply Reply Quote 1
                                          • kiokomanK
                                            kiokoman LAYER 8
                                            last edited by

                                            welcome to the party ! i was unable to say hello earlier due to force majeure ...
                                            20190917_221152.jpg

                                            ̿' ̿'\̵͇̿̿\з=(◕_◕)=ε/̵͇̿̿/'̿'̿ ̿
                                            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.