[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xinetd
Subject:    Re: xinetd : redirect on ftp service
From:       Steve G <linux_4ever () yahoo ! com>
Date:       2002-07-31 11:09:23
[Download RAW message or body]

Hello,

I see a couple things that you may need to address.
First, most vendors compile xinetd with libwrap
support on. tnat means it may be getting called twice,
once internally and once by the call to tcpd. You may
want to add NOLIBWRAP to the flags to see if that
helps.

I was able to get redirection to work using this:

service ftp
{
        socket_type             = stream
	protocol		= tcp
        wait                    = no
        user                    = root
        server      		= /usr/sbin/in.proftpd
        redirect                = x.x.x.y 21
}

On the machine that had the ftp daemon, the
configuration was a little fuller. The above was using
libwrap compiled in.

-Steve Grubb

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic