The correct way of running tcpdump
Leave a commentOctober 2, 2012 by aubreykloppers
tcpdump -n ‘host <HOST>’
Where <HOST> is the host you want to check.
You can then do a ‘telnet <HOST:80>’ on a different session to troubleshoot the connection…
October 2, 2012 by aubreykloppers
tcpdump -n ‘host <HOST>’
Where <HOST> is the host you want to check.
You can then do a ‘telnet <HOST:80>’ on a different session to troubleshoot the connection…