Network connectivity & troubleshooting
Table of Contents
MTR
mtr -b --tcp -P 443 IP
https://www.cloudflare.com/learning/network-layer/what-is-mtr/
Prettyping (network monitor)
Linux
curl -O https://raw.githubusercontent.com/denilsonsa/prettyping/master/prettypingchmod +x prettyping./prettyping 1.1.1.1MacOS
brew install prettypingrehashprettyping 1.1.1.1Visual traceroute (mtr)
MacOS
brew install mtrsudo mtr 1.1.1.1Linux
sudo apt install mtr #not testedsudo mtr 1.1.1.1Kernel packet inspection
On Linux - pwru to see packets inside the kernel: