TCP Packet tracing

PHOTO EMBED

Mon May 09 2022 06:00:24 GMT+0000 (Coordinated Universal Time)

Saved by @Rohith #bash

sudo to root
yum install tcpdump
tcpdump -s1500 -ieth0 -vv 'host <IPaddr>' 
content_copyCOPY