nettools-desc.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <sect2>
  2. <title>Contents</title>
  3. <para>
  4. The Net-tools package contains the arp, hostname, ifconfig, netstat, plipconfig
  5. rarp, route, and slattach programs.
  6. </para>
  7. </sect2>
  8. <sect2>
  9. <title>Description</title>
  10. <sect3>
  11. <title>arp</title>
  12. <para>
  13. arp is used to manipulate the kernel's ARP cache, usually to add or delete an
  14. entry, or to dump the ARP cache.
  15. </para>
  16. </sect3>
  17. <sect3>
  18. <title>hostname</title>
  19. <para>
  20. hostname, with its symlinks domainname, dnsdomainname, nisdomainname,
  21. ypdomainname, and nodename, is used to set or show the system's hostname (or
  22. other, depending on the symlink used).
  23. </para>
  24. </sect3>
  25. <sect3>
  26. <title>ifconfig</title>
  27. <para>
  28. The ifconfig command is the general command used to configure network
  29. interfaces.
  30. </para>
  31. </sect3>
  32. <sect3>
  33. <title>netstat</title>
  34. <para>
  35. netstat is a multi-purpose tool used to print the network connections, routing
  36. tables, interface statistics, masquerade connections, and multicast memberships.
  37. </para>
  38. </sect3>
  39. <sect3>
  40. <title>plipconfig</title>
  41. <para>
  42. plipconfig is used to fine-tune the PLIP device parameters, hopefully making it
  43. faster.
  44. </para>
  45. </sect3>
  46. <sect3>
  47. <title>rarp</title>
  48. <para>
  49. Akin to the arp program, the rarp program manipulates the system's RARP table.
  50. </para>
  51. </sect3>
  52. <sect3>
  53. <title>route</title>
  54. <para>
  55. route is the general utility which is used to manipulate the IP routing table.
  56. </para>
  57. </sect3>
  58. <sect3>
  59. <title>slattach</title>
  60. <para>
  61. slattach attaches a network interface to a serial line, i.e.. puts a normal
  62. terminal line into one of several "network" modes.
  63. </para>
  64. </sect3>
  65. </sect2>