1
I need to get intermediate nodes when requesting the route through ping.
- I can get the intermediate routes through
traceroute url
, but in the server there's a problem - I cannot use traceroute. I only need to get the intermediate host ips for my program.
Most of the forums I have read suggested to use ping -R url
, but that doesn't reflect the intermediate node when I check with ping and traceroute on my local machine.
Is there a way I can get intermediate nodes only using ping? ( Without installing any other package like traceroute? )
Do you have
pathping
available? – DavidPostill – 2018-06-27T12:26:07.333