2009/01/28

[memo] arping(8)

IPアドレスの重複が疑われたら Linux では arping -D を使うとよい。Debian 系なら aptitude install arping でインストール可能だ。-D (DAD) mode でこのコマンドを使って返事が返ってくれば、重複していると判断してよい。

----

$ man 8 arping


NAME
arping - send ARP REQUEST to a neighbour host

SYNOPSIS
arping [ -AbDfhqUV] [ -c count] [ -w deadline] [ -s source] -I interface destination

DESCRIPTION
Ping destination on device interface by ARP packets, using source address source.

OPTIONS
... (snip)
-D Duplicate address detection mode (DAD). See RFC2131, 4.4.1. Returns 0, if DAD
succeeded i.e. no replies are received

0 件のコメント: