trip Command Examples

A network diagnostic tool. Combines the functionality of traceroute and ping. Designed to assist with the analysis of networking issues. More information: https://trippy.rs/.

sudo trip {{example.com}}

trip {{example.com}} --unprivileged

sudo trip {{example.com}} --ipv6

sudo trip {{example.com}} --protocol {{udp}}

sudo trip {{example.com}} --protocol {{tcp}} --target-port {{443}}

sudo trip {{example.com}} --protocol {{udp}} --source-port {{5000}}