Clearing ARP entries on servers:
Windows 2003:
Start -> Run -> cmd.exe
In the command prompt type:
netsh interface ip delete arpcache
once complete type exit
—-
Windows 2008:
Start -> Run -> cmd.exe
In the command prompt type:
netsh interface ipv4 delete arpcache
once complete type exit
—-
Linux:
As root, run the following command:
ip neigh flush all
—-
FreeBSD:
As root, run the following command:
arp -d -a
—-
BizMaC Hosting Services Team
The post Clearing ARP entries on servers appeared first on itWeb.vn.