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

잔글 (Jmnote 사용자가 Arping 문서를 리눅스 arping 문서로 옮겼습니다)
잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
(사용자 2명의 중간 판 4개는 보이지 않습니다)
4번째 줄: 4번째 줄:
*이웃 호스트에 ARP 요청을 보내는 리눅스 명령어
*이웃 호스트에 ARP 요청을 보내는 리눅스 명령어
*해당 IP주소의 MAC주소
*해당 IP주소의 MAC주소
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# 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
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.814ms
13번째 줄: 13번째 줄:
Received 3 response(s)
Received 3 response(s)
</source>
</source>
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# 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
Sent 3 probes (3 broadcast(s))
Sent 3 probes (3 broadcast(s))
24번째 줄: 24번째 줄:
*[[리눅스 ping]]
*[[리눅스 ping]]
*[[ARP]]
*[[ARP]]
*[[/sbin/arp]]
*[[clockdiff]]
*[[clockdiff]]
*[[tracepath]]
*[[tracepath]]


==참고 자료==
==참고==
*http://en.wikipedia.org/wiki/Arping
*http://en.wikipedia.org/wiki/Arping


[[분류: 리눅스 네트워크]]
[[분류: 리눅스 네트워크]]
[[분류: /sbin]]
[[분류: /sbin]]

2017년 7월 11일 (화) 03:35 기준 최신판

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 }}