On Wed, 12 Nov 2003, Walsh, Bryan wrote:

> 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.

i have never tried ProFTPD. i use both oftpd (with my ipv6 patches) and
pure-ftpd, both on linux mandrake and they work pretty well.

the Current Status of IPv6 Support for Networking Applications page
contains a long list of ipv6-enabled ftp server that run on linux:

http://www.deepspace6.net/docs/ipv6_status_page_apps.html#ftp

perhaps you may wish to try pure-ftpd, ftpd-bsd, oftpd, or vsftpd.

the page reports that ProFTPD features native IPv6 support since the
1.2.9rc2 release. what version are you using? perhaps you are using an old
and not ipv6-enabled version of ProFTPD under an ipv6-capable (x)inetd
server.

BTW, why don't you use the ProFTPD daemon in standalone mode? is there any
valid reason to let it work under (x)inetd?

-- 
Aequam memento rebus in arduis servare mentem...

Mauro Tortonesi                 [EMAIL PROTECTED]
                                [EMAIL PROTECTED]
                                [EMAIL PROTECTED]
Deep Space 6 - IPv6 with Linux  http://www.deepspace6.net
Ferrara Linux User Group        http://www.ferrara.linux.it

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

Reply via email to