IPv6: 라우터 광고는 8초 동안만 작동합니다.

IPv6: 라우터 광고는 8초 동안만 작동합니다.

(이미 IPFire 포럼에 질문했지만 답변을 받지 못했습니다.)

다음에 설명된 대로 브리지를 사용하여 기본 IPv6 연결을 설정했습니다.http://wiki.ipfire.org/en/add-ipv6/ipv6/extended. IP 주소(및 접두사)는 별도의 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낮추면 문제를 최소화할 수 있습니다. 하지만 여전히 때때로 실패하고 일부 핑의 응답 시간이 길어집니다.

클라이언트의 고정 IPv6 주소를 수동으로 구성하고 게이트웨이를 녹색 인터페이스 대신 브리지의 링크 로컬 주소로 설정하여 문제를 해결할 수 있다는 것을 이미 알고 있습니다. 그러나 다음 재부팅 시 해당 주소가 변경되므로 이는 해결책이 아닙니다.

따라서 브리지에 설정된 전역 주소를 사용합니다. 링크 로컬 주소를 사용하지 않는 것이 아마도 불결할 수 있다는 사실 외에도 문제는 네트워크의 모든 클라이언트를 수동으로 구성하고 싶지 않다는 것입니다.

누군가 내 클라이언트가 7~8초 후에 라우터 정보를 잃어버린 이유를 말해 줄 수 있습니까??? 라우터 광고에서 고정 전역 주소를 보내도록 radvd를 구성하는 방법이 있습니까(정상적인 경우)?

관련 정보