가끔씩 제가 인터넷이 안되는 컴퓨터 점검할때 사용하는 방법입니다.

1. 모니터 왼쪽 맨아래에 있는 시작(Start)를 클릭합니다.

2. 위쪽 오른쪽에 있는 실행...(Run...)을 클릭합니다.

3. 열기:(open:)에 "cmd" 를 입력하고 엔터(Enter)를 칩니다.

4. ping 127.0.0.1 을 입력하고 엔터(Enter)를 칩니다.


   그러면 아래와 같은 메세지가 출력됩니다.


pinging 127.0.0.1 with 32 bytes of data:


Reply  from  127.0.0.1:  bytes=32  time<1ms  TTL=64

Reply  from  127.0.0.1:  bytes=32  time<1ms  TTL=64

Reply  from  127.0.0.1:  bytes=32  time<1ms  TTL=64

Reply  from  127.0.0.1:  bytes=32  time<1ms  TTL=64


Ping statistics for 127.0.0.1:

      Packets: Sent = 4,  Received = 4,  Lost = 0 <0% loss>,

Approximate  round  trip times in milli-seconds:

      Minimum = 0ms,  Maximum = 0ms,  Average = 0ms


위와 같이 메세지가 출력되었다면 랜카드에 이상이 없습니다.