Linux ETC

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

2015.09.23 17:35

호스트웨이 조회 수:11396

동일한 네트워크에서 중복되는 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 ~]#





번호 제목 글쓴이 날짜 조회 수
266 리눅스 서버 보안 관련 설정 호스트웨이 2015.09.23 9147
265 hadoop 1.x 설치 & 설정 호스트웨이 2015.09.18 9170
264 kornet SMTP 서비스 종료에 따른 구글 SMTP 활용 방안 file 호스트웨이 2016.04.28 9289
263 vsFTPd 사용시 디렉토리 목록 조회가 안될때 호스트웨이 2012.11.30 9410
262 삭제된 파일 복구 - 1 호스트웨이 2015.09.23 9440
261 Linux ssh 무작위 공격 방어하기 - fail2ban 호스트웨이 2015.09.24 9549
260 /tmp 디렉토리 보안 설정하기 file 호스트웨이 2015.09.17 10131
259 Sysbench를 통한 System, MySQL 성능 테스트 file 호스트웨이 2015.06.26 10177
258 /proc/sys/net/ipv4/conf/ 네트워크 세팅 호스트웨이 2015.09.22 10445
257 Linux 설치된 OS 커널의 Bit확인 호스트웨이 2015.09.26 10633
256 bonding mode 종류 알아보기 호스트웨이 2012.11.08 10670
255 find 명령을 통한 소유자, 백도어, 파일 찾기 호스트웨이 2015.09.29 10760
254 사용 가능한 쉘 확인 및 변경법 호스트웨이 2015.09.24 11250
253 vi 로 ^M 제거하기 호스트웨이 2012.11.15 11289
252 /etc/fstab 등록 호스트웨이 2015.09.22 11360
» 동일 네트워크의 중복 IP검색 호스트웨이 2015.09.23 11396
250 chfn 명령어를 통한 사용자 정보변경 file 호스트웨이 2012.09.07 11477
249 리눅스 Ubuntu 네트워크 설정 호스트웨이 2012.09.14 11668
248 우분투 기본 쉘 dash 에서 bash로 변경하기 호스트웨이 2015.09.07 11718
247 리눅스 Memory관리 호스트웨이 2012.08.24 11845