From 36304016c2076dbf1dd08bc8cb0fe51b7e623107 Mon Sep 17 00:00:00 2001 From: Simon Perreault Date: Wed, 14 Mar 2001 19:03:46 +0000 Subject: Description of netkit-base and net-tools added. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@315 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/appendixa.xml | 2 + appendixa/netkitbase-desc.xml | 33 +++++++++++++++ appendixa/netkitbase.xml | 7 ++++ appendixa/nettools-desc.xml | 94 +++++++++++++++++++++++++++++++++++++++++++ appendixa/nettools.xml | 7 ++++ 5 files changed, 143 insertions(+) create mode 100644 appendixa/netkitbase-desc.xml create mode 100644 appendixa/netkitbase.xml create mode 100644 appendixa/nettools-desc.xml create mode 100644 appendixa/nettools.xml (limited to 'appendixa') diff --git a/appendixa/appendixa.xml b/appendixa/appendixa.xml index 258303dfa..a999ada8d 100644 --- a/appendixa/appendixa.xml +++ b/appendixa/appendixa.xml @@ -51,5 +51,7 @@ &aa-consoletools; &aa-consoledata; &aa-manpages; +&aa-ns-netkitbase; +&aa-ns-nettools; diff --git a/appendixa/netkitbase-desc.xml b/appendixa/netkitbase-desc.xml new file mode 100644 index 000000000..2d5f982f6 --- /dev/null +++ b/appendixa/netkitbase-desc.xml @@ -0,0 +1,33 @@ + +Contents + + +The Netkit-base package contains the inetd and ping programs. + + + + + +Description + + +inetd + + +inetd is the mother of all daemons. It listens for connections, and transfers +the call to the appropriate daemon. + + + + + +ping + + +ping sends ICMP ECHO_REQUEST packets to a host and determines its response time. + + + + + + diff --git a/appendixa/netkitbase.xml b/appendixa/netkitbase.xml new file mode 100644 index 000000000..6c82c6f9e --- /dev/null +++ b/appendixa/netkitbase.xml @@ -0,0 +1,7 @@ + +Netkit-base + +&aa-ns-netkitbase-desc; + + + diff --git a/appendixa/nettools-desc.xml b/appendixa/nettools-desc.xml new file mode 100644 index 000000000..c153a1e85 --- /dev/null +++ b/appendixa/nettools-desc.xml @@ -0,0 +1,94 @@ + +Contents + + +The Net-tools package contains the arp, hostname, ifconfig, netstat, plipconfig +rarp, route, and slattach programs. + + + + + +Description + + +arp + + +arp is used to manipulate the kernel's ARP cache, usually to add or delete an +entry, or to dump the ARP cache. + + + + + +hostname + + +hostname, with its symlinks domainname, dnsdomainname, nisdomainname, +ypdomainname, and nodename, is used to set or show the system's hostname (or +other, depending on the symlink used). + + + + + +ifconfig + + +The ifconfig command is the general command used to configure network +interfaces. + + + + + +netstat + + +netstat is a multi-purpose tool used to print the network connections, routing +tables, interface statistics, masquerade connections, and multicast memberships. + + + + + +plipconfig + + +plipconfig is used to fine-tune the PLIP device parameters, hopefully making it +faster. + + + + + +rarp + + +Akin to the arp program, the rarp program manipulates the system's RARP table. + + + + + +route + + +route is the general utility which is used to manipulate the IP routing table. + + + + + +slattach + + +slattach attaches a network interface to a serial line, ie. puts a normal +terminal line into one of several "network" modes. + + + + + + diff --git a/appendixa/nettools.xml b/appendixa/nettools.xml new file mode 100644 index 000000000..300885a00 --- /dev/null +++ b/appendixa/nettools.xml @@ -0,0 +1,7 @@ + +Net-tools + +&aa-ns-nettools-desc; + + + -- cgit v1.2.3-54-g00ecf