PING: 전송에 실패했습니다. 일반적인 실패. – 몇 분마다 짧은 정전

PING: 전송에 실패했습니다. 일반적인 실패. – 몇 분마다 짧은 정전

몇 분마다 Lenovo Yoga X1 20FR 노트북의 Wi-Fi 인터페이스가 일시적으로 중단됩니다. ping명령 의 다음 출력에는 그러한 발생 중 하나가 기록되어 있습니다. 매초마다 새 줄이 추가되므로 문제가 일반적으로 얼마나 오랫동안 발생하는지 확인할 수 있습니다.

ping 192.168.1.1 -t  (this is a router to which the laptop is connected)
---------------------
...
Reply from 192.168.1.1: bytes=32 time=3ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=9ms TTL=64
Reply from 192.168.1.1: bytes=32 time=2ms TTL=64
Reply from 192.168.1.1: bytes=32 time=6ms TTL=64
Reply from 192.168.1.1: bytes=32 time=383ms TTL=64
Reply from 192.168.1.1: bytes=32 time=233ms TTL=64
Reply from 192.168.1.1: bytes=32 time=289ms TTL=64
Reply from 192.168.1.1: bytes=32 time=4ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=4ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=6ms TTL=64
PING: transmit failed. General failure.
PING: transmit failed. General failure.
PING: transmit failed. General failure.
PING: transmit failed. General failure.
PING: transmit failed. General failure.
PING: transmit failed. General failure.
General failure.
General failure.
General failure.
Reply from 192.168.1.1: bytes=32 time=5ms TTL=64
Reply from 192.168.1.1: bytes=32 time=34ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time<1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=2ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64
Reply from 192.168.1.1: bytes=32 time=32ms TTL=64
...

오류는 정확히 10분마다 다시 발생합니다. 이벤트 로그 시스템에 다음 두 가지 메시지가 표시됩니다.

• Name resolution for the name _ldap._tcp.Site-AAAA-RA._sites.dc._msdcs.AAAA.com. timed out after none of the configured DNS servers responded.  (AAAA-real name masked)
• NtpClient was unable to set a domain peer to use as a time source because of discovery error. NtpClient will try again in 15 minutes and double the reattempt interval thereafter. The error was: The entry is not found. (0x800706E1)

Wi-Fi 네트워크 어댑터를 사용하여 무언가가 "재생"되는 것처럼 보이며 위의 두 메시지는 재초기화의 결과일 뿐입니다.

이 문제의 원인은 무엇이며 어떻게 해결할 수 있습니까?

답변1

정기적인 실패 일정으로 인해 작업 스케줄러를 조사하게 되었는데 이 경우 해당 작업 중 하나(사용자 지정 작업)가 원인이었습니다.

이는 고용주의 IT 부서에서 설치한 일부 PowerShell 스크립트인 것 같습니다. 작업 스케줄러에서 작업을 찾았습니다.마지막 실행 시간항상 가장 최근에 발생한 오류 시간에 해당합니다. 지금은 그냥 조정하겠지만 일반적으로 IT에 티켓을 올려야 할 때입니다.

업데이트: 나중에 DNS 임대 기간의 절반이 만료되어 임대를 갱신할 시간이 있을 때 유사한 동작이 발생한다는 것도 발견했습니다. 예를 들어 라우터에서 DNS 임대 기간을 20분으로 설정하면 10분마다 이 문제가 발생합니다. 문제를 완화하기 위해 임대 기간을 3일로 연장했습니다.

관련 정보