Bug#896431: radvd: Periodic restart required to keep advertising
Source: radvd Followup-For: Bug #896431 It appears my issue was not related to radvd actually. I had two instances of dhclient and I believe, my ISP's router removed some prefix routes on their routers, after some timeout. I am certain that I dones some radvd restarts in the past and that it continued working after that for a day or less. But I think it was ultimately dhclient issue. radvd was broadcasting routes (inspected with tcpdump) all the time, so restart was not required. But again, I know for the fact that restarting radvd in the past usually helped. No idea why. I found it is dhcp issue, because I lost routing, but the default route was correct on my LAN host and tcpdump was showing everything is ok, and restarting radvd didn't help. But restarting dhcp did help. I fixed my dhcp issue with configuration, and I have no stable IPv6 routing. Please close the bug. Thanks!
Bug#896431: radvd: Periodic restart required to keep advertising
Control: tag -1 moreinfo On Wed, Apr 25, 2018 at 07:24:13PM +0200, Witold Baryluk wrote: > > Still the same. I need to restart it every few hours. :-( > I can investigate more, Yes, please do > for example how long exactly it takes until I need to restart it. And describe how you detect that radvd needs a restart. (How do you check it??) > And check if maybe it have something to do with my dhcp client setup. > from what I see the dhcp client is still working just fine, is renewing > addresses fine (and the IPv6 works fine from my router all the time, and > the internal LAN interface also keeps IPv6 address and routes correctly > all the time). Seen that, but not the whole landscape where the radvd fails. Please provide more information about the network plan. Yes, I think we have now two problems. 1. How and why is radvd is used? ( What is it's purpose? ) 2. The reported "Periodic restart required to keep advertising" Groeten Geert Stappers P.S. FWIW: My radvd keeps advertising IPv6 routes without restarting.
Bug#896431: radvd: Periodic restart required to keep advertising
Source: radvd Version: 1:2.17-1~bpo9+1 Followup-For: Bug #896431 ii radvd 1:2.17-1~bpo9+1amd64 Router Advertisement Daemon Still the same. I need to restart it every few hours. I can investigate more, for example how long exactly it takes until I need to restart it. And check if maybe it have something to do with my dhcp client setup. But from what I see the dhcp client is still working just fine, is renewing addresses fine (and the IPv6 works fine from my router all the time, and the internal LAN interface also keeps IPv6 address and routes correctly all the time). Regards, Witold -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.15.0-3-amd64 (SMP w/12 CPU cores) Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8), LANGUAGE=pl_PL.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
Bug#896431: radvd: Periodic restart required to keep advertising
Source: radvd Followup-For: Bug #896431 Hi, I was probably reporting reportbug using different computer that has sid. The problem is on my router computer that is using stretch. I will use stretch-backports, update radvd and see if this helps. Thanks! -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.15.0-3-amd64 (SMP w/12 CPU cores) Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8), LANGUAGE=pl_PL.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
Bug#896431: radvd: Periodic restart required to keep advertising
On Fri, Apr 20, 2018 at 10:17:43PM +0200, Witold Baryluk wrote: > Source: radvd > Version: 1:2.15-2 > > I have no idea why, but I need to do /etc/init.d/radvd restart every few hours > to keep everything working on my network correctly. > > I have static IPv6 prefix. > > # cat /etc/radvd.conf seems valid > > > -- System Information: > Debian Release: buster/sid For buster is allready version 1:2.17-1 available. Also is 1:2.17-1 available for stretch-backports. Please update to the newer version and pretty please report back upon recurrent of the issue. Groeten Geert Stappers -- Leven en laten leven
Bug#896431: radvd: Periodic restart required to keep advertising
Source: radvd Version: 1:2.15-2 Severity: important I have no idea why, but I need to do /etc/init.d/radvd restart every few hours to keep everything working on my network correctly. I have static IPv6 prefix. # cat /etc/radvd.conf interface enp2s0 { AdvSendAdvert on; MaxRtrAdvInterval 30; AdvDefaultPreference high; AdvManagedFlag off; AdvOtherConfigFlag off; AdvLinkMTU 1472; prefix 2a02:xxx:::/64 { AdvOnLink on; AdvAutonomous on; DeprecatePrefix on; DecrementLifetimes on; }; }; # -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.15.0-1-amd64 (SMP w/12 CPU cores) Locale: LANG=pl_PL.utf8, LC_CTYPE=pl_PL.utf8 (charmap=UTF-8), LANGUAGE=pl_PL.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled