Please give me the command so I can capture tcpdump just for one IP in Asterisk?
james_winston 17-September-2008 01:32:31 PM

Comments


yup william is right
Posted by Hash007


tcpdump -w /stats/tmp/oneipfile.log 172.27.1.1
all dump related to 172.27.1.1 will be stored in oneipfile.log at /stats/tmp

Posted by william



Posted: 18-September-2008 02:04:41 PM By: william

tcpdump -w /stats/tmp/oneipfile.log 172.27.1.1
all dump related to 172.27.1.1 will be stored in oneipfile.log at /stats/tmp

Posted: 31-December-2008 10:16:30 AM By: Hash007

yup william is right