dig +trace equivalency
Hi, I use to use +trace option in dig command. Is there any same function equivalency in Atlas's DNS measurement tool? Thank you in advance. -- -dikshie-
On Sat, Nov 25, 2017 at 02:12:06PM +0900, dikshie <dikshie@gmail.com> wrote a message of 11 lines which said:
I use to use +trace option in dig command. Is there any same function equivalency in Atlas's DNS measurement tool?
dig +trace is not very reliable, and does not work with all resolvers. And, no, I don't think there is an equivalent for the Atlas probes. It would require some resolver-like logic in the probe.
All, Stephane Bortzmeyer:
On Sat, Nov 25, 2017 at 02:12:06PM +0900, dikshie <dikshie@gmail.com> wrote a message of 11 lines which said:
I use to use +trace option in dig command. Is there any same function equivalency in Atlas's DNS measurement tool?
dig +trace is not very reliable, and does not work with all resolvers. And, no, I don't think there is an equivalent for the Atlas probes. It would require some resolver-like logic in the probe.
It is in principle possible to simulate resolver-like logic without updating the probe. In fact, I worked on a team to do just that at a RIPE Atlas Hackathon a couple years ago. You can see the results on GitHub here: https://github.com/shane-kerr/ripe-atlas-shrugd This was just a hack, but the technique should be usable to do something similar to "dig +trace". Cheers, -- Shane
Hi, On Wed, Nov 29, 2017 at 5:24 PM, Shane Kerr <shane@time-travellers.org> wrote:
It is in principle possible to simulate resolver-like logic without updating the probe. In fact, I worked on a team to do just that at a RIPE Atlas Hackathon a couple years ago. You can see the results on GitHub here:
https://github.com/shane-kerr/ripe-atlas-shrugd
This was just a hack, but the technique should be usable to do something similar to "dig +trace".
Thank you for the pointer to your hackathon project. I will take a look later this weekend. Best Regards, Dikshie
Hi, On Wed, Nov 29, 2017 at 4:27 PM, Stephane Bortzmeyer <bortzmeyer@nic.fr> wrote:
dig +trace is not very reliable, and does not work with all resolvers. And, no, I don't think there is an equivalent for the Atlas probes. It would require some resolver-like logic in the probe.
I see. Previously, I thought using nsid is enough but I found nsid information from my target dns servers are not reliable. There is no way for me to identify the servers. (looks like the dns server operator must fix the nsid text). Best Regards, -- -dikshie-
participants (3)
-
dikshie
-
Shane Kerr
-
Stephane Bortzmeyer