nettools-desc.xml 1.5 KB

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