Apple Resources - MTR (Matt's Traceroute)
http://edu-observatory.org/olli/Apple_Resources/MTR.html



MTR (Matt's/My TraceRoute) - usage and practice
   https://medium.com/@xakrume/mtr-basic-usage-649cabf37f40
   https://www.pcwdld.com/what-is-mtr-and-howto-troubleshoot-connections/

In Mac's Terminal (Finder > Applications > Utilities > Terminal)

1. Install Homebrew
   bash
   /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"   
  
2. Install MTR (using Homebrew) 
   brew install mtr 
  
3. Using MTR  
   Man page for mtr
   man mtr
   Check my connection to Apple (to quit type q or ctrl+c)
   sudo /opt/homebrew/bin/mtr --aslookup --show-ips apple.com
   sudo /opt/homebrew/bin/mtr --aslookup --show-ips 17.253.144.10
   sudo /opt/homebrew/bin/mtr --aslookup --show-ips 2620:149:bb:9420::151


  
  

 
    sam.wormley@gmail.com