Forum Discussion

faizan123_23330's avatar
faizan123_23330
Icon for Nimbostratus rankNimbostratus
Aug 06, 2017

Capture the packet between F5 and Server

hi,

 

I want to capture all the packet between the F5 (floating IP ) and the server and save them into the directory so that i can open it in the wire shark

 

Kindly suggest me the suitable command to do that. thanks

 

  • Hello Faizan,

    Try the following command :

    tcpdump -nni 0.0 -s0 host self-ip and host server-ip -w /shared/tmp/destfolder
    

    Regards