1 |
745 |
simons |
README
|
2 |
|
|
|
3 |
|
|
Information about the net-tools package
|
4 |
|
|
NET-TOOLS A collection of programs that form the base set of the
|
5 |
|
|
NET-3 networking distribution for the Linux operating
|
6 |
|
|
system.
|
7 |
|
|
|
8 |
|
|
This package includes the important tools for controlling the network
|
9 |
|
|
subsystem of the Linux kernel. This includes arp, hostname, ifconfig,
|
10 |
|
|
netstat, rarp and route. Additionally, this package contains
|
11 |
|
|
utilities relating to particular network hardware types (plipconfig,
|
12 |
|
|
slattach) and advanced aspects of IP configuration (iptunnel,
|
13 |
|
|
ipmaddr).
|
14 |
|
|
|
15 |
|
|
Please include the output of "program --version" when reporting bugs.
|
16 |
|
|
|
17 |
|
|
|
18 |
|
|
Contents:
|
19 |
|
|
|
20 |
|
|
README This file.
|
21 |
|
|
|
22 |
|
|
README.ipv6 Notes for people hacking IPv6.
|
23 |
|
|
|
24 |
|
|
INSTALLING Installation instructions.
|
25 |
|
|
|
26 |
|
|
COPYING Your free copy of the GNU Public License.
|
27 |
|
|
|
28 |
|
|
TODO Some things that need to be done.
|
29 |
|
|
|
30 |
|
|
|
31 |
|
|
Notes
|
32 |
|
|
-----
|
33 |
|
|
|
34 |
|
|
This is net-tools 1.52. Notable changes since 1.51 include:
|
35 |
|
|
|
36 |
|
|
- Jean-Michel Vansteene updated the French translation.
|
37 |
|
|
- Dag Brattli contributed support for IrDA
|
38 |
|
|
- some bugs have been fixed
|
39 |
|
|
|
40 |
|
|
Notable changes since 1.50 include:
|
41 |
|
|
|
42 |
|
|
- Tuan Hoang added support to netstat for printing multicast group
|
43 |
|
|
information (option --groups)
|
44 |
|
|
- Jan Kratochvil added support to netstat for displaying details of
|
45 |
|
|
the process owning a socket (option --programs)
|
46 |
|
|
- Steve Whitehouse contributed support for DECnet
|
47 |
|
|
- some bugs and compilation problems have been fixed
|
48 |
|
|
- Ralf Bächle provided a translation to German
|
49 |
|
|
|
50 |
|
|
You need kernel 2.0 or later to use these programs. These programs
|
51 |
|
|
should compile cleanly with both glibc (version 2.0 or 2.1) and libc5,
|
52 |
|
|
though support for libc5 is not well tested.
|
53 |
|
|
|
54 |
|
|
The NLS support was changed from catgets to GNU gettext by Arnaldo
|
55 |
|
|
Carvalho de Melo in June, 1998, to make the
|
56 |
|
|
source more readable. Translations to brazilian portuguese (pt_BR),
|
57 |
|
|
German (de) and French (fr) are available and others are welcome!
|
58 |
|
|
|
59 |
|
|
route/netstat -r do not yet support different address families
|
60 |
|
|
cleanly. IPX/DDP/AX25 people, please feel free to add the code.
|
61 |
|
|
|
62 |
|
|
ifconfig now supports changing media types for interfaces. This requires
|
63 |
|
|
a version 2.2 kernel, and many devices do not support it yet.
|
64 |
|
|
|
65 |
|
|
The tools now support the layout of the 2.2 kernel /proc files (Bernd
|
66 |
|
|
Eckenfels).
|
67 |
|
|
|
68 |
|
|
Some configuration options require kernel version 2.2 and/or
|
69 |
|
|
particular versions of the C library. The defaults should be safe for
|
70 |
|
|
all common environments but some of the more esoteric hardware and
|
71 |
|
|
protocol families may be more touchy. Feel free to send patches if
|
72 |
|
|
you have problems.
|
73 |
|
|
|
74 |
|
|
Phil Blundell
|
75 |
|
|
philb@gnu.org
|
76 |
|
|
|
77 |
|
|
Bernd Eckenfels
|
78 |
|
|
net-tools@lina.inka.de
|