source: chapter06/iproute2.xml@ 8bfbf40

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.3 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 8bfbf40 was b06ca36, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Updated book sources to use DocBook-XML DTD 4.5

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

  • Property mode set to 100644
File size: 10.0 KB
RevLine 
[a088964]1<?xml version="1.0" encoding="ISO-8859-1"?>
[b06ca36]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[a088964]4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
[bdea25ce]7
[81fd230]8<sect1 id="ch-system-iproute2" role="wrap">
[bdea25ce]9 <?dbhtml filename="iproute2.html"?>
10
[f0d59f2]11 <title>IPRoute2-&iproute2-version;</title>
[bdea25ce]12
[a088964]13 <indexterm zone="ch-system-iproute2">
[89ed081]14 <primary sortas="a-IPRoute2">IPRoute2</primary>
[a088964]15 </indexterm>
[bdea25ce]16
[a088964]17 <sect2 role="package">
18 <title/>
[bdea25ce]19
20 <para>The IPRoute2 package contains programs for basic and advanced IPV4-based
21 networking.</para>
22
[a088964]23 <segmentedlist>
24 <segtitle>&buildtime;</segtitle>
25 <segtitle>&diskspace;</segtitle>
[bdea25ce]26
[a088964]27 <seglistitem>
[e4a5635]28 <seg>&iproute2-ch6-sbu;</seg>
29 <seg>&iproute2-ch6-du;</seg>
[a088964]30 </seglistitem>
31 </segmentedlist>
[bdea25ce]32
[a088964]33 </sect2>
[bdea25ce]34
[a088964]35 <sect2 role="installation">
[f0d59f2]36 <title>Installation of IPRoute2</title>
[a088964]37
38 <para>Compile the package:</para>
39
[bdea25ce]40<screen><userinput>make SBINDIR=/sbin</userinput></screen>
[81fd230]41
42 <variablelist>
[bdea25ce]43 <title>The meaning of the make option:</title>
44
45 <varlistentry>
46 <term><parameter>SBINDIR=/sbin</parameter></term>
47 <listitem>
48 <para>This ensures that the IPRoute2 binaries will install into
49 <filename class="directory">/sbin</filename>. This is the correct
50 location according to the FHS, because some of the IPRoute2 binaries
51 are used by the LFS-Bootscripts package.</para>
52 </listitem>
53 </varlistentry>
54
[81fd230]55 </variablelist>
56
[0be3d41]57 <para>This package does not come with a test suite.</para>
58
[81fd230]59 <para>Install the package:</para>
60
[bdea25ce]61<screen><userinput>make SBINDIR=/sbin install</userinput></screen>
62
63 <para>The <command>arpd</command> binary links against the Berkeley DB
64 libraries that reside in <filename class="directory">/usr</filename> and
65 uses a database in <filename>/var/lib/arpd/arpd.db</filename>. Thus,
66 according to the FHS, it must be in <filename
67 class="directory">/usr/sbin</filename>. Move it there:</para>
[fa21b3d]68
69 <screen><userinput>mv -v /sbin/arpd /usr/sbin</userinput></screen>
[bdea25ce]70
[a088964]71 </sect2>
72
73 <sect2 id="contents-iproute2" role="content">
[f0d59f2]74 <title>Contents of IPRoute2</title>
[bdea25ce]75
[81fd230]76 <segmentedlist>
77 <segtitle>Installed programs</segtitle>
[bdea25ce]78
[81fd230]79 <seglistitem>
[fa21b3d]80 <seg>arpd, ctstat (link to lnstat), ifcfg, ifstat, ip, lnstat, nstat,
[bdea25ce]81 routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
82 and tc.</seg>
[81fd230]83 </seglistitem>
84 </segmentedlist>
85
[bdea25ce]86 <variablelist>
87 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
88 <?dbfo list-presentation="list"?>
89 <?dbhtml list-presentation="table"?>
90
[fa21b3d]91 <varlistentry id="arpd">
[bdea25ce]92 <term><command>arpd</command></term>
[fa21b3d]93 <listitem>
[bdea25ce]94 <para>Userspace ARP daemon, useful in really large networks, where the
95 kernelspace ARP implementation is insufficient, or when setting up a
96 honeypot</para>
[fa21b3d]97 <indexterm zone="ch-system-iproute2 arpd">
98 <primary sortas="b-arpd">arpd</primary>
99 </indexterm>
100 </listitem>
101 </varlistentry>
102
[46a500e]103 <varlistentry id="ctstat">
[bdea25ce]104 <term><command>ctstat</command></term>
[46a500e]105 <listitem>
[89ed081]106 <para>Connection status utility</para>
[46a500e]107 <indexterm zone="ch-system-iproute2 ctstat">
[005dc3f]108 <primary sortas="b-ctstat">ctstat</primary>
[46a500e]109 </indexterm>
110 </listitem>
111 </varlistentry>
112
113 <varlistentry id="ifcfg">
[bdea25ce]114 <term><command>ifcfg</command></term>
[46a500e]115 <listitem>
[89ed081]116 <para>A shell script wrapper for the <command>ip</command> command</para>
[46a500e]117 <indexterm zone="ch-system-iproute2 ifcfg">
118 <primary sortas="b-ifcfg">ifcfg</primary>
119 </indexterm>
120 </listitem>
121 </varlistentry>
[81fd230]122
123 <varlistentry id="ifstat">
[bdea25ce]124 <term><command>ifstat</command></term>
[81fd230]125 <listitem>
[bdea25ce]126 <para>Shows the interface statistics, including the amount of
127 transmitted and received packets by interface</para>
[81fd230]128 <indexterm zone="ch-system-iproute2 ifstat">
129 <primary sortas="b-ifstat">ifstat</primary>
130 </indexterm>
131 </listitem>
132 </varlistentry>
133
134 <varlistentry id="ip">
[bdea25ce]135 <term><command>ip</command></term>
[81fd230]136 <listitem>
137 <para>The main executable. It has several different functions:</para>
138
[0090db5]139 <para><command>ip link <replaceable>&lt;device&gt;</replaceable></command>
[bdea25ce]140 allows users to look at the state of devices and to make changes</para>
[81fd230]141
142 <para><command>ip addr</command> allows users to look at addresses and
[bdea25ce]143 their properties, add new addresses, and delete old ones</para>
[81fd230]144
[bdea25ce]145 <para><command>ip neighbor</command> allows users to look at neighbor
146 bindings and their properties, add new neighbor entries, and delete
147 old ones</para>
[81fd230]148
149 <para><command>ip rule</command> allows users to look at the routing
[bdea25ce]150 policies and change them</para>
[81fd230]151
152 <para><command>ip route</command> allows users to look at the routing
[bdea25ce]153 table and change routing table rules</para>
[81fd230]154
155 <para><command>ip tunnel</command> allows users to look at the IP
[bdea25ce]156 tunnels and their properties, and change them</para>
[81fd230]157
158 <para><command>ip maddr</command> allows users to look at the multicast
[bdea25ce]159 addresses and their properties, and change them</para>
[81fd230]160
161 <para><command>ip mroute</command> allows users to set, change, or
[bdea25ce]162 delete the multicast routing</para>
[81fd230]163
[bdea25ce]164 <para><command>ip monitor</command> allows users to continously monitor
165 the state of devices, addresses and routes</para>
[81fd230]166 <indexterm zone="ch-system-iproute2 ip">
167 <primary sortas="b-ip">ip</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
[46a500e]172 <varlistentry id="lnstat">
[bdea25ce]173 <term><command>lnstat</command></term>
[46a500e]174 <listitem>
175 <para>Provides Linux network statistics. It is a generalized and more
[bdea25ce]176 feature-complete replacement for the old <command>rtstat</command>
177 program</para>
[46a500e]178 <indexterm zone="ch-system-iproute2 lnstat">
[005dc3f]179 <primary sortas="b-lnstat">lnstat</primary>
[46a500e]180 </indexterm>
181 </listitem>
182 </varlistentry>
183
[81fd230]184 <varlistentry id="nstat">
[bdea25ce]185 <term><command>nstat</command></term>
[81fd230]186 <listitem>
[89ed081]187 <para>Shows network statistics</para>
[81fd230]188 <indexterm zone="ch-system-iproute2 nstat">
189 <primary sortas="b-nstat">nstat</primary>
190 </indexterm>
191 </listitem>
192 </varlistentry>
193
194 <varlistentry id="routef">
[bdea25ce]195 <term><command>routef</command></term>
[81fd230]196 <listitem>
[bdea25ce]197 <para>A component of <command>ip route</command>. This is for flushing
198 the routing tables</para>
[81fd230]199 <indexterm zone="ch-system-iproute2 routef">
200 <primary sortas="b-routef">routef</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="routel">
[bdea25ce]206 <term><command>routel</command></term>
[81fd230]207 <listitem>
[bdea25ce]208 <para>A component of <command>ip route</command>. This is for listing
209 the routing tables</para>
[81fd230]210 <indexterm zone="ch-system-iproute2 routel">
211 <primary sortas="b-routel">routel</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215
[46a500e]216 <varlistentry id="rtacct">
[bdea25ce]217 <term><command>rtacct</command></term>
[46a500e]218 <listitem>
[bdea25ce]219 <para>Displays the contents of
220 <filename>/proc/net/rt_acct</filename></para>
[46a500e]221 <indexterm zone="ch-system-iproute2 rtacct">
222 <primary sortas="b-rtacct">rtacct</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
226
[81fd230]227 <varlistentry id="rtmon">
[bdea25ce]228 <term><command>rtmon</command></term>
[81fd230]229 <listitem>
[89ed081]230 <para>Route monitoring utility</para>
[81fd230]231 <indexterm zone="ch-system-iproute2 rtmon">
232 <primary sortas="b-rtmon">rtmon</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
[46a500e]237 <varlistentry id="rtpr">
[bdea25ce]238 <term><command>rtpr</command></term>
[46a500e]239 <listitem>
240 <para>Converts the output of <command>ip -o</command> back into a
[bdea25ce]241 readable form</para>
[46a500e]242 <indexterm zone="ch-system-iproute2 rtpr">
243 <primary sortas="b-rtpr">rtpr</primary>
244 </indexterm>
245 </listitem>
246 </varlistentry>
247
[81fd230]248 <varlistentry id="rtstat">
[bdea25ce]249 <term><command>rtstat</command></term>
[81fd230]250 <listitem>
[89ed081]251 <para>Route status utility</para>
[81fd230]252 <indexterm zone="ch-system-iproute2 rtstat">
253 <primary sortas="b-rtstat">rtstat</primary>
254 </indexterm>
255 </listitem>
256 </varlistentry>
257
258 <varlistentry id="ss">
[bdea25ce]259 <term><command>ss</command></term>
[81fd230]260 <listitem>
[bdea25ce]261 <para>Similar to the <command>netstat</command> command; shows active
262 connections</para>
[81fd230]263 <indexterm zone="ch-system-iproute2 ss">
264 <primary sortas="b-ss">ss</primary>
265 </indexterm>
266 </listitem>
267 </varlistentry>
268
269 <varlistentry id="tc">
[bdea25ce]270 <term><command>tc</command></term>
[81fd230]271 <listitem>
[bdea25ce]272 <para>Traffic Controlling Executable; this is for Quality Of Service
273 (QOS) and Class Of Service (COS) implementations</para>
[81fd230]274
275 <para><command>tc qdisc</command> allows users to setup the queueing
[bdea25ce]276 discipline</para>
[81fd230]277
[bdea25ce]278 <para><command>tc class</command> allows users to setup classes based
279 on the queuing discipline scheduling</para>
[81fd230]280
281 <para><command>tc estimator</command> allows users to estimate the
[bdea25ce]282 network flow into a network</para>
[81fd230]283
284 <para><command>tc filter</command> allows users to setup the QOS/COS
[bdea25ce]285 packet filtering</para>
[81fd230]286
287 <para><command>tc policy</command> allows users to setup the QOS/COS
[bdea25ce]288 policies</para>
[81fd230]289 <indexterm zone="ch-system-iproute2 ss">
290 <primary sortas="b-tc">tc</primary>
291 </indexterm>
292 </listitem>
293 </varlistentry>
[bdea25ce]294
[81fd230]295 </variablelist>
[bdea25ce]296
[a088964]297 </sect2>
[81fd230]298
[bdea25ce]299</sect1>
Note: See TracBrowser for help on using the repository browser.