Linux下使用traceroute IP地址出现星号,一般原因是linux的traceroute默认使用tcp或udp,强制使用ICMP就行了。
执行:

traceroute -I www.baidu.com    //I大写

 

相关文章:

  • 2022-01-08
  • 2022-02-01
  • 2021-11-09
  • 2021-07-27
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
猜你喜欢
  • 2021-11-22
  • 2021-07-31
  • 2022-12-23
  • 2021-05-04
  • 2021-12-27
  • 2022-02-02
相关资源
相似解决方案