On Sun, Nov 21, 2004 at 08:50:01PM -0500, Allan Clark wrote: > > local: hosts remote: hosts > > 227 Entering Passive Mode (0,0,0,0,230,212) > > ftp: connect: Connection refused > > On the server, the strace looks like this: > > > [pid 16314] time(NULL) = 1101086698 > > [pid 16314] bind(8, {sa_family=AF_INET6, sin6_port=htons(15084), > > inet_pton(AF_INET6, "::1ccd:f40:10e1:ffbf", &sin6_addr), sin6_flowinfo=0, > > sin6_scope_id=1075188352}, 16) = 0
This looks like wu-ftpd is using an INET6 address for its control port, yet wu-ftpd doesn't actually have any support for IPv6 at present. Are you running wu-ftpd from inetd, listening on an IPv6 address? This would be the reason for it having an address of 0.0.0.0 for the passive port, as it attempts to open an IPv4 socket using the address data from the control port. As the IPv6 address will be invalid for the IPv4 socket, it will have fallen back to the default of 0.0.0.0. -- Chris Butler <[EMAIL PROTECTED]> GnuPG Key ID: 1024D/D097A261
signature.asc
Description: Digital signature