iproute2.xml 11 KB

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