Saturday, January 3, 2009

Static ARP entry

arp -s ip_address ethernert_address

example:

arp -s 192.168.69.126 00:1f:f3:52:20:ed

arp -S ip_address ethernert_address
- Is just like -s except any existing ARP entry for this host will be deleted first.

example:

arp -S 192.168.69.126 00:1f:f3:52:20:ed