Linux/Windows下,使用BestTrace查询IP回程路由;查询IP去程路由
mantou1,070人阅读
一、查询IP去程路由
使用 https://tools.ipip.net/newping.php ,ping完后,可查看到各地的IP去程路由,建议TCP(部分商家优化ICMP,混淆用户)
二、查询IP回程路由
(一)Windows下查询IP回程路由
besttrace官网下载:Best Trace
本地下载:besttrace
(二)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
besttrace4linux.zip本地下载:besttrace4linux
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)
评论 | 0 条评论
登录之后才可留言,前往登录