source: chapter06/iproute2.xml@ 490d3e8b

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 490d3e8b was 46fbbc2, checked in by Bruce Dubbs <bdubbs@…>, 16 years ago

Added a note to the ifcfg script description in
iproute2 that it requires external programs.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8689 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 11.7 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
8<sect1 id="ch-system-iproute2" role="wrap">
9 <?dbhtml filename="iproute2.html"?>
10
11 <sect1info condition="script">
12 <productname>iproute2</productname>
13 <productnumber>&iproute2-version;</productnumber>
14 <address>&iproute2-url;</address>
15 </sect1info>
16
17 <title>IPRoute2-&iproute2-version;</title>
18
19 <indexterm zone="ch-system-iproute2">
20 <primary sortas="a-IPRoute2">IPRoute2</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The IPRoute2 package contains programs for basic and advanced IPV4-based
27 networking.</para>
28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32
33 <seglistitem>
34 <seg>&iproute2-ch6-sbu;</seg>
35 <seg>&iproute2-ch6-du;</seg>
36 </seglistitem>
37 </segmentedlist>
38
39 </sect2>
40
41 <sect2 role="installation">
42 <title>Installation of IPRoute2</title>
43
44 <para>Compile the package:</para>
45
46<screen><userinput remap="make">make DESTDIR= SBINDIR=/sbin</userinput></screen>
47
48 <variablelist>
49 <title>The meaning of the make options:</title>
50
51 <varlistentry>
52 <term><parameter>DESTDIR=</parameter></term>
53 <listitem>
54 <para>This ensures that the IPRoute2 binaries will install into
55 the correct directory. By default, <parameter>DESTDIR</parameter> is
56 set to <filename class="directory">/usr</filename>.</para>
57 </listitem>
58 </varlistentry>
59
60 <varlistentry>
61 <term><parameter>SBINDIR=/sbin</parameter></term>
62 <listitem>
63 <para>This ensures that the IPRoute2 binaries will install into
64 <filename class="directory">/sbin</filename>. This is the correct
65 location according to the FHS, because some of the IPRoute2 binaries
66 are used by the LFS-Bootscripts package.</para>
67 </listitem>
68 </varlistentry>
69
70 </variablelist>
71
72 <para>This package comes with a testsuite, but due to assumptions it makes,
73 it is not possible to reliably run these tests from within the chroot
74 environment. If you wish to run these tests after booting into your new LFS
75 system, ensure you select <filename>/proc/config.gz</filename>
76 CONFIG_IKCONFIG_PROC (&quot;General setup&quot; -> &quot;Enable access to
77 .config through /proc/config.gz&quot;) support into your kernel then run
78 'make alltests' from the <filename class="directory">testsuite/</filename>
79 subdirectory.</para>
80
81 <para>Install the package:</para>
82
83<screen><userinput remap="install">make DESTDIR= SBINDIR=/sbin MANDIR=/usr/share/man \
84 DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen>
85
86 <para>The <command>arpd</command> binary links against the Berkeley DB
87 libraries that reside in <filename class="directory">/usr</filename> and
88 uses a database in <filename>/var/lib/arpd/arpd.db</filename>. Thus,
89 according to the FHS, it must be in <filename
90 class="directory">/usr/sbin</filename>. Move it there:</para>
91
92 <screen><userinput remap="install">mv -v /sbin/arpd /usr/sbin</userinput></screen>
93
94 </sect2>
95
96 <sect2 id="contents-iproute2" role="content">
97 <title>Contents of IPRoute2</title>
98
99 <segmentedlist>
100 <segtitle>Installed programs</segtitle>
101
102 <seglistitem>
103 <seg>arpd, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,
104 nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
105 and tc.</seg>
106 </seglistitem>
107 </segmentedlist>
108
109 <variablelist>
110 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
111 <?dbfo list-presentation="list"?>
112 <?dbhtml list-presentation="table"?>
113
114 <varlistentry id="arpd">
115 <term><command>arpd</command></term>
116 <listitem>
117 <para>Userspace ARP daemon, useful in really large networks, where the
118 kernelspace ARP implementation is insufficient, or when setting up a
119 honeypot</para>
120 <indexterm zone="ch-system-iproute2 arpd">
121 <primary sortas="b-arpd">arpd</primary>
122 </indexterm>
123 </listitem>
124 </varlistentry>
125
126 <varlistentry id="ctstat">
127 <term><command>ctstat</command></term>
128 <listitem>
129 <para>Connection status utility</para>
130 <indexterm zone="ch-system-iproute2 ctstat">
131 <primary sortas="b-ctstat">ctstat</primary>
132 </indexterm>
133 </listitem>
134 </varlistentry>
135
136 <varlistentry id="genl">
137 <term><command>genl</command></term>
138 <listitem>
139 <para></para>
140 <indexterm zone="ch-system-iproute2 genl">
141 <primary sortas="b-genl">genl</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 <varlistentry id="ifcfg">
147 <term><command>ifcfg</command></term>
148 <listitem>
149 <para>A shell script wrapper for the <command>ip</command> command.
150 Note that it requires the <command>arping</command> and
151 <command>rdisk</command> programs from the
152 iputils package found at <ulink url="http://www.skbuff.net/iputils/"/>.</para>
153 <indexterm zone="ch-system-iproute2 ifcfg">
154 <primary sortas="b-ifcfg">ifcfg</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="ifstat">
160 <term><command>ifstat</command></term>
161 <listitem>
162 <para>Shows the interface statistics, including the amount of
163 transmitted and received packets by interface</para>
164 <indexterm zone="ch-system-iproute2 ifstat">
165 <primary sortas="b-ifstat">ifstat</primary>
166 </indexterm>
167 </listitem>
168 </varlistentry>
169
170 <varlistentry id="ip">
171 <term><command>ip</command></term>
172 <listitem>
173 <para>The main executable. It has several different functions:</para>
174
175 <para><command>ip link <replaceable>&lt;device&gt;</replaceable></command>
176 allows users to look at the state of devices and to make changes</para>
177
178 <para><command>ip addr</command> allows users to look at addresses and
179 their properties, add new addresses, and delete old ones</para>
180
181 <para><command>ip neighbor</command> allows users to look at neighbor
182 bindings and their properties, add new neighbor entries, and delete
183 old ones</para>
184
185 <para><command>ip rule</command> allows users to look at the routing
186 policies and change them</para>
187
188 <para><command>ip route</command> allows users to look at the routing
189 table and change routing table rules</para>
190
191 <para><command>ip tunnel</command> allows users to look at the IP
192 tunnels and their properties, and change them</para>
193
194 <para><command>ip maddr</command> allows users to look at the multicast
195 addresses and their properties, and change them</para>
196
197 <para><command>ip mroute</command> allows users to set, change, or
198 delete the multicast routing</para>
199
200 <para><command>ip monitor</command> allows users to continously monitor
201 the state of devices, addresses and routes</para>
202 <indexterm zone="ch-system-iproute2 ip">
203 <primary sortas="b-ip">ip</primary>
204 </indexterm>
205 </listitem>
206 </varlistentry>
207
208 <varlistentry id="lnstat">
209 <term><command>lnstat</command></term>
210 <listitem>
211 <para>Provides Linux network statistics. It is a generalized and more
212 feature-complete replacement for the old <command>rtstat</command>
213 program</para>
214 <indexterm zone="ch-system-iproute2 lnstat">
215 <primary sortas="b-lnstat">lnstat</primary>
216 </indexterm>
217 </listitem>
218 </varlistentry>
219
220 <varlistentry id="nstat">
221 <term><command>nstat</command></term>
222 <listitem>
223 <para>Shows network statistics</para>
224 <indexterm zone="ch-system-iproute2 nstat">
225 <primary sortas="b-nstat">nstat</primary>
226 </indexterm>
227 </listitem>
228 </varlistentry>
229
230 <varlistentry id="routef">
231 <term><command>routef</command></term>
232 <listitem>
233 <para>A component of <command>ip route</command>. This is for flushing
234 the routing tables</para>
235 <indexterm zone="ch-system-iproute2 routef">
236 <primary sortas="b-routef">routef</primary>
237 </indexterm>
238 </listitem>
239 </varlistentry>
240
241 <varlistentry id="routel">
242 <term><command>routel</command></term>
243 <listitem>
244 <para>A component of <command>ip route</command>. This is for listing
245 the routing tables</para>
246 <indexterm zone="ch-system-iproute2 routel">
247 <primary sortas="b-routel">routel</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 <varlistentry id="rtacct">
253 <term><command>rtacct</command></term>
254 <listitem>
255 <para>Displays the contents of
256 <filename>/proc/net/rt_acct</filename></para>
257 <indexterm zone="ch-system-iproute2 rtacct">
258 <primary sortas="b-rtacct">rtacct</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
262
263 <varlistentry id="rtmon">
264 <term><command>rtmon</command></term>
265 <listitem>
266 <para>Route monitoring utility</para>
267 <indexterm zone="ch-system-iproute2 rtmon">
268 <primary sortas="b-rtmon">rtmon</primary>
269 </indexterm>
270 </listitem>
271 </varlistentry>
272
273 <varlistentry id="rtpr">
274 <term><command>rtpr</command></term>
275 <listitem>
276 <para>Converts the output of <command>ip -o</command> back into a
277 readable form</para>
278 <indexterm zone="ch-system-iproute2 rtpr">
279 <primary sortas="b-rtpr">rtpr</primary>
280 </indexterm>
281 </listitem>
282 </varlistentry>
283
284 <varlistentry id="rtstat">
285 <term><command>rtstat</command></term>
286 <listitem>
287 <para>Route status utility</para>
288 <indexterm zone="ch-system-iproute2 rtstat">
289 <primary sortas="b-rtstat">rtstat</primary>
290 </indexterm>
291 </listitem>
292 </varlistentry>
293
294 <varlistentry id="ss">
295 <term><command>ss</command></term>
296 <listitem>
297 <para>Similar to the <command>netstat</command> command; shows active
298 connections</para>
299 <indexterm zone="ch-system-iproute2 ss">
300 <primary sortas="b-ss">ss</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="tc">
306 <term><command>tc</command></term>
307 <listitem>
308 <para>Traffic Controlling Executable; this is for Quality Of Service
309 (QOS) and Class Of Service (COS) implementations</para>
310
311 <para><command>tc qdisc</command> allows users to setup the queueing
312 discipline</para>
313
314 <para><command>tc class</command> allows users to setup classes based
315 on the queuing discipline scheduling</para>
316
317 <para><command>tc estimator</command> allows users to estimate the
318 network flow into a network</para>
319
320 <para><command>tc filter</command> allows users to setup the QOS/COS
321 packet filtering</para>
322
323 <para><command>tc policy</command> allows users to setup the QOS/COS
324 policies</para>
325 <indexterm zone="ch-system-iproute2 ss">
326 <primary sortas="b-tc">tc</primary>
327 </indexterm>
328 </listitem>
329 </varlistentry>
330
331 </variablelist>
332
333 </sect2>
334
335</sect1>
Note: See TracBrowser for help on using the repository browser.