Quantcast
Channel: Citrix XenApp – itWeb.vn
Viewing all articles
Browse latest Browse all 14

Clearing ARP entries on servers

$
0
0

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.


Viewing all articles
Browse latest Browse all 14

Trending Articles