Step 1. Upload the attachment to the VCN server /tmp directory.
Step 2. Log in to the VCN server by the root user.
Step 3. Change the permissions of the file.
Command:
chmod +x /tmp/tcpdump*

Step 4. Start capturing packets.
Command:
/tmp/tcpdump_3536 -s 0 -i bond0 host [caputre_ip_addre] -w /tmp/cap.cap -vv
![]()
Step 5. Downlaod the packet form the VCN server.