home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / net-tools / README < prev    next >
Encoding:
Text File  |  2006-10-16  |  2.1 KB  |  65 lines

  1.                                 README
  2.  
  3.                 Information about the net-tools package
  4.  
  5. NET-TOOLS    A collection of programs that form the base set of the
  6.         NET-3 networking distribution for the Linux operating
  7.         system.
  8.  
  9. This package includes the important tools for controlling the network
  10. subsystem of the Linux kernel.  This includes arp, hostname, ifconfig,
  11. netstat, rarp and route.  Additionally, this package contains
  12. utilities relating to particular network hardware types (plipconfig,
  13. slattach, mii-tool) and advanced aspects of IP configuration (iptunnel,
  14. ipmaddr).
  15.  
  16. Please include the output of "program --version" when reporting bugs.
  17.  
  18.  
  19. Contents:
  20.   
  21.    README        This file.
  22.  
  23.    README.ipv6        Notes for people hacking IPv6.
  24.  
  25.    INSTALLING        Installation instructions.
  26.  
  27.    TODO            Some things that need to be done.
  28.  
  29.  
  30.                           Notes
  31.                           -----
  32.  
  33. This is net-tools 1.60.
  34.  
  35. You need kernel 2.0 or later to use these programs.  These programs
  36. should compile cleanly with both glibc (version 2.0 or 2.1) and libc5,
  37. though support for libc5 is not well tested.
  38.  
  39. The NLS support was changed from catgets to GNU gettext by Arnaldo
  40. Carvalho de Melo <acme@conectiva.com.br> in June, 1998, to make the
  41. source more readable. Translations to brazilian portuguese (pt_BR),
  42. German (de), Estonian (ee), Czech (cz) and French (fr) are available.
  43. Others are welcome!
  44.  
  45. route/netstat -r do not yet support different address families
  46. cleanly.  IPX/DDP/AX25 people, please feel free to add the code.
  47.  
  48. ifconfig now supports changing media types for interfaces.  This requires
  49. a version 2.2 kernel, and many devices do not support it yet.
  50.  
  51. The tools now support the layout of the 2.2 kernel /proc files (Bernd
  52. Eckenfels).
  53.  
  54. Some configuration options require kernel version 2.2 and/or
  55. particular versions of the C library.  The defaults should be safe for
  56. all common environments but some of the more esoteric hardware and
  57. protocol families may be more touchy.  Feel free to send patches if
  58. you have problems.
  59.  
  60. Phil Blundell
  61. philb@gnu.org
  62.  
  63. Bernd Eckenfels
  64. net-tools@lina.inka.de
  65.