This guide installs common CLI tools used for traffic inspection.
Install tcpdump, net-tools, and iproute2 (for ss).
sudo apt-get update
sudo apt-get install -y tcpdump net-tools iproute2
sudo apt-get install -y iftop iptraf-ng
sudo apt-get install -y tshark
Review Security Hardening before production rollout.
Automate installs with Network & Traffic Tools Ansible Setup.
Prefer containers? See Network & Traffic Tools Docker Setup.
Learn more in Network & Traffic Tools History and Network & Traffic Tools Links.
Any questions?
Feel free to contact us. Find all contact information on our contact page.