[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xinetd/tcp wrappers problem



Hello,

I run xinetd and I found that compiled-in tcp wrappers don't work...

hosts.allow: 

identd : ALL : severity daemon.info : allow
proftpd : ALL : severity daemon.info : allow

ALL : ALL : severity daemon.notice : deny


/etc/xinetd.conf:

service ident
{
        socket_type     = stream
        protocol        = tcp
        flags           = REUSE
        wait            = no
        user            = identd
        group           = root
        log_on_success  -= USERID
        log_on_failure  -= USERID
        server          = /usr/sbin/identd
        server_args     = -i
}

logs:

Sep 18 16:53:38 fantomas xinetd[257]: FAIL: ident libwrap from=195.168.1.22


... Whenever I comment out the last line in hosts.allow, I can get in with
identd and ftpd; but when I have it this way, it rejects the connection.
Logs don't tell anything more :((

-- 
 Matus "fantomas" Uhlar, sysadmin at NEXTRA, Slovakia; IRCNET admin of *.sk
 uhlar@fantomas.sk ; http://www.fantomas.sk/ ; http://www.nextra.sk/
 I drive way too fast to worry about cholesterol. 



Reply to: