November 26, 2018
Debugging Connectivity with tcpdump and Wireshark
This one is more of a note to myself and something I google every time I need to debug connectivity issues.
When you want to get tcpdump capture in a file and then look at it in Wireshark run the following command on the host you are trying to connect from (and of course change some.host, XYZ and some.file with the values relevant to your case):
sudo tcpdump -i any -n host some.
Read more