I am playing about with SSL tunnels and am trying to look to see if it really is encrypted.
I am trying with a third machine to look at the traffic, like so:
Code:
tcpdump -i eth1 src spitfire and dst cherry
But here I get no trafic showing up.
Should this work? They are all on the same LAN but it is a VLAN in a virtual hosting environment.
I was wondering if maybe it isn't working because it is in a virtual environment?