AIX 환경에서 TCP dump 뜨기

2014.12.05 08:54

ischo 조회 수:29348

원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어

Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어

+++++++++++++++++++++++++++++++++++++++++++++++++++++++

 

<CASE>

서버 : 192.168.0.1

Client : 192.168.0.2

 

Client 에서 서버로 telnet 접속시 들어오는 패킷들을 dump 뜨고자 함.

 

 

 

사용 명령어

iptrace / ipreport

 

iptrace Daemon

Purpose

       Provides interface-level packet tracing for Internet protocols.

Syntax

       /usr/sbin/iptrace [ -a ] [ -b ][ -e ] [ -u ] [ -PProtocol_list ] [ -iInterface ] [ -pPort_list ] [ -sHost [ -b ] ] [ -dHost ] [ -L  Log_size ] [ -B
       ] [ -T ] [ -S snap_length] LogFile

 

 

ipreport Command

Purpose

       Generates a packet trace report from the specified packet trace file.

Syntax

       /usr/sbin/ipreport [ -e ] [ -r ] [ -n ] [ -s ] LogFile

       /usr/sbin/ipreport [ -C ] [ -e ] [ -n ] [ -r ] [ -s ] [ -S ] [ -v ] [-x ] [ -1 ] [ -N ] [ -T ] [ -c count ] [ -j pktnum ] [ -X bytes ] tracefile

Description

       The /usr/sbin/ipreport command generates a trace report from the specified trace file created by the iptrace command. The LogFile parameter
       specifies the name of the file containing the results of the Internet Protocol trace. This file is created by the iptrace command.

 

 

192.168.0.2 호스트로 en0 인터페이스를 통하여 23번 포트로 통신하는 패킷을 tcpdump.bin 으로 저장한다.

# iptrace -b -s 192.168.0.2 -i en0 -p 23 tcpdump.bin

[20906126]

 

 

위 명령어의 결과 background 로 동작하며 덤프를 저장한다.

# ps -ef | grep iptrace
    root  8978508 20971746   0 23:35:47  pts/1  0:00 grep iptrace
    root 20906126        1   0 23:35:23      -  0:00 iptrace -b -s 192.168.0.2 -i en0 -p 23 tcpdump.log

 

 

dump 중단시 kill

# kill -9 20906126       

 

binary 형식인 tcpdump.bin 파일을 ACSII 형태로 바꾸고자 할때

# ipreport tcpdump.bin > tcpdump.txt

 

 

 

번호 제목 글쓴이 날짜 조회 수
공지 [공지] 게시자료 열람자유. 불펌금지입니다. 조인상 2010.12.07 108677
191 디버그툴 dbx 사용법 file 조인상 2012.07.26 33907
190 AIX 유니코드 한글 표시 조인상 2010.05.11 33044
189 RAID 1+0 과 0+1의 차이점 file 조인상 2010.05.11 32645
188 [정욱이네] IBM AIX java 설치 하기. 조인상 2010.05.11 32483
187 OP 판넬의 주황색 경고등 끄기 조인상 2010.05.11 32324
186 IBM xSeries 펌웨어 업데이트를 위한 BoMC(Bootable Media Center) 사용법 file 조인상 2010.06.29 31418
185 FIN_WAIT_2 상태에 대하여 조인상 2010.05.11 31055
184 HMC 관련 교육자료 [4] file 조인상 2010.05.11 31025
183 p시리즈 일반적인 점검방법 조인상 2010.11.17 30951
182 IBM p시리즈 ASM/시리얼접속방법 조인상 2010.07.01 30800
181 AIX 메모리 사용량 측정. sar -P All 2 5 // lsps -a Unix 조인상 2010.05.11 29807
» AIX 환경에서 TCP dump 뜨기 [1] ischo 2014.12.05 29348
179 p시리즈 장비 OP패널에서 강제 shutdown 방법 조인상 2012.10.13 29290
178 Optimizing AIX 5L performance - AIX 5L시리즈 메모리 튜닝 조인상 2010.06.22 29275
177 AIX DISK attach에서 mount까지 조인상 2010.05.11 29216
176 kill 과 함께 쓰이는 SIGNAL NUMBER 들 ischo 2013.02.16 28881
175 NFS mount 조인상 2010.05.11 28813
174 IBM x3650 M3 Service Guide file 조인상 2012.08.04 28461
173 Backup OS Disk만들기(alter disk 백업 방법) 조인상 2010.05.11 28428
172 named 1분 간격으로 검사하여 살리는 스크립트 [1] ischo 2012.12.26 28284
서버에 요청 중입니다. 잠시만 기다려 주십시오...