Internally, how does traceroute make its requests, by hostname of ip address?
I know that the traceroute command can either take a hostname or an ip address, but when a hostname is entered is that hostname used for each progressive request or does traceroute perform a dns lookup on that hostname and then use the ip address for each progressive request?
I am attempting to debug a connection issue with a client of ours and it seems to be a dns issue, but I'm not sure.
Thank you for your time.