traceroute & traceroute6 Flashcards

1
Q

traceroute

A

traceroute tracks the route packets taken from an IP network on their way to a given host. It utilizes the IP protocol’s time to live (TTL) field and attempts to elicit an ICMP TIME_EXCEEDED response from each gateway along the path to the host.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

tracerout -4

or

tracerout -6

A

IPv4 and IPv6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

tracerout -F www.asfd.com

A

-F, Do not fragment packet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

traceroute -f

A

-f, Start from the first_ttl hop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

traceroute -g 192.168.1.1 asdf.com

A

-g, Route the packet through a gate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

tracerout -m 5 asdf.com

A

-m max_ttl, Set the max number of hops for the packet to reach the destination.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

traceroute -n asdf.com

A

-n, Do not resolve IP addresses to their domain names.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

traceroute -q 1 adsf.com

A

-q, Set the number of probes for each hop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

tracerout asdf.com 100

A

This sets the packet length, the default is 60.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

tracerout asdf.com -w 1

A

-w, Sets the wait time for a response from each packet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly