Skip to content

Traceroute does not work in Linux #6

@willwh

Description

@willwh

Ping ultimately resolves the correct IP, but based on the current code.... we only get the finally resolved IP from a DNS name, we don't get any IP for the hops between....

Related dotnet/runtime#37734

Testing this from my development environment (running Fedora 36)

willwh@claymore [11:09:37 PM] [~/src/dotnet/dotnetmtr] [main]
-> % sudo strace -o strace.log bin/Debug/net6.0/dotnetmtr --address willwh.com
1   *         Request timed out.
2   *         Request timed out.
3   *         Request timed out.
4   *         Request timed out.
5   27 ms     2606:4700:3035::ac43:9db4

strace.log

Need to do some more digging :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions