Has anyone out there configured a v6 FTPd on Mandrake (or redhat even)?

I can get the process running through xinetd with these options when using
proftpd:

[EMAIL PROTECTED] etc]# cat xinetd.d/proftpd-xinetd
# default: off
# description: proftpd server, xinetd version. \
# Don't run the standalone version if you run \
# this!
service ftp
{
        FLAGS                   = IPV6
        disable = no
        socket_type             = stream
        wait                    = no
        user                    = root
        server                  = /usr/sbin/proftpd
        log_on_success          += DURATION USERID
        log_on_failure          += USERID
        nice                    = 10

[EMAIL PROTECTED] etc]# netstat -lan -A inet6
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State
tcp        0      0 :::80                   :::*                    LISTEN
tcp        0      0 :::21                   :::*                    LISTEN
tcp        0      0 :::22                   :::*                    LISTEN
tcp        0      0 :::443                  :::*                    LISTEN

But every time I try to connect to ::1 with a working v6 ftp client, it
closes the socket immediately.

[EMAIL PROTECTED] etc]# ftp6 ::1
Connected to localhost.
421 Service not available, remote server has closed connection.
ftp>

So, I can run the FTPd on a different port, which seems to work with IPv4,
but still not IPv6.

Has anyone got a step by step process for installing, configuring and
running an ftpd on Mandrake?

Should I ask this on the proftpd site? I figured I'd ask here because
someone has probably done it already. My proftpd config file is defaulted.

Thanks.

Bryan
---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]

Reply via email to