为什么增加字节包会使traceroute映射不到最终目的地?
Why does increasing byte packets makes the traceroute not map the final destination?
我很难理解为什么增加字节数据包会阻止最终目的地响应。
我做到了
跟踪路由/domain_name/ 1000
和
traceroute -I /domain_name/ 1000
可能是因为路径上的一些 link 的 MTU(最大传输单元)< 1000。默认数据包大小为 40 IIRC,因此至少有一个 link 在当大小从 40 跳到 1000 时,您的路径无法重新传输数据包。有关详细信息,请参见此处:https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipfrag.html
我很难理解为什么增加字节数据包会阻止最终目的地响应。
我做到了
跟踪路由/domain_name/ 1000
和
traceroute -I /domain_name/ 1000
可能是因为路径上的一些 link 的 MTU(最大传输单元)< 1000。默认数据包大小为 40 IIRC,因此至少有一个 link 在当大小从 40 跳到 1000 时,您的路径无法重新传输数据包。有关详细信息,请参见此处:https://www.cisco.com/c/en/us/support/docs/ip/generic-routing-encapsulation-gre/25885-pmtud-ipfrag.html