2015.09.23 17:35
동일한 네트워크에서 중복되는 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 ~]#
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
386 |
kornet SMTP 서비스 종료에 따른 구글 SMTP 활용 방안
![]() | 호스트웨이 | 2016.04.28 | 2082 |
385 | extundelete tool을 이용하여 삭제된 파일 복구하기 | 호스트웨이 | 2016.02.29 | 6956 |
384 |
Login 실패시 계정 잠그기 및 PAM 설정
![]() | 호스트웨이 | 2016.01.04 | 23551 |
383 |
fdisk 명령어를 이용하여 수동으로 파티션 나누기
![]() | 호스트웨이 | 2015.11.30 | 46490 |
382 | SFTP 퍼미션 조정 및 chroot 설정으로 상위폴더 접근 제한하기 | 호스트웨이 | 2015.10.29 | 20724 |
381 | 리눅스 CD로 손상된 파일 복구하기 | 호스트웨이 | 2015.09.29 | 7115 |
380 | find 명령을 통한 소유자, 백도어, 파일 찾기 | 호스트웨이 | 2015.09.29 | 4479 |
379 | Linux 설치된 OS 커널의 Bit확인 | 호스트웨이 | 2015.09.26 | 1949 |
378 | SYN_Flooding 공격 막기 | 호스트웨이 | 2015.09.25 | 1466 |
377 | Linux ssh 무작위 공격 방어하기 - fail2ban | 호스트웨이 | 2015.09.24 | 2923 |
376 | 사용 가능한 쉘 확인 및 변경법 | 호스트웨이 | 2015.09.24 | 4530 |
375 | 삭제된 파일 복구 - 2 | 호스트웨이 | 2015.09.24 | 2248 |
374 | 프로그램의 사용 메모리 확인 | 호스트웨이 | 2015.09.23 | 1802 |
373 | 사용하지 않는 데몬 끄기 | 호스트웨이 | 2015.09.23 | 1840 |
372 | 리눅스 서버 보안 관련 설정 | 호스트웨이 | 2015.09.23 | 2775 |
371 | 서버시간 매시간마다 동기화 설정 | 호스트웨이 | 2015.09.23 | 5173 |
370 | 리눅스 상에서 메모리 사용 현황 확인하기 | 호스트웨이 | 2015.09.23 | 1875 |
369 | 터미널 접속 시 한글이 깨질 때 | 호스트웨이 | 2015.09.23 | 1452 |
368 | 서버 계정을 다른서버로 이전하기 | 호스트웨이 | 2015.09.23 | 5146 |
» | 동일 네트워크의 중복 IP검색 | 호스트웨이 | 2015.09.23 | 4139 |