How do I clear the ARP cache?

Tất cả các máy client không thể ping tới server. Máy server không cấm ping không firewall, cùng network... Nói chung là về điều kiện vật lý thì kh có gì phải bàn.

Nếu gặp trường hợp zậy thì hãy nghĩ ngay tới vấn đề ARP cache.

Tại vì cả tuần này tui đau đầu với cái vụ này nên mới đi tìm hiều nó.

ARP và RARP là gì:
The ARP protocol is used to map IP addresses to MAC addresses.
RARP, the Reverse ARP Protocol, is used to map MAC addresses to IP addresses.

The ARP cache:
To reduce the number of ARP requests, every system which implements the ARP protocol keeps a cache of recent mappings.

Clearing the ARP Cache:
To fix this error, you will need to clear the ARP cache. This is done with the `netsh` command:

C:\>netsh interface ip delete arpcache
Ok.

Viewing the ARP Cache
C:\>arp -a

Interface: 192.168.1.100 --- 0x10004
Internet Address Physical Address Type
192.168.1.112 00-0f-66-37-22-32 dynamic

If Clearing the ARP Cache Fails:
Nếu mà làm theo cách trên không được nữa thì ta phải disable chức năng Routing and Remote Access của window.

Share this

Related Posts

Previous
Next Post »