먼저  아래의  글"

"를 읽고 그대로 하신 다음에 따라하십시오.


컴퓨터의 랜카드 고장유무를 확인한 다음 정상이라면 아래와 같이 하시면 됩니다.

 

1. cmd 창에 " ipconfig "을 입력하고 엔터(Enter)를 칩니다.


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


Windows Ip Configuration


Enthernet adapter Local Area Connection:

  

              Connection-specific DNS Suffix  .  :  local

              IP Address .  .  .  .  .  .  .  .  .  .  .  :  192.168.123.100

              Subnet Mask .  .  .  .  .  .  .  .  .  .  :  255.255.255.0

              Default Gateway.  .  .  .  .  .  .  .  .  :  192.168.2.1


위와 같이 메세지가 출력되면 다시한번 아래와 같이 ping으로 Default Gateway를 입력합니다.


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


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


pinging 192.168.2.1 with 32 bytes of data:


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

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

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

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


Ping statistics for 192.168.2.1:

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

Approximate  round  trip times in milli-seconds:

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


위와 같이 메세지가 출력되었다면 인터넷 회선이 정상적으로 연결되어 있는 것입니다.