-
คลิก start > run
พิมพ์ cmd
เข้าหน้า cmd
พิมพ์ arp -a (ดูว่า Type เป็น static หรือ dynamic)
ตัวอย่าง
>>>arp -a //(enter)
Internet Address Physical Address Type
10.20.7.2 00-21-91-06-40-34 dynamic
จากนั้นให้พิมพ์ arp -s( Gateway ของเรา ในที่นี้คือ 10.20.7.2 00-21-91-06-40-34 )
ก้อจะเป็น arp -s 10.20.7.2 00-21-91-06-40-34 // (enter)
จากนั้นก็ พิมพ์ arp -a เพื่อดูอีกครั้งว่าType เป็น static หรือยัง ถ้าเป็นเเล้วก้ถือว่าสำเร็จ
ตัวอย่าง
>>arp -s 10.20.7.1 00-21-91-06-40-94
>>>arp -a
Internet Address Physical Address Type
10.20.7.2 00-21-91-06-40-34 static
**ไม่เข้าใจตรงไหนก็โพสถามนะ อิอิ เดียวมาตอบ เผื่อจะมีประโยชน์กับหลายๆคน
-
ถ้าเป็นแบบนี้ละครับ จะทำยังไง
C:\Documents and Settings\Administrator>arp -a
Interface: 192.168.1.7 --- 0x2
Internet Address Physical Address Type
192.168.1.1 00-19-5b-fd-f5-e0 dynamic
192.168.1.6 00-16-36-aa-4c-b4 dynamic
192.168.1.8 00-1f-16-6b-f7-0f dynamic
-
C:\Documents and Settings\Admin>arp -a
Interface: 192.168.1.33 --- 0x3 ไอพีของเราแสดงตรงนี้อะครับ แล้วทำไงจะทราบว่า Type เป็นแบบไหน
Internet Address Physical Address Type
192.168.1.1 00-13-49-cb-9f-5a static
192.168.1.34 00-0c-76-fd-0a-51 dynamic
เหมือนกระทู้ข้างบนนั้นแหละครับ
ถ้าขึ้นแบบนี้แล้วจะทำยังไงต่อหรอครับ @_@