Forum Discussion

khansafdarali1_'s avatar
khansafdarali1_
Icon for Nimbostratus rankNimbostratus
Oct 18, 2016
Solved

TCPDUMP command to check for traffic from the client to the VIP and from VIP to the backend server?

I am looking for one TCPDUMP command to check for traffic from the client to the VIP and from VIP to the backend pool members? client ip is 192.168.2.32 VIP - 192.168.200.122 backend members 1- 192.1...
  • Misa_222415's avatar
    Oct 18, 2016

    HI khansafdarali1.

    You could try this one:

    tcpdump -nni 0.0:nnnp -s 0 host 192.168.2.32 and host 192.168.200.122 -w /shared/tmp/tcpdump-Khansaf.pcap

    By appling the 0.0:nnnp parameter you can cover both client and server sides.