π£οΈ Trippy β Next-Level Network Tracing for Power Users πͺ
Meet Trippy | A Modern Network Tracing Tool That Beats Traditional Solutions

Driving SD-WAN Adoption in South Africa
When troubleshooting network issues, tools like ping, traceroute, and mtr have been the go-to choices for decades. But what if you could combine the best features of all these tools into a single, modern, and more powerful solution?
Enter Trippy β an mtr on steroids that offers better visibility, improved diagnostics, and deeper insights into network paths.

π What is Trippy?
Trippy is a high-performance network diagnostic tool that extends the capabilities of traditional tools like mtr and traceroute. Written in Rust, it is lightweight, fast, and provides enhanced control over network probing.
With Fusion's SD-WAN, you can install Trippy from this release:
π Download Trippy 0.12.2
π Why Trippy is a Game-Changer
Unlike mtr, which lacks fine-grained control over interface selection and packet details, Trippy adds superior flexibility with:
1οΈβ£ Bind to Specific Interfaces
One of the biggest limitations of mtr is its inability to bind traffic to a specific network interface. Trippy solves this with the -I flag:
sudo trip -I eth3 1.1.1.1
or even
sudo trip -I ppp3768 1.1.1.1
This is invaluable for SD-WAN environments, multi-homed setups, and VPN troubleshooting, where traffic routing needs to be isolated per interface.
2οΈβ£ ASN & Geographic Mapping
Ever wondered which networks your traffic flows through? Trippy can display ASN (Autonomous System Number) information to identify ISPs and backbone providers in your network path.
It also supports geolocation mapping using:
π GeoLite2 City Database
3οΈβ£ Forward & Reverse Packet Loss Analysis
While mtr provides basic loss statistics, Trippy goes further by measuring loss in both directions:
Forward Loss β Packets lost from source to target.
Reverse Loss β Packets lost on the way back.
This is critical for diagnosing asymmetric routing issues and network congestion problems that mtr alone cannot detect.
4οΈβ£ Jitter Measurement
Jitter (packet delay variation) is a key metric for real-time applications like VoIP, video calls, and gaming. Unlike mtr, Trippy provides accurate jitter calculations to help diagnose performance issues beyond simple latency checks.
5οΈβ£ Live Map Visualization
For a visual representation of network paths, Trippy can plot traceroutes on a world mapβgreat for diagnosing international routing issues and suboptimal peering.

π οΈ How to Install Trippy on Fusion's SD-WAN
1οΈβ£ Download the Binary
wget https://github.com/fujiapple852/trippy/releases/download/0.12.2/trippy-0.12.2-x86_64-unknown-linux-musl.tar.gz
2οΈβ£ Extract & Move to /usr/local/bin
tar -xzf trippy-0.12.2-x86_64-unknown-linux-musl.tar.gz
sudo mv trippy /usr/local/bin/
chmod +x /usr/local/bin/trippy
3οΈβ£ Test the Installation
trippy --version
π― Practical Use Cases
π 1. Troubleshooting ISP Issues
If your ISP is experiencing packet loss but denies responsibility, use Trippy to pinpoint exactly where the loss occurs:
sudo trip -I eth3 8.8.8.8 --as
This command will show ASN information, helping to identify if the issue lies with your ISP or upstream transit providers.
π 2. Diagnosing SD-WAN Failover
On Fusion's SD-WAN, you can bind Trippy to specific interfaces and test different paths:
sudo trip -I ppp0 1.1.1.1
sudo trip -I eth0 1.1.1.1
This helps validate failover mechanisms and identify routing issues when using multiple providers.
π 3. Tracing International Latency
Check if a specific destination is experiencing high latency:
sudo trip 8.8.8.8 --map
This plots the path geographically, helping to visualize routing inefficiencies.
β‘ Wrap
Trippy brings modern capabilities to network troubleshooting, solving many of mtr's limitations. With features like interface binding, ASN mapping, jitter measurement, and forward/reverse loss analysis, it is a must-have tool for any networking professional.
If youβre using Fusionβs SD-WAN, Trippy is a perfect fit for testing multiple uplinks, diagnosing packet loss, and ensuring optimal routing.
πΎ Download Trippy Today:
π https://trippy.rs/
π Ready to replace mtr with Trippy? Give it a try and see the difference!




