一、查询IP去程路由
1、网页版查询IP去程路由
使用 https://tools.ipip.net/newping.php ,ping 完后,可查看到各地的 IP 去程路由,建议 TCP(部分商家优化ICMP,混淆用户)
2、使用软件查询IP去程路由
besttrace 官网下载:Best Trace
二、查询IP回程路由
Linux下查询IP回程路由
1、安装TraceRoute
Centos下:
yum install traceroute -y
Debian/Ubuntu下:
apt-get install traceroute -y
2、安装BestTrace
wget -N --no-check-certificate https://cdn.ipip.net/17mon/besttrace4linux.zip
unzip besttrace4linux.zip
chmod +x besttrace
besttrace4 linux 下载:besttrace4linux.zip
3、使用BestTrace查询VPS到本地IP的回程路由
格式为 ./besttrace -q 1 0.0.0.0
把 0.0.0.0 换为本地IP(可在https://tools.ipip.net/newping.php查看VPS的IP去程路由,然后选择不同地区的IP)