log(8) CLIX log(8)
NAME
log - Logs remote connection request
SYNOPSIS
/usr/ip32/tcpip/secure/log
DESCRIPTION
The log utility allows you to start the tcpd server to monitor incoming
requests for connection to any network service listed in the
/etc/inetd.conf file. When log is started, it modifies the
/etc/inetd.conf file so that when a connection request comes in, inetd
first invokes the tcpd server to check for access permissions. If access
is granted, then the requested service is invoked. If access is denied,
then the connection request is refused.
When the log utility is stopped, inetd is stopped and the modified
/etc/inetd.conf file is replaced with the original /etc/inetd.conf file.
The inetd server is then restarted.
The tcpd server reports the name of the remote host and the service being
requested, as well as whether the connection request was granted or
denied, to the /usr/adm/tcp_log file.
EXAMPLES
1. To start the log utility, as superuser key in the following:
/usr/ip32/tcpip/secure/log start
2. To stop the log utility, as superuser key in the following:
/usr/ip32/tcpip/secure/log stop
FILES
/etc/hosts.allow
Host access control file listing remote clients and the local
network services to which they are to be granted access.
/etc/hosts.deny
Host access control file listing remote clients and the local
network services to which they are to be denied access.
/etc/inetd.conf
Configuration file for inetd.
2/94 - Intergraph Corporation 1
log(8) CLIX log(8)
/usr/adm/tcp_log
TCP/IP remote connection access control log file.
DIAGNOSTICS
All diagnostic messages are logged to the file /usr/adm/tcp_log.
RELATED INFORMATION
Commands: inetd(8), tcpd(8)
Files: hosts.allow(4), inetd.conf(4), tcp_log(4)
2 Intergraph Corporation - 2/94