TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Asroute – View unique networks traversed by traceroute

58 点作者 steven_pack超过 4 年前

5 条评论

dmytton超过 4 年前
Traceroute is fine for casual analysis but it is inaccurate and&#x2F;or incomplete for anything serious because it misses routers that use load balancing on packet headers. For research purposes, it&#x27;s better to use Paris Traceroute: <a href="https:&#x2F;&#x2F;paris-traceroute.net" rel="nofollow">https:&#x2F;&#x2F;paris-traceroute.net</a><p>&gt; Why should you use Paris traceroute?<p>&gt; 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.
评论 #24351190 未加载
评论 #24350944 未加载
评论 #24352686 未加载
jart超过 4 年前
If anyone&#x27;s curious how the tool is obtaining this information:<p><pre><code> $ dig +short TXT 8.8.8.8.origin.asn.cymru.com &quot;15169 | 8.8.8.0&#x2F;24 | US | arin | 1992-12-01&quot; $ dig +short TXT AS15169.asn.cymru.com &quot;15169 | US | arin | 2000-03-30 | GOOGLE, US&quot; </code></pre> See also <a href="https:&#x2F;&#x2F;team-cymru.com&#x2F;community-services&#x2F;ip-asn-mapping&#x2F;#dns" rel="nofollow">https:&#x2F;&#x2F;team-cymru.com&#x2F;community-services&#x2F;ip-asn-mapping&#x2F;#dn...</a>
jlgaddis超过 4 年前
Related: &quot;<i>Traceroute Lies! A Typical Misinterpretation Of Output</i>&quot; [0], previously discussed here on HN [1].<p>---<p>[0]: <a href="https:&#x2F;&#x2F;movingpackets.net&#x2F;2017&#x2F;10&#x2F;06&#x2F;misinterpreting-traceroute&#x2F;" rel="nofollow">https:&#x2F;&#x2F;movingpackets.net&#x2F;2017&#x2F;10&#x2F;06&#x2F;misinterpreting-tracero...</a><p>[1]: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15474043" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=15474043</a>
smnv超过 4 年前
mtr -z? I mean, it is a good learning effort, but if someone doesn’t know about mtr, they should: <a href="https:&#x2F;&#x2F;bitwizard.nl&#x2F;mtr&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bitwizard.nl&#x2F;mtr&#x2F;</a>
评论 #24350593 未加载
评论 #24366038 未加载
评论 #24351222 未加载
samoa42超过 4 年前
while the as_number-&gt;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.
评论 #24353675 未加载