IPv6: ルーター広告は8秒間のみ機能します

IPv6: ルーター広告は8秒間のみ機能します

(私はすでに IPFire フォーラムでこの質問をしましたが、回答が得られませんでした)

私は、ブリッジを使用してネイティブIPv6接続を設定しました。http://wiki.ipfire.org/en/add-ipv6/ipv6/extendedIP アドレス (およびプレフィックス) は、別の DHCPv6 サーバーによって配布されます。radvd は IPFire 上で実行され、ルーター広告を送信して、クライアントが外部に接続するために使用するゲートウェイを取得できるようにします。

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

radvd を再起動すると、Windows 7 クライアントはルーター広告 (緑色のインターフェイスのリンク ローカル アドレスを提案) をいくつか取得し、その間に ping が最初は機能し、次に失敗し、次の 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.

その後、次の RA が到着するまで失敗します。MinRtrAdvIntervalと をMaxRtrAdvInterval低い値に設定することで、この問題を最小限に抑えることができます。ただし、それでも失敗することもあり、一部の ping の応答時間は長くなります。

クライアントの静的 IPv6 アドレスを手動で設定し、ゲートウェイをグリーン インターフェイスではなくブリッジのリンク ローカル アドレスに設定することで、この問題を回避できることはすでにわかっています。ただし、このアドレスは次回の再起動で変更されるため、これは解決策にはなりません。

したがって、ブリッジに設定されているグローバル アドレスを使用します。リンク ローカル アドレスを使用しないのはおそらく不適切であるという事実とは別に、問題は、ネットワーク内のすべてのクライアントを手動で設定したくないことです。

誰か、私のクライアントが 7 ~ 8 秒後にルーター情報を失ってしまう理由を教えてください。ルーター広告で静的グローバル アドレスを送信するように radvd を構成する方法はありますか (これが正常である場合)?

関連情報