The Solaris 2.x man page for inetd
describes a -t flag that causes inetd to call
syslog (with a facility of LOG_DAEMON and a level
of LOG_NOTICE) to log the client's IP address and port for
any TCP service that inetd handles. How does
inetd obtain this information?
This man page also says that inetd
cannot do this for a UDP service. Why?
Is there a way around this limitation for UDP
services?
|