Skip to content

Instantly share code, notes, and snippets.

@bengalih
Created April 6, 2022 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bengalih/1d32a8769c6cd53c1e2d8ab155fdd50b to your computer and use it in GitHub Desktop.
Save bengalih/1d32a8769c6cd53c1e2d8ab155fdd50b to your computer and use it in GitHub Desktop.
Traceroute from a local client.
2600:1700:ae00:c080::1 is the LAN IPv6 Address of my Router
C:\Users\bengalih>tracert -w 1000 2a00:1450:400a:804::2004
Tracing route to 2a00:1450:400a:804::2004 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 2600:1700:ae00:c080::1
2 1 ms 1 ms 1 ms 2001:506:6000:121:75:29:10:167
3 2 ms 2 ms 2 ms 2001:506:6000:22:75:29:4:136
4 4 ms 3 ms 3 ms 2001:1890:ff:e0de:12:83:46:1
5 7 ms 7 ms 7 ms 2001:1890:ff:ffff:12:122:22:94
6 7 ms 7 ms 7 ms 2001:1890:c01:66:12:255:10:108
7 * 8 ms * 2607:f8b0:80e5::1
8 7 ms 7 ms 7 ms 2001:4860:0:1::2b7c
9 * * * Request timed out.
This is the traceroute from the router itself:
root@router-asus:/jffs/scripts# traceroute -6 2a00:1450:400a:804::2004
traceroute to 2a00:1450:400a:804::2004 (2a00:1450:400a:804::2004), 30 hops max, 16 byte packs
1 2001:506:6000:121:75:29:10:167 (2001:506:6000:121:75:29:10:167) 0.894 ms 0.691 ms 0.4s
2 2001:506:6000:22:75:29:4:136 (2001:506:6000:22:75:29:4:136) 1.242 ms 6.231 ms 5.024 ms
3 2001:1890:ff:e0de:12:83:46:1 (2001:1890:ff:e0de:12:83:46:1) 7.751 ms 6.618 ms 7.853 ms
4 2001:1890:ff:ffff:12:122:22:94 (2001:1890:ff:ffff:12:122:22:94) 10.488 ms 6.204 ms 6.s
5 * * *
6 * * *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment