Skip to main content
IBM  
Shop Support Downloads
IBM Home Products Consulting Industries News About IBM
IBM developerWorks : Linux : Education - Tutorials
LPI certification 102 exam prep, Part 3
ZIPPDF (letter)PDF (A4)e-mail
Main menuSection menuFeedbackPreviousNext
3. Internet services
  


Introducing TCP wrappers page 7 of 12


The tcp_wrappers package provides a tiny daemon called tcpd that is called by inetd instead of by the actual service daemon. The tcpd program logs the source address of each incoming connection, and can also filter them to allow connections only from trusted systems.

To use tcpd, you can insert it into your inetd as follows:


ftp     stream  tcp     nowait  root    /usr/sbin/tcpd  in.ftpd -l -a
telnet  stream  tcp     nowait  root    /usr/sbin/tcpd  in.telnetd

Main menuSection menuFeedbackPreviousNext
Privacy Legal Contact