IPv6: el anuncio del enrutador solo funciona durante 8 segundos

IPv6: el anuncio del enrutador solo funciona durante 8 segundos

(Ya pregunté esto en el foro de IPFire pero no obtuve respuesta)

He configurado una conexión IPv6 nativa usando un puente como se documenta enhttp://wiki.ipfire.org/en/add-ipv6/ipv6/extended. Las direcciones IP (y el prefijo) las entrega un servidor DHCPv6 independiente. radvd se ejecuta en IPFire para enviar anuncios de enrutadores para que los clientes obtengan la puerta de enlace que deben usar para conectarse al exterior.

radvd configuration:
interface green0 {
    AdvSendAdvert on;
    AdvManagedFlag on;
};

Cuando reinicio radvd, mi cliente Windows 7 recibe algunos anuncios de enrutador (que proponen la dirección de enlace local de la interfaz verde) y entre medio el ping primero funciona, luego falla y vuelve a estar bien después de que llega el siguiente RA:

Ping wird ausgeführt für ipv6.l.google.com [2a00:1450:4001:80a::1003] mit 32 Bytes Daten:
Zielhost nicht erreichbar.
Zeitüberschreitung der Anforderung.
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=17ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Antwort von 2a00:1450:4001:80a::1003: Zeit=175ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=21ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Antwort von 2a00:1450:4001:80a::1003: Zeit=201ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Antwort von 2a00:1450:4001:80a::1003: Zeit=200ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=16ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=17ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=23ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=30ms
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Antwort von 2a00:1450:4001:80a::1003: Zeit=201ms
Zeitüberschreitung der Anforderung.
Antwort von 2a00:1450:4001:80a::1003: Zeit=32ms
Antwort von 2a00:1450:4001:80a::1003: Zeit=17ms
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.
Zielhost nicht erreichbar.

Luego falla hasta que llega el siguiente RA. Puedo minimizar el problema configurando MinRtrAdvIntervaly MaxRtrAdvIntervalcon valores más bajos. Sin embargo, a veces seguirá fallando y algunos pings tendrán tiempos de respuesta elevados.

Ya descubrí que puedo solucionar el problema configurando manualmente una dirección IPv6 estática para mi cliente y configurando la puerta de enlace en la dirección de enlace local del puente en lugar de la interfaz verde. Sin embargo, esto no es una solución ya que esa dirección cambiará con el próximo reinicio.

Por lo tanto, utilizo la dirección global que está configurada para el puente. Aparte del hecho de que no usar una dirección de enlace local probablemente no esté limpio, el problema es que no quiero configurar todos los clientes de nuestra red manualmente.

¿Alguien puede decirme por qué mi cliente aparentemente pierde la información del enrutador después de 7 a 8 segundos? ¿Hay alguna forma de configurar radvd para que envíe la dirección global estática en el anuncio del enrutador (en caso de que esto sea sensato)?

información relacionada