Traceroute is fine for casual analysis but it is inaccurate and/or incomplete for anything serious because it misses routers that use load balancing on packet headers. For research purposes, it's better to use Paris Traceroute: https://paris-traceroute.net > Why should you use Paris traceroute? > Because traceroute fails in the presence of routers that employ load balancing on packet header fields. The failures lead…
This looks neat. Do you know what specifically it does differently than the traditional one? The blurb is vague and the "learn more" link is dead.
Show HN: Asroute – View unique networks traversed by traceroute
11–19 of 19 posts
Re: Show HN: Asroute – View unique networks traversed by traceroute
#12Re: Show HN: Asroute – View unique networks traversed by traceroute
#13Traceroute is fine for casual analysis but it is inaccurate and/or incomplete for anything serious because it misses routers that use load balancing on packet headers. For research purposes, it's better to use Paris Traceroute: https://paris-traceroute.net > Why should you use Paris traceroute? > Because traceroute fails in the presence of routers that employ load balancing on packet header fields. The failures lead…
Re: Show HN: Asroute – View unique networks traversed by traceroute
#14while the as_number->as_name lookup is usefull i would have opted for adding this feature to one (or more) of the existing utilities (traceroute, mtr, paris-traceroute) instead of crafting yet another command.
$ traceroute -A ...
$ mtr -z ...Re: Show HN: Asroute – View unique networks traversed by traceroute
#15---
[0]: https://movingpackets.net/2017/10/06/misinterpreting-tracero...
Re: Show HN: Asroute – View unique networks traversed by traceroute
#16Traceroute is fine for casual analysis but it is inaccurate and/or incomplete for anything serious because it misses routers that use load balancing on packet headers. For research purposes, it's better to use Paris Traceroute: https://paris-traceroute.net > Why should you use Paris traceroute? > Because traceroute fails in the presence of routers that employ load balancing on packet header fields. The failures lead…
just stumbled across: https://www.dublin-traceroute.net > Dublin Traceroute uses the techniques invented by the authors of Paris-traceroute to enumerate the paths of ECMP flow-based load balancing, but introduces a new technique for NAT detection.
---
[0]: https://github.com/insomniacslk/python-dublin-traceroute
Re: Show HN: Asroute – View unique networks traversed by traceroute
#17Re: Show HN: Asroute – View unique networks traversed by traceroute
#18while the as_number->as_name lookup is usefull i would have opted for adding this feature to one (or more) of the existing utilities (traceroute, mtr, paris-traceroute) instead of crafting yet another command.
FWIW: $ traceroute -A ... $ mtr -z ...
Re: Show HN: Asroute – View unique networks traversed by traceroute
#19mtr -z? I mean, it is a good learning effort, but if someone doesn’t know about mtr, they should: https://bitwizard.nl/mtr/