Linux ETC

동일 네트워크의 중복 IP검색

2015.09.23 17:35

호스트웨이 조회 수:10726

동일한 네트워크에서 중복되는 IP를 검색 합니다.



- arp Request 보내기

[root@hostway ~]# arping -I eth0 -c 3 211.115.202.200

ARPING 211.115.202.200 from 211.115.202.199 eth0

Unicast reply from 211.115.202.200 [3A:06:CE:2D:D4:E4]  1.037ms

Unicast reply from 211.115.202.200 [3A:06:CE:2D:D4:E4]  1.147ms

Unicast reply from 211.115.202.200 [3A:06:CE:2D:D4:E4]  1.034ms

Sent 3 probes (1 broadcast(s))

Received 3 response(s)


-arping 를 사용하여 중복 IP검색

[root@hostway ~]# arping -D -I eth0 -c 3 211.115.202.200

ARPING 211.115.202.200 from 0.0.0.0 eth0

Unicast reply from 211.115.202.200 [3A:06:CE:2D:D4:E4]  1.023ms

Sent 1 probes (1 broadcast(s))

Received 1 response(s)

[root@hostway ~]#






- Option

[root@hostway ~]# arping

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

[root@hostway ~]#





번호 제목 글쓴이 날짜 조회 수
206 리눅스 setup 명령어를 이용한 간편 설정 file 호스트웨이 2012.07.27 21104
205 CentOS 5.X의 yum 속도 올리기 호스트웨이 2012.07.27 17545
204 RPM 관련 옵션들-1 호스트웨이 2012.07.27 17400
203 리눅스 시스템 폴더별 명령어 알아보기 호스트웨이 2012.08.03 13579
202 리눅스 touch 명령어 file 호스트웨이 2012.08.03 24832
201 PHP 설치된 모듈 확인 호스트웨이 2012.08.03 18974
200 리눅스 시스템 폴더별 명령어 알아보기 - 두번째 호스트웨이 2012.08.10 18031
199 리눅스 daemon 설명 호스트웨이 2012.08.10 28447
198 리눅스 디스크 종류별 명칭 호스트웨이 2012.08.10 17814
197 리눅스 Sleep 명령어 file 호스트웨이 2012.08.10 42160
196 /bin/false, /sbin/nologin 의 차이점 호스트웨이 2012.08.10 45803
195 Debian 에 SAMBA 서버 설정하기 호스트웨이 2012.08.23 21788
194 Linux 설치후 기본언어 한국어로 변경 호스트웨이 2012.08.23 15422
193 cal 명령어로 달력 보기 호스트웨이 2012.08.23 17309
192 리눅스에서 fstab을 UUID로 변경 호스트웨이 2012.08.23 32948
191 Chage 명령어 호스트웨이 2012.08.23 22607
190 틀린명령어 틀린글자만 바꿔서 실행하는 간단한팁 호스트웨이 2012.08.23 11718
189 리눅스 명령어 알아보기-3 호스트웨이 2012.08.23 12164
188 yum 업데이트시 특정 패키지 예외처리 방법 호스트웨이 2012.08.23 15412
187 History 삭제하는 방법 및 현재한 history 삭제하는 방법 호스트웨이 2012.08.24 23638