ping -r 结果令人困惑
网络工程
平
2022-02-15 16:49:09
2个回答
ping -r 在数据包中添加 RECORD_ROUTE 标志,许多主机忽略此标志。不推荐使用工具来检查路径路径。我会改用 traceroute 或 mtr。并且仅支持最多 9 个跃点。如果目的地比 9 跳远,这将失败。正如手册所说:
> -R Record route. (IPv4 only) Includes the RECORD_ROUTE option in the ECHO_REQUEST packet and displays the route buffer on returned
> packets. Note
> that the IP header is only large enough for nine such routes. Many hosts ignore or discard this option.
http://www.networksorcery.com/enp/protocol/ip/option007.htm 请阅读此页面以了解为什么看起来它对为您执行此操作的目的地存在安全问题。
其它你可能感兴趣的问题

