BestTrace查看VPS服务器回程路由Linux安装教程

2024-03-16 维护脚本 0

BestTrace是ipip.net旗下一款带IP归属地的trace工具,windows版非常好用还带地图。BestTrace也推出了Linux版,观察回程路由方便多了。

CentOS:

yum -y install wget zip
wget https://cdn.ipip.net/17mon/besttrace4linux.zip

Ubuntu/Debian:

apt install -y wget zip
wget https://cdn.ipip.net/17mon/besttrace4linux.zip

然后解压:

unzip besttrace

授予权限:

chmod +x besttrace

然后就可以运行了,比如:

./besttrace 119.28.6.6(这里的IP是你的本地IP)

本地IP请前往 www.ipip.net查看。有人会会在IP后面加-q 1这是看去程的。