"리눅스 arping"의 두 판 사이의 차이

잔글 (로봇: 자동으로 텍스트 교체 (-[root@jmnote +[root@zetawiki))
잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
4번째 줄: 4번째 줄:
*이웃 호스트에 ARP 요청을 보내는 리눅스 명령어
*이웃 호스트에 ARP 요청을 보내는 리눅스 명령어
*해당 IP주소의 MAC주소
*해당 IP주소의 MAC주소
<source lang='cli'>
<source lang='console'>
[root@zetawiki ~]# arping 192.168.0.6 -c3
[root@zetawiki ~]# arping 192.168.0.6 -c3
ARPING 192.168.0.6 from 192.168.0.139 eth0
ARPING 192.168.0.6 from 192.168.0.139 eth0
13번째 줄: 13번째 줄:
Received 3 response(s)
Received 3 response(s)
</source>
</source>
<source lang='cli'>
<source lang='console'>
[root@zetawiki ~]# arping google.com -c3
[root@zetawiki ~]# arping google.com -c3
ARPING 74.125.235.98 from 192.168.0.139 eth0
ARPING 74.125.235.98 from 192.168.0.139 eth0

2016년 3월 29일 (화) 12:13 판

1 개요

arping
/sbin/arping
  • 이웃 호스트에 ARP 요청을 보내는 리눅스 명령어
  • 해당 IP주소의 MAC주소
[root@zetawiki ~]# arping 192.168.0.6 -c3
ARPING 192.168.0.6 from 192.168.0.139 eth0
Unicast reply from 192.168.0.6 [00:24:68:FB:D0:A1]  0.814ms
Unicast reply from 192.168.0.6 [00:24:68:FB:D0:A1]  0.659ms
Unicast reply from 192.168.0.6 [00:24:68:FB:D0:A1]  0.692ms
Sent 3 probes (1 broadcast(s))
Received 3 response(s)
[root@zetawiki ~]# arping google.com -c3
ARPING 74.125.235.98 from 192.168.0.139 eth0
Sent 3 probes (3 broadcast(s))
Received 0 response(s)

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}