Why Do You Need This File?
If you've been around UNIX or Linux for a
while, you probably know all about the daemon inetd, the inetd.conf
file and its companion, the
services
file. Working together they manage
incoming requests for a wide variety of services. Instead of running
countless server daemons in the background, inetd spawns processes on demand
as they are needed which saves the system from the overload of constant
polling. It is a very efficient way of managing requests on a server.
When you are running the AX25 Utilities, it is often very convenient to
be able to telnet to the LinuxNode locally and login as a user. Usually
the LinuxNode, or node which has been configured in the node.conf file,
has its own network-related services that you can take advantage of all in
one place, such as listing the link status, the ports, the users on the
system, and other custom "calls" that you may configure into the
node.conf
file. The "node" is the human "interface" to the Utilities.
On my desktop system, I access the node by using this command:
where the "." stands for
localhost. On the SuSE machine, I can't
get away with the dot, I have to specifiy "localhost," i.e., telnet
localhost 2001. The 2001 number is a
port that I have chosen to
access this service, the node.