source: networking/netprogs/net-tools.xml@ 79d191ee

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 79d191ee was 79d191ee, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Some tags anfix, thanks to Armin K.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12753 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 11.8 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 net-tools-download-http "&sources-anduin-http;/n/net-tools-&net-tools-version;.tar.gz">
8 <!ENTITY net-tools-download-ftp "&sources-anduin-ftp;/n/net-tools-&net-tools-version;.tar.gz">
9 <!ENTITY net-tools-md5sum "6be14ed473cacdd68edeaa9605adc469">
10 <!ENTITY net-tools-size "222 KB">
11 <!ENTITY net-tools-buildsize "7.0 MB">
12 <!ENTITY net-tools-time "less than 0.1 SBU">
13]>
14
15<sect1 id="net-tools" xreflabel="Net-tools-&net-tools-version;">
16 <?dbhtml filename="net-tools.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Net-tools-&net-tools-version;</title>
24
25 <indexterm zone="net-tools">
26 <primary sortas="a-Net-tools">Net-tools</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Net-tools</title>
31
32 <para>The <application>Net-tools</application> package is a collection
33 of programs for controlling the network subsystem of the Linux
34 kernel.</para>
35
36 &lfs75_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&net-tools-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&net-tools-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &net-tools-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &net-tools-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &net-tools-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &net-tools-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <para condition="html" role="usernotes">User Notes:
61 <ulink url="&blfs-wiki;/net-tools"/></para>
62
63 </sect2>
64
65 <sect2 role="installation">
66 <title>Installation of Net-tools</title>
67
68 <note>
69 <para>The <application>Net-tools</application> package installs a
70 <command>hostname</command> program which will overwrite the existing
71 program installed by <application>Inetutils</application> during a base
72 LFS installation. If, for whatever reason, you need to reinstall the
73 <application>Inetutils</application> package after installing
74 <application>Net-tools</application>, you should add
75 <command>--disable-hostname</command> to the Inetutils
76 <command>configure</command> command in LFS if you wish to preserve the
77 <application>Net-tools</application> <command>hostname</command>
78 program.</para>
79 </note>
80
81 <para id="net-tools-automate-example" xreflabel="Net-tools">The
82 instructions below automate the configuration process by piping
83 <command>yes</command> to the <command>make config</command> command. If
84 you wish to run the interactive configuration process (by changing the
85 instruction to just <command>make config</command>), but you are not sure
86 how to answer all the questions, then just accept the defaults. This will
87 be just fine in the majority of cases. What you're asked here is a bunch of
88 questions about which network protocols you've enabled in your kernel. The
89 default answers will enable the tools from this package to work with the
90 most common protocols: TCP, PPP, and several others. You still need to
91 actually enable these protocols in the kernel&mdash;what you do here is
92 merely tell the package to include support for those protocols in its
93 programs, but it's up to the kernel to make the protocols available.</para>
94
95 <note><para>This package has several unneeded protocols and hardware device
96 specific functions that are obsolete. To only build the minimum needed for
97 your system, skip the <command>yes</command> command and answer each
98 question interactively. The minimum needed options are 'UNIX protocol
99 family' and 'INET (TCP/IP) protocol family'.</para></note>
100
101 <para>Install <application>Net-tools</application> by running the
102 following commands:</para>
103
104<screen><userinput>sed -i -e '/Token/s/y$/n/' config.in &amp;&amp;
105sed -i -e '/HAVE_HWSTRIP/s/y$/n/' config.in &amp;&amp;
106yes "" | make config &amp;&amp;
107make</userinput></screen>
108
109 <para>This package does not come with a test suite.</para>
110
111 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
112
113<screen role='root'><userinput>make update</userinput></screen>
114
115 </sect2>
116
117 <sect2 role="commands">
118 <title>Command Explanations</title>
119
120 <para><command>sed -i -e '/Token/s/y$/n/' config.in</command>: Change the
121 default for building obsolete token ring support to no. This is a
122 simpler change than changing the location for the token ring headers.
123 </para>
124
125 <para><command>sed -i -e '/HAVE_HWSTRIP/s/y$/n/' config.in</command>:
126 Removes obsolete Metricom radio support that requires a header no longer
127 included in the kernel. </para>
128
129 <para><command>yes "" | make config</command>: Piping <command>yes</command>
130 to <command>make config</command> skips the interactive configuration and
131 accepts the defaults.</para>
132
133 </sect2>
134
135 <sect2 role="content">
136 <title>Contents</title>
137
138 <segmentedlist>
139 <segtitle>Installed Programs</segtitle>
140 <segtitle>Installed Libraries</segtitle>
141 <segtitle>Installed Directories</segtitle>
142
143 <seglistitem>
144 <seg>arp, dnsdomainname, domainname, hostname,
145 ifconfig, ipmaddr, iptunnel, mii-tool, nameif, netstat,
146 nisdomainname, plipconfig, rarp, route, slattach, and
147 ypdomainname</seg>
148 <seg>None</seg>
149 <seg>None</seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="arp">
159 <term><command>arp</command></term>
160 <listitem>
161 <para>is used to manipulate the kernel's ARP cache, usually
162 to add or delete an entry, or to dump the entire cache.</para>
163 <indexterm zone="net-tools arp">
164 <primary sortas="b-arp">arp</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="dnsdomainname">
170 <term><command>dnsdomainname</command></term>
171 <listitem>
172 <para>reports the system's DNS domain name.</para>
173 <indexterm zone="net-tools dnsdomainname">
174 <primary sortas="b-dnsdomainname">dnsdomainname</primary>
175 </indexterm>
176 </listitem>
177 </varlistentry>
178
179 <varlistentry id="domainname">
180 <term><command>domainname</command></term>
181 <listitem>
182 <para>reports or sets the system's NIS/YP domain name.</para>
183 <indexterm zone="net-tools domainname">
184 <primary sortas="b-domainname">domainname</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 <varlistentry id="hostname">
190 <term><command>hostname</command></term>
191 <listitem>
192 <para>reports or sets the name of the current host system.</para>
193 <indexterm zone="net-tools hostname">
194 <primary sortas="b-hostname">hostname</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="ifconfig">
200 <term><command>ifconfig</command></term>
201 <listitem>
202 <para>is the main utility for configuring network interfaces.</para>
203 <indexterm zone="net-tools ifconfig">
204 <primary sortas="b-ifconfig">ifconfig</primary>
205 </indexterm>
206 </listitem>
207 </varlistentry>
208
209 <varlistentry id="ipmaddr">
210 <term><command>ipmaddr</command></term>
211 <listitem>
212 <para>adds, deletes and shows an interface's multicast addresses.</para>
213 <indexterm zone="net-tools ipmaddr">
214 <primary sortas="b-ipmaddr">ipmaddr</primary>
215 </indexterm>
216 </listitem>
217 </varlistentry>
218
219 <varlistentry id="iptunnel">
220 <term><command>iptunnel</command></term>
221 <listitem>
222 <para>adds, changes, deletes and shows an interface's tunnels.</para>
223 <indexterm zone="net-tools iptunnel">
224 <primary sortas="b-iptunnel">iptunnel</primary>
225 </indexterm>
226 </listitem>
227 </varlistentry>
228
229 <varlistentry id="mii-tool">
230 <term><command>mii-tool</command></term>
231 <listitem>
232 <para>checks or sets the status of a network interface's Media Independent
233 Interface (MII) unit.</para>
234 <indexterm zone="net-tools mii-tool">
235 <primary sortas="b-mii-tool">mii-tool</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="nameif">
241 <term><command>nameif</command></term>
242 <listitem>
243 <para>names network interfaces based on MAC addresses.</para>
244 <indexterm zone="net-tools nameif">
245 <primary sortas="b-nameif">nameif</primary>
246 </indexterm>
247 </listitem>
248 </varlistentry>
249
250 <varlistentry id="netstat">
251 <term><command>netstat</command></term>
252 <listitem>
253 <para>is used to report network connections, routing tables, and interface
254 statistics.</para>
255 <indexterm zone="net-tools netstat">
256 <primary sortas="b-netstat">netstat</primary>
257 </indexterm>
258 </listitem>
259 </varlistentry>
260
261 <varlistentry id="nisdomainname">
262 <term><command>nisdomainname</command></term>
263 <listitem>
264 <para>does the same as <command>domainname</command>.</para>
265 <indexterm zone="net-tools nisdomainname">
266 <primary sortas="b-nisdomainname">nisdomainname</primary>
267 </indexterm>
268 </listitem>
269 </varlistentry>
270
271 <varlistentry id="plipconfig">
272 <term><command>plipconfig</command></term>
273 <listitem>
274 <para>is used to fine tune the PLIP device parameters, to
275 improve its performance.</para>
276 <indexterm zone="net-tools plipconfig">
277 <primary sortas="b-plipconfig">plipconfig</primary>
278 </indexterm>
279 </listitem>
280 </varlistentry>
281
282 <varlistentry id="rarp">
283 <term><command>rarp</command></term>
284 <listitem>
285 <para>is used to manipulate the kernel's RARP table.</para>
286 <indexterm zone="net-tools rarp">
287 <primary sortas="b-rarp">rarp</primary>
288 </indexterm>
289 </listitem>
290 </varlistentry>
291
292 <varlistentry id="route">
293 <term><command>route</command></term>
294 <listitem>
295 <para>is used to manipulate the IP routing table.</para>
296 <indexterm zone="net-tools route">
297 <primary sortas="b-route">route</primary>
298 </indexterm>
299 </listitem>
300 </varlistentry>
301
302 <varlistentry id="slattach">
303 <term><command>slattach</command></term>
304 <listitem>
305 <para>attaches a network interface to a serial line. This allows you to use
306 normal terminal lines for point-to-point links to other computers.</para>
307 <indexterm zone="net-tools slattach">
308 <primary sortas="b-slattach">slattach</primary>
309 </indexterm>
310 </listitem>
311 </varlistentry>
312
313 <varlistentry id="ypdomainname">
314 <term><command>ypdomainname</command></term>
315 <listitem>
316 <para>does the same as <command>domainname</command>.</para>
317 <indexterm zone="net-tools ypdomainname">
318 <primary sortas="b-ypdomainname">ypdomainname</primary>
319 </indexterm>
320 </listitem>
321 </varlistentry>
322
323 </variablelist>
324
325 </sect2>
326
327</sect1>
Note: See TracBrowser for help on using the repository browser.