1.Run iptrace on AIX interface en2 to capture port 8080 traffic from a single client IP to Server ip.
#iptrace -a -i en2 -s clientip -b -d serverip -p 8080 portcapture.out
This trace will capture both directions of the port 8080 to the file portcapture.out.
2.Validate the iptrace running.
#ps -ef|grep iptrace
3.-Kill the process
#kill <pid> -15
#iptrace -a -i en2 -s clientip -b -d serverip -p 8080 portcapture.out
This trace will capture both directions of the port 8080 to the file portcapture.out.
2.Validate the iptrace running.
#ps -ef|grep iptrace
3.-Kill the process
#kill <pid> -15
Comments