- 论坛徽章:
- 0
|
为什么我linux的arping不能通过MAC查找IP
我看到你的截屏上是可以的
你用的是什么系统?
一下是我的arping说明
好像只支持IP地址做参数
- linux:~ # arping -c 1 -a 00:13:D3:18:99:6A
- arping: invalid option -- a
- Usage: arping [-fqbDUAV] [-c count] [-w timeout] [-I device] [-s source] destination
- -f : quit on first reply
- -q : be quiet
- -b : keep broadcasting, don't go unicast
- -D : duplicate address detection mode
- -U : Unsolicited ARP mode, update your neighbours
- -A : ARP answer mode, update your neighbours
- -V : print version and exit
- -c count : how many packets to send
- -w timeout : how long to wait for a reply
- -I device : which ethernet device to use (eth0)
- -s source : source ip address
- destination : ask for what ip address
复制代码 |
|