iproute2.xml 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336
  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. <sect1 id="ch-system-iproute2" role="wrap">
  8. <?dbhtml filename="iproute2.html"?>
  9. <sect1info condition="script">
  10. <productname>iproute2</productname>
  11. <productnumber>&iproute2-version;</productnumber>
  12. <address>&iproute2-url;</address>
  13. </sect1info>
  14. <title>IPRoute2-&iproute2-version;</title>
  15. <indexterm zone="ch-system-iproute2">
  16. <primary sortas="a-IPRoute2">IPRoute2</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The IPRoute2 package contains programs for basic and advanced IPV4-based
  21. networking.</para>
  22. <segmentedlist>
  23. <segtitle>&buildtime;</segtitle>
  24. <segtitle>&diskspace;</segtitle>
  25. <seglistitem>
  26. <seg>&iproute2-ch6-sbu;</seg>
  27. <seg>&iproute2-ch6-du;</seg>
  28. </seglistitem>
  29. </segmentedlist>
  30. </sect2>
  31. <sect2 role="installation">
  32. <title>Installation of IPRoute2</title>
  33. <para>The <command>arpd</command> binary included in this package is
  34. dependent on Berkeley DB. Because <command>arpd</command> is not a very
  35. common requirement on a base Linux system, remove the dependency on Berkeley
  36. DB by applying the commands below. If the <command>arpd</command> binary is
  37. needed, instructions for compiling Berkeley DB can be found in the BLFS Book
  38. at <ulink url="&blfs-root;view/svn/server/databases.html#db"/>.
  39. </para>
  40. <screen><userinput remap="pre">sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
  41. sed -i /ARPD/d Makefile
  42. sed -i 's/arpd.8//' man/man8/Makefile</userinput></screen>
  43. <!-- Save as comments for now
  44. <para>Remove a compiler flag that causes the compilation to fail:</para>
  45. <screen><userinput remap="pre">sed -i 's/-Werror//' Makefile</userinput></screen>
  46. -->
  47. <para>Compile the package:</para>
  48. <screen><userinput remap="make">make DESTDIR=</userinput></screen>
  49. <variablelist>
  50. <title>The meaning of the make option:</title>
  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. </variablelist>
  60. <para>This package comes with a test suite, but due to assumptions it makes,
  61. it is not possible to reliably run these tests from within the chroot
  62. environment. If you wish to run these tests after booting into your new LFS
  63. system, ensure you select <filename>/proc/config.gz</filename>
  64. CONFIG_IKCONFIG_PROC (&quot;General setup&quot; -> &quot;Enable access to
  65. .config through /proc/config.gz&quot;) support into your kernel then run
  66. 'make alltests' from the <filename class="directory">testsuite/</filename>
  67. subdirectory.</para>
  68. <para>Install the package:</para>
  69. <screen><userinput remap="install">make DESTDIR= \
  70. MANDIR=/usr/share/man \
  71. DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen>
  72. </sect2>
  73. <sect2 id="contents-iproute2" role="content">
  74. <title>Contents of IPRoute2</title>
  75. <segmentedlist>
  76. <segtitle>Installed programs</segtitle>
  77. <segtitle>Installed directories</segtitle>
  78. <seglistitem>
  79. <seg>bridge, ctstat (link to lnstat), genl, ifcfg, ifstat, ip, lnstat,
  80. nstat, routef, routel, rtacct, rtmon, rtpr, rtstat (link to lnstat), ss,
  81. and tc</seg>
  82. <seg>/etc/iproute2, /lib/tc, /usr/share/doc/iproute2-&iproute2-version;,
  83. /usr/lib/tc</seg>
  84. </seglistitem>
  85. </segmentedlist>
  86. <variablelist>
  87. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  88. <?dbfo list-presentation="list"?>
  89. <?dbhtml list-presentation="table"?>
  90. <varlistentry id="bridge">
  91. <term><command>bridge</command></term>
  92. <listitem>
  93. <para>Configures network bridges</para>
  94. <indexterm zone="ch-system-iproute2 bridge">
  95. <primary sortas="b-bridge">bridge</primary>
  96. </indexterm>
  97. </listitem>
  98. </varlistentry>
  99. <varlistentry id="ctstat">
  100. <term><command>ctstat</command></term>
  101. <listitem>
  102. <para>Connection status utility</para>
  103. <indexterm zone="ch-system-iproute2 ctstat">
  104. <primary sortas="b-ctstat">ctstat</primary>
  105. </indexterm>
  106. </listitem>
  107. </varlistentry>
  108. <varlistentry id="genl">
  109. <term><command>genl</command></term>
  110. <listitem>
  111. <para></para>
  112. <indexterm zone="ch-system-iproute2 genl">
  113. <primary sortas="b-genl">genl</primary>
  114. </indexterm>
  115. </listitem>
  116. </varlistentry>
  117. <varlistentry id="ifcfg">
  118. <term><command>ifcfg</command></term>
  119. <listitem>
  120. <para>A shell script wrapper for the <command>ip</command> command.
  121. Note that it requires the <command>arping</command> and
  122. <command>rdisk</command> programs from the
  123. iputils package found at <ulink url="http://www.skbuff.net/iputils/"/>.</para>
  124. <indexterm zone="ch-system-iproute2 ifcfg">
  125. <primary sortas="b-ifcfg">ifcfg</primary>
  126. </indexterm>
  127. </listitem>
  128. </varlistentry>
  129. <varlistentry id="ifstat">
  130. <term><command>ifstat</command></term>
  131. <listitem>
  132. <para>Shows the interface statistics, including the amount of
  133. transmitted and received packets by interface</para>
  134. <indexterm zone="ch-system-iproute2 ifstat">
  135. <primary sortas="b-ifstat">ifstat</primary>
  136. </indexterm>
  137. </listitem>
  138. </varlistentry>
  139. <varlistentry id="ip">
  140. <term><command>ip</command></term>
  141. <listitem>
  142. <para>The main executable. It has several different functions:</para>
  143. <para><command>ip link <replaceable>&lt;device&gt;</replaceable></command>
  144. allows users to look at the state of devices and to make changes</para>
  145. <para><command>ip addr</command> allows users to look at addresses and
  146. their properties, add new addresses, and delete old ones</para>
  147. <para><command>ip neighbor</command> allows users to look at neighbor
  148. bindings and their properties, add new neighbor entries, and delete
  149. old ones</para>
  150. <para><command>ip rule</command> allows users to look at the routing
  151. policies and change them</para>
  152. <para><command>ip route</command> allows users to look at the routing
  153. table and change routing table rules</para>
  154. <para><command>ip tunnel</command> allows users to look at the IP
  155. tunnels and their properties, and change them</para>
  156. <para><command>ip maddr</command> allows users to look at the multicast
  157. addresses and their properties, and change them</para>
  158. <para><command>ip mroute</command> allows users to set, change, or
  159. delete the multicast routing</para>
  160. <para><command>ip monitor</command> allows users to continuously monitor
  161. the state of devices, addresses and routes</para>
  162. <indexterm zone="ch-system-iproute2 ip">
  163. <primary sortas="b-ip">ip</primary>
  164. </indexterm>
  165. </listitem>
  166. </varlistentry>
  167. <varlistentry id="lnstat">
  168. <term><command>lnstat</command></term>
  169. <listitem>
  170. <para>Provides Linux network statistics. It is a generalized and more
  171. feature-complete replacement for the old <command>rtstat</command>
  172. program</para>
  173. <indexterm zone="ch-system-iproute2 lnstat">
  174. <primary sortas="b-lnstat">lnstat</primary>
  175. </indexterm>
  176. </listitem>
  177. </varlistentry>
  178. <varlistentry id="nstat">
  179. <term><command>nstat</command></term>
  180. <listitem>
  181. <para>Shows network statistics</para>
  182. <indexterm zone="ch-system-iproute2 nstat">
  183. <primary sortas="b-nstat">nstat</primary>
  184. </indexterm>
  185. </listitem>
  186. </varlistentry>
  187. <varlistentry id="routef">
  188. <term><command>routef</command></term>
  189. <listitem>
  190. <para>A component of <command>ip route</command>. This is for flushing
  191. the routing tables</para>
  192. <indexterm zone="ch-system-iproute2 routef">
  193. <primary sortas="b-routef">routef</primary>
  194. </indexterm>
  195. </listitem>
  196. </varlistentry>
  197. <varlistentry id="routel">
  198. <term><command>routel</command></term>
  199. <listitem>
  200. <para>A component of <command>ip route</command>. This is for listing
  201. the routing tables</para>
  202. <indexterm zone="ch-system-iproute2 routel">
  203. <primary sortas="b-routel">routel</primary>
  204. </indexterm>
  205. </listitem>
  206. </varlistentry>
  207. <varlistentry id="rtacct">
  208. <term><command>rtacct</command></term>
  209. <listitem>
  210. <para>Displays the contents of
  211. <filename>/proc/net/rt_acct</filename></para>
  212. <indexterm zone="ch-system-iproute2 rtacct">
  213. <primary sortas="b-rtacct">rtacct</primary>
  214. </indexterm>
  215. </listitem>
  216. </varlistentry>
  217. <varlistentry id="rtmon">
  218. <term><command>rtmon</command></term>
  219. <listitem>
  220. <para>Route monitoring utility</para>
  221. <indexterm zone="ch-system-iproute2 rtmon">
  222. <primary sortas="b-rtmon">rtmon</primary>
  223. </indexterm>
  224. </listitem>
  225. </varlistentry>
  226. <varlistentry id="rtpr">
  227. <term><command>rtpr</command></term>
  228. <listitem>
  229. <para>Converts the output of <command>ip -o</command> back into a
  230. readable form</para>
  231. <indexterm zone="ch-system-iproute2 rtpr">
  232. <primary sortas="b-rtpr">rtpr</primary>
  233. </indexterm>
  234. </listitem>
  235. </varlistentry>
  236. <varlistentry id="rtstat">
  237. <term><command>rtstat</command></term>
  238. <listitem>
  239. <para>Route status utility</para>
  240. <indexterm zone="ch-system-iproute2 rtstat">
  241. <primary sortas="b-rtstat">rtstat</primary>
  242. </indexterm>
  243. </listitem>
  244. </varlistentry>
  245. <varlistentry id="ss">
  246. <term><command>ss</command></term>
  247. <listitem>
  248. <para>Similar to the <command>netstat</command> command; shows active
  249. connections</para>
  250. <indexterm zone="ch-system-iproute2 ss">
  251. <primary sortas="b-ss">ss</primary>
  252. </indexterm>
  253. </listitem>
  254. </varlistentry>
  255. <varlistentry id="tc">
  256. <term><command>tc</command></term>
  257. <listitem>
  258. <para>Traffic Controlling Executable; this is for Quality Of Service
  259. (QOS) and Class Of Service (COS) implementations</para>
  260. <para><command>tc qdisc</command> allows users to setup the queueing
  261. discipline</para>
  262. <para><command>tc class</command> allows users to setup classes based
  263. on the queuing discipline scheduling</para>
  264. <para><command>tc estimator</command> allows users to estimate the
  265. network flow into a network</para>
  266. <para><command>tc filter</command> allows users to setup the QOS/COS
  267. packet filtering</para>
  268. <para><command>tc policy</command> allows users to setup the QOS/COS
  269. policies</para>
  270. <indexterm zone="ch-system-iproute2 ss">
  271. <primary sortas="b-tc">tc</primary>
  272. </indexterm>
  273. </listitem>
  274. </varlistentry>
  275. </variablelist>
  276. </sect2>
  277. </sect1>