source: networking/netutils/traceroute.xml@ e5324803

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since e5324803 was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 18 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY traceroute-download-http "&sourceforge-dl;/traceroute/traceroute-&traceroute-version;.tar.gz">
8 <!ENTITY traceroute-download-ftp " ">
9 <!ENTITY traceroute-md5sum "84d329d67abc3fb83fc8cb12aeaddaba">
10 <!ENTITY traceroute-size "72 KB">
11 <!ENTITY traceroute-buildsize "588 KB">
12 <!ENTITY traceroute-time "less than 0.1 SBU">
13]>
14
15<sect1 id="traceroute" xreflabel="Traceroute-&traceroute-version;">
16 <?dbhtml filename="traceroute.html"?>
17
18
19 <title>Traceroute-&traceroute-version;</title>
20
21 <indexterm zone="traceroute">
22 <primary sortas="a-Traceroute">Traceroute</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Traceroute</title>
27
28 <para>
29 The <application>Traceroute</application> package contains a program
30 which is used to display the network route that packets take to reach a
31 specified host. This is a standard network troubleshooting tool. If you
32 find yourself unable to connect to another system, traceroute can help
33 pinpoint the problem.
34 </para>
35
36 <note>
37 <para>
38 This package overwrites the version of <command>traceroute</command>
39 that was installed in the inetutils package in LFS. This version is
40 more powerful and allows many more options than the standard version.
41 </para>
42 </note>
43
44 &lfs112_checked;
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>
50 Download (HTTP): <ulink url="&traceroute-download-http;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download (FTP): <ulink url="&traceroute-download-ftp;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download MD5 sum: &traceroute-md5sum;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download size: &traceroute-size;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated disk space required: &traceroute-buildsize;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated build time: &traceroute-time;
76 </para>
77 </listitem>
78 </itemizedlist>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/traceroute"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Traceroute</title>
87
88 <para>
89 Install <application>Traceroute</application> by running the following
90 commands:
91 </para>
92
93<screen><userinput>make</userinput></screen>
94
95 <para>
96 This package does not come with a test suite.
97 </para>
98
99 <para>
100 Now, as the <systemitem class="username">root</systemitem> user:
101 </para>
102
103<screen role='root'><userinput>make prefix=/usr install &amp;&amp;
104ln -sv -f traceroute /usr/bin/traceroute6 &amp;&amp;
105ln -sv -f traceroute.8 /usr/share/man/man8/traceroute6.8 &amp;&amp;
106rm -fv /usr/share/man/man1/traceroute.1</userinput></screen>
107
108 <para>
109 The traceroute.1 file that was installed in LFS
110 by inetutils is no longer relevant. This package overwrites
111 that version of traceroute and installs the man page in man
112 chapter 8.
113 </para>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Program</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>traceroute and traceroute6 (symlink)</seg>
127 <seg>None</seg>
128 <seg>None</seg>
129 </seglistitem>
130 </segmentedlist>
131
132 <variablelist>
133 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
134 <?dbfo list-presentation="list"?>
135 <?dbhtml list-presentation="table"?>
136
137 <varlistentry id="traceroute-prog">
138 <term><command>traceroute</command></term>
139 <listitem>
140 <para>
141 does basically what it says: it traces the route your packets
142 take from the host you are working on to another host on a network,
143 showing all the intermediate hops (gateways) along the way
144 </para>
145 <indexterm zone="traceroute traceroute-prog">
146 <primary sortas="b-traceroute">traceroute</primary>
147 </indexterm>
148 </listitem>
149 </varlistentry>
150
151 <varlistentry id="traceroute6-prog">
152 <term><command>traceroute6</command></term>
153 <listitem>
154 <para>
155 is equivalent to <command>traceroute -6</command>
156 </para>
157 <indexterm zone="traceroute traceroute6-prog">
158 <primary sortas="b-traceroute6">traceroute6</primary>
159 </indexterm>
160 </listitem>
161 </varlistentry>
162
163 </variablelist>
164
165 </sect2>
166
167</sect1>
Note: See TracBrowser for help on using the repository browser.