Re: tcpwrapper and xinetd
From: Preston W. Toliver (ptoliver@pcc.edu)Date: 08/17/01
- Previous message: Hugo van der Kooij: "Re: tcpwrapper and xinetd"
- In reply to: Seth Arnold: "Re: tcpwrapper and xinetd"
- Next in thread: Jose Nazario: "Re: tcpwrapper and xinetd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Preston W. Toliver" <ptoliver@pcc.edu> To: focus-linux@securityfocus.org Date: Thu, 16 Aug 2001 16:38:26 -0700 Subject: Re: tcpwrapper and xinetd Message-ID: <3B7BF702.31328.19A1727@localhost>
On 16 Aug 2001, at 15:54, Seth Arnold wrote:
> I do not think xinetd uses tcp_wrappers -- it has re-implemented much
> of the functionality. Take a look at xinetd.conf(5), look for only_from.
Hello!
That's not necessarily true -- xinetd CAN use tcp_wrappers (tcpd),
and how it's configured by default depends on distro and
type/method of install.
On one of my systems (Mandrake 7.2), xinetd "out of the box" has
config files for each service, and they call the tcpd binary for the
service.
For example, this is the "telnet" config file (/etc/xinetd.d/telnet):
#################################################
service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
}
#################################################
...and it most certainly DOES query hosts.allow/hosts.deny.
Hope that I do not speak out of turn...
-P.W.T.
(that service is disabled, of course ^_^ )
_________________________________________________
Preston W. Toliver
Academic Computing Services Instructional Tech. III
& CRC Manager
PCC Rock Creek
ptoliver@pcc.edu
503-614-7162
- Previous message: Hugo van der Kooij: "Re: tcpwrapper and xinetd"
- In reply to: Seth Arnold: "Re: tcpwrapper and xinetd"
- Next in thread: Jose Nazario: "Re: tcpwrapper and xinetd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|