IRONMAN
Feb 19, 2019Cirrostratus
TCPDump for capturing traffing between Virtual Server and Pool Members
Hi All,
As Considering that F5 is a full proxy, How to capture the server-side traffic, Some notes giving Source IP must be client IP, where actual request coming ,in other notes VIP is source Ip for Server-side traffic? Any one give clear idea on this?
without SNAT: None(no Automap)
Client IP :172.16.16.100 VS : 172.16.16.1 Pool_HTTP with 1 member : 1. WEB_A : 10.10.10.11 SNAT: None(no Automap)
tcpdump -i VLAN-INTERNAL 'src host 172.16.16.1 and (dst host 10.10.10.11)' -w int.pcap
or
tcpdump -i VLAN-INTERNAL 'src host 172.16.16.100 and (dst host 10.10.10.11)' -w int.pcap