Sample Command on how to use TCP Dump Linux: tcpdump -w {filename}.pcap  -c 200 {limit number of packets} tcpdump -s 2000 -w dump.pcap Then you can email the file to any one using command mail -s "dump.pcap" email@gmail.com < dump... Read More
Linux
#ifup eth0Device eth0 does not seem to be present, delaying initialisationWhat’s happening here is that when you clone your VM, VirtualBox and VMWare apply a new MAC Address to your network interfaces but they don’t update the linux... Read More