Forum Discussion
With Passthrough VIP how does SSL handshake work
PauliusThank you for your response. The above filter only captures the client machine traffic. Do I need to put any other setting on wireshark.
I did take another capture on the F5 with the VIP address and pool member port (tcpdump -vvv -nni 0.0:nnnp -so host <VIP IP Address> or Port <Pool member port> -v -w /shared/tmp/file.pcap and Do not see the same port being used for connection from F5 to backend member. For this second capture, I did conversation filter with F5 TCP and see client Hellos and Server Hellos with seperate Port numbers from Client:random port <--->VIP:443 and F5 SelfIP:<random port different> <---> Poolmember:44376
The above filter only captures the client machine traffic. Do I need to put any other setting on wireshark.
Try not to use p modifier
e.g.
tcpdump -nni 0.0:nnn -s0 -w /var/tmp/<output file> '(host <virtual ip> or host <pool member ip>) and port 443' -v
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
