Show HN: Asroute – View unique networks traversed by traceroute
1–10 of 19 posts
Re: Show HN: Asroute – View unique networks traversed by traceroute
#2Re: Show HN: Asroute – View unique networks traversed by traceroute
#3mtr -z? I mean, it is a good learning effort, but if someone doesn’t know about mtr, they should: https://bitwizard.nl/mtr/
-z, --aslookup
MISSING
I assume from the context that it does the mtr equiv "traceroute -A" thoughRe: Show HN: Asroute – View unique networks traversed by traceroute
#4> 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 to the discovery of inaccurate and incomplete paths, that may mislead operators during problem diagnosis and result in erroneous internet maps. Paris traceroute, by controling packet header contents, obtains a more precise picture of the actual routes that packets follow.
Re: Show HN: Asroute – View unique networks traversed by traceroute
#5 $ dig +short TXT 8.8.8.8.origin.asn.cymru.com
"15169 | 8.8.8.0/24 | US | arin | 1992-12-01"
$ dig +short TXT AS15169.asn.cymru.com
"15169 | US | arin | 2000-03-30 | GOOGLE, US"
See also https://team-cymru.com/community-services/ip-asn-mapping/#dn...Re: Show HN: Asroute – View unique networks traversed by traceroute
#6Re: Show HN: Asroute – View unique networks traversed by traceroute
#7Traceroute 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
#8Traceroute 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…
> 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.
Re: Show HN: Asroute – View unique networks traversed by traceroute
#9Traceroute 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.
Re: Show HN: Asroute – View unique networks traversed by traceroute
#10mtr -z? I mean, it is a good learning effort, but if someone doesn’t know about mtr, they should: https://bitwizard.nl/mtr/