กดปุ่ม Start ทางซ้ายล่างของหน้าจอ
click ที่ "run"
พิมพ์ "cmd" -> Enter
พิมพ์ "ipconfig" -> Enter
มันจะแสดงประมาณนี้
Windows IP Configuration
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 1.0.0.11
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 1.0.0.1
ค่าที่สำคัญคือคือ
1.0.0.11 <- IP ของเครื่อง
255.255.255.0 <- Subnet Mask
1.0.0.1 <- IP Gateway
ให้ทดลองใช้คำสั่งต่อไปนี้
C:\Documents and Settings\Administrator>ping 1.0.0.11 <- ใส่หมายเลข IP ของเครื่องคุณเอง
Pinging 1.0.0.11 with 32 bytes of data:
Reply from 1.0.0.11: bytes=32 time<1ms TTL=64
Reply from 1.0.0.11: bytes=32 time<1ms TTL=64
Reply from 1.0.0.11: bytes=32 time<1ms TTL=64
Reply from 1.0.0.11: bytes=32 time<1ms TTL=64
Ping statistics for 1.0.0.11:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
ถ้ามันขึ้น Reply from แบบข้างบน 4 บรรทัดก็คือผ่านขั้นตอนนี้
ซึ่งก็น่าจะไม่มีปัญหาอะไร
ต่อมาให้ทดลองว่า
C:\Documents and Settings\Administrator>ping 1.0.0.1 <- ใส่หมายเลข IP ของเครื่อง Gateway
Pinging 1.0.0.1 with 32 bytes of data:
Reply from 1.0.0.1: bytes=32 time<1ms TTL=64
Reply from 1.0.0.1: bytes=32 time<1ms TTL=64
Reply from 1.0.0.1: bytes=32 time<1ms TTL=64
Reply from 1.0.0.1: bytes=32 time<1ms TTL=64
Ping statistics for 1.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
ถ้าขึ้น Reply from แบบข้างบนก็แสดงว่า ผ่าน สามารถติดต่อกับ Router ได้
แต่แทนที่มันจะขึ้น
Reply from 1.0.0.1: bytes=32 time<1ms TTL=64 <<<< แบบนี้
ถ้ามันขึ้นว่า
Request timed out. <<<< แบบนี้
แสดงว่าเครื่องคุณติดต่อกับ router ไม่ได้
สมมติว่าผ่านมาสองขั้นตอน
ก็ทดลองใหม่โดยใช้คำสั่ง
C:\Documents and Settings\Administrator>ping 203.144.244.1
Pinging 203.144.244.1 with 32 bytes of data:
Reply from 203.144.244.1: bytes=32 time=11ms TTL=245
Reply from 203.144.244.1: bytes=32 time=11ms TTL=245
Reply from 203.144.244.1: bytes=32 time=11ms TTL=245
Reply from 203.144.244.1: bytes=32 time=11ms TTL=245
Ping statistics for 203.144.244.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 11ms, Maximum = 12ms, Average = 11ms
ถ้าขึ้น
Reply from 203.144.244.1: bytes=32 time=11ms TTL=245 แสดงว่าออกเน็ตได้ ให้ทดลองขั้นตอนต่อไป