summaryrefslogtreecommitdiffstats
path: root/upstream/debian-bookworm/man1/inetutils-traceroute.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 19:43:11 +0000
commitfc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch)
treece1e3bce06471410239a6f41282e328770aa404a /upstream/debian-bookworm/man1/inetutils-traceroute.1
parentInitial commit. (diff)
downloadmanpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz
manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/debian-bookworm/man1/inetutils-traceroute.1')
-rw-r--r--upstream/debian-bookworm/man1/inetutils-traceroute.159
1 files changed, 59 insertions, 0 deletions
diff --git a/upstream/debian-bookworm/man1/inetutils-traceroute.1 b/upstream/debian-bookworm/man1/inetutils-traceroute.1
new file mode 100644
index 00000000..d126fd7e
--- /dev/null
+++ b/upstream/debian-bookworm/man1/inetutils-traceroute.1
@@ -0,0 +1,59 @@
+.\" Copyright © 2015-2019 Free Software Foundation, Inc.
+.\" License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
+.\"
+.\" This is free software: you are free to change and redistribute it.
+.\" There is NO WARRANTY, to the extent permitted by law.
+.Dd February 9, 2019
+.Dt TRACEROUTE 1 URM
+.Os "GNU Network Utilities"
+.Sh NAME
+.Nm traceroute
+.Nd trace the route to a host
+.Sh SYNOPSIS
+.Nm traceroute
+.Op Ar option ...
+.Ar host
+.Sh DESCRIPTION
+Print the route packets trace to network
+.Ar host .
+.Sh OPTIONS
+.Bl -tag -width Ds
+.It Fl f , -first-hop Ns = Ns Ar start
+Set the initial hop distance, that is the time-to-live.
+.It Fl g , -gateways Ns = Ns Ar gates
+List of gateways for loose source routing.
+.It Fl I , -icmp
+Use ICMP ECHO as probe.
+.It Fl m , -max-hop Ns = Ns Ar num
+Set the maximal hop count (default is 64).
+.It Fl M , -type Ns = Ns Ar method
+Use the
+.Ar method
+.Cm ( icmp
+or the default
+.Cm udp )
+for traceroute operations.
+.It Fl p , -port Ns = Ns Ar port
+Use the destination
+.Ar port
+port (default is 33434).
+.It Fl q , -tries Ns = Ns Ar num
+Send
+.Ar num
+probe packets per hop (default is 3).
+.It Fl -resolve-hostnames
+Resolve hostnames.
+.It Fl t , -tos Ns = Ns Ar class
+Set the type of service (TOS) to
+.Ar class .
+.It Fl w , -wait Ns = Ns Ar timeout
+Wait
+.Ar timeout
+seconds for responses (default is 3).
+.It Fl ? , -help
+Give this help list.
+.It Fl -usage
+Give a short usage message.
+.It Fl V , -version
+Print program version.
+.El