First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Tracert command

Hello, I'm learning wireshark in a online course. I need help with this command.

I have this trace: https://pastebin.com/7Hn7rzff

1- Is the number of routers 14 because the lane 15 is not a router? I think the lane 15 is the host server.

2- What is the option and minimun value of this option for we do a ping to 12.0.1.28 and we get succesfull result with a path without more routers than the routers of the trace? Is this something about TTL?

Thanks for the help.

jomagar87's avatar
1
jomagar87
asked 2019-01-20 17:57:12 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Hi,

You are correct. The Time To Live (TTL) field in the Internet Protocol (IP) headers will limit how many hops a packet can do (or how many routers it can traverse) before being dropped.

If you used Wireshark to capture the packets for this trace then you should be able to see each sets of three packets with a TTL increasing from 1 to 15.

This TTL is in the Packet Details pane you need to display the Internet Protocol Version 4 details by clicking on the little triangle to see the value in the header.

Hop 15 is whatever device (server or router) that is using address 12.0.1.28.

If you were told you are tracing to a server than it should be a server.

Cheers,

JF

Spooky's avatar
191
Spooky
answered 2019-01-30 01:56:14 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer