1832592 Members
2739 Online
110043 Solutions
New Discussion

inetd deamon

 
Avadhoot_4
Occasional Contributor

inetd deamon

can anybody tell me inetd -l option is used for ?

Thanks
AD
3 REPLIES 3
Chris Wilshaw
Honored Contributor

Re: inetd deamon

inetd -l sets up connection logging.

from the man page:

When connection logging is enabled, the Internet daemon logs
attempted connections to services. It also logs connection
attempts which fail the security check
Jeff Schussele
Honored Contributor

Re: inetd deamon

Hi Avadhoot,

Using -l on the inetd daemon startup enacts enhanced connection logging into the /var/adm/syslog/syslog.log file.
Basically shows where all successful as well as unsuccessful connection attempts are coming from.
Note: if inetd is already running using inetd -l will send a SIGQUIT signal to it & restart it with the logging enabled.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Brian M Rawlings
Honored Contributor

Re: inetd deamon

All true, but one word of advice on this: depending on network traffic, the syslog.log file can grow dramatically larger with this option enabled, and needs to be monitored more closely to make sure the /var filesystem does not fill clear up.

Not a big deal, really, just keep an eye on it for a day or two, and you can extrapolate its growth in your environment, and decide if and when you'll need to take steps.

Regards, --bmr
We must indeed all hang together, or, most assuredly, we shall all hang separately. (Benjamin Franklin)