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 ~]#
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
286 |
리눅스 comm 명령어를 통해 두개의 파일내용 비교하기
![]() | 호스트웨이 | 2012.11.29 | 3663 |
285 | vi 편집기에서 모든글자를 대소문자로 변경할때 사용하는 명령어 | 호스트웨이 | 2012.11.23 | 3678 |
284 |
ngrinder를 이용한 부하 테스트 - 1) Controller 설치
![]() | 호스트웨이 | 2015.04.08 | 3708 |
283 | linux 특정 용량으로 파일을 찾기, 삭제하기 | 호스트웨이 | 2015.09.08 | 3761 |
282 | filezilla 디렉토리 목록 조회 실패 | 호스트웨이 | 2015.09.22 | 3763 |
281 |
리눅스 캐시 메모리 비우기
![]() | 호스트웨이 | 2012.12.26 | 3796 |
280 | 리눅스 서버 보안 관련 설정 | 호스트웨이 | 2015.09.23 | 3828 |
279 | VNC-server 설치 및 설정 | 호스트웨이 | 2012.10.12 | 3914 |
278 |
리눅스 파일명 일괄변경하기
![]() | 호스트웨이 | 2012.10.18 | 3917 |
277 |
리눅스 tee명령어를 이용하여 디렉토리 목록 저장
![]() | 호스트웨이 | 2012.09.28 | 3921 |
276 | Linux ssh 무작위 공격 방어하기 - fail2ban | 호스트웨이 | 2015.09.24 | 4041 |
275 | useradd 명령어 사용방법 및 옵션 | 호스트웨이 | 2015.09.08 | 4211 |
274 | 삭제된 파일 복구 - 1 | 호스트웨이 | 2015.09.23 | 4274 |
273 |
리눅스 파일 및 디렉토리 권한 관리
![]() | 호스트웨이 | 2015.09.13 | 4378 |
272 | 리눅스 명령어 모음 | 호스트웨이 | 2012.12.06 | 4471 |
271 | /proc/sys/net/ipv4/conf/ 네트워크 세팅 | 호스트웨이 | 2015.09.22 | 4585 |
270 | ls -l 출력 시 날짜형태 변경 | 호스트웨이 | 2012.12.27 | 4997 |
269 | 오늘 생성한 파일만 조회하기 | 호스트웨이 | 2012.12.27 | 5167 |
» | 동일 네트워크의 중복 IP검색 | 호스트웨이 | 2015.09.23 | 5242 |
267 | lrzsz 사용해보기 | 호스트웨이 | 2012.10.12 | 5453 |