Inetutils-1.4.2

Introduction to Inetutils

The Inetutils package contains network clients and servers. Inetutils installation in LFS lacks installation of the various servers that are included in the package. The instructions in BLFS removes this deficiency.

Package information

Inetutils dependencies

Installation of Inetutils

Install Inetutils by running the following commands:

./configure --prefix=/usr --disable-syslogd \
	--libexecdir=/usr/sbin --infodir=/usr/share/info \
    --sysconfdir=/etc --localstatedir=/var \
	--mandir=/usr/share/man --with-wrap &&
make &&
make install &&
mv /usr/bin/ping /bin

Command explanations

--disable-syslogd: This switch prevents Inetutils installing a System Log Daemon, which is installed in the LFS Book.

--with-wrap: This switch makes Inetutils compile against tcp-wrappers. Omit this option if you didn't install tcp-wrappers.

--disable-whois: This switch will prevent Inetutils installing a WhoIs client, since the included whois client is out of date. Add this option if you plan on installing Whois-4.6.7.

--with-pam: This switch makes Inetutils compile against for Linux-PAM . Add this option if you want to utilize PAM.

--disable-servers: Some of the servers included with Inetutils are insecure in nature and in some cases better alternative exist. You can choose this switch and enable only the servers you want to avoid installing unneeded servers.

Contents

The Inetutils package contains network clients and servers.

Description

ftp

ftp is a ARPANET file transfer client.

logger

logger make entries in the system log.

ping

ping sends ICMP ECHO_REQUEST packets to network hosts.

rcp

rcp is a remote file copy client.

rlogin

rlogin is a remote login client.

rsh

rsh is a remote shell client.

syslogd

syslogd logs systems messages.

talk

talk allows communication between users.

telnet

telnet is a user interface to the TELNET protocol.

tftp

tftp is a trivial file transfer program.

whois

whois is a client for the whois directory service.

ftpd

ftpd is a DARPA Internet File Transfer Protocol server.

inetd

inetd is a Internet super-server.

rexecd

rexcd is a remote execution server.

rlogind

rlogind is a remote login server.

rshd

rshd is a remote shell server.

talkd

talkd is a remote user communication server.

telnetd

telnetd is a DARPA TELNET protocol server.

tftpd

tftpd is a Internet Trivial File Transfer Protocol server.

uucpd

No description available.