source: networking/netutils/traceroute.xml

trunk
Last change on this file was 5d0e7b8, checked in by Douglas R. Reno <renodr@…>, 2 months ago

A bunch of tags

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "6599a83531ecb31275ff7906349c0970">
10 <!ENTITY traceroute-size "76 KB">
11 <!ENTITY traceroute-buildsize "624 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 &lfs121_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 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Traceroute</title>
84
85 <para>
86 Install <application>Traceroute</application> by running the following
87 commands:
88 </para>
89
90<screen><userinput>make</userinput></screen>
91
92 <para>
93 This package does not come with a test suite.
94 </para>
95
96 <para>
97 Now, as the <systemitem class="username">root</systemitem> user:
98 </para>
99
100<screen role='root'><userinput>make prefix=/usr install &amp;&amp;
101ln -sv -f traceroute /usr/bin/traceroute6 &amp;&amp;
102ln -sv -f traceroute.8 /usr/share/man/man8/traceroute6.8 &amp;&amp;
103rm -fv /usr/share/man/man1/traceroute.1</userinput></screen>
104
105 <para>
106 The traceroute.1 file that was installed in LFS
107 by inetutils is no longer relevant. This package overwrites
108 that version of traceroute and installs the man page in man
109 chapter 8.
110 </para>
111
112 </sect2>
113
114 <sect2 role="content">
115 <title>Contents</title>
116
117 <segmentedlist>
118 <segtitle>Installed Program</segtitle>
119 <segtitle>Installed Libraries</segtitle>
120 <segtitle>Installed Directories</segtitle>
121
122 <seglistitem>
123 <seg>traceroute and traceroute6 (symlink)</seg>
124 <seg>None</seg>
125 <seg>None</seg>
126 </seglistitem>
127 </segmentedlist>
128
129 <variablelist>
130 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
131 <?dbfo list-presentation="list"?>
132 <?dbhtml list-presentation="table"?>
133
134 <varlistentry id="traceroute-prog">
135 <term><command>traceroute</command></term>
136 <listitem>
137 <para>
138 does basically what it says: it traces the route your packets
139 take from the host you are working on to another host on a network,
140 showing all the intermediate hops (gateways) along the way
141 </para>
142 <indexterm zone="traceroute traceroute-prog">
143 <primary sortas="b-traceroute">traceroute</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 <varlistentry id="traceroute6-prog">
149 <term><command>traceroute6</command></term>
150 <listitem>
151 <para>
152 is equivalent to <command>traceroute -6</command>
153 </para>
154 <indexterm zone="traceroute traceroute6-prog">
155 <primary sortas="b-traceroute6">traceroute6</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.