Page 1 of 2

0.9.38 Can't connect to interface

Posted: 2011-06-05 19:50
by nsumner
It says connected waiting for authorization and doesn't seem to move at all from there. I waited 15 minutes with no change.

I have uninstalled, reinstalled, stood upside down etc.

Seems I also can't FTP into the server!

Re: 0.9.38 Can't connect to interface

Posted: 2011-06-05 20:21
by boco
Check if the server service is even running.

Re: 0.9.38 Can't connect to interface

Posted: 2011-06-05 21:04
by botg
stood upside down
Picture or it didn't happen :)

Might also be some firewall blocking the changed executables.

Re: 0.9.38 Can't connect to interface

Posted: 2011-06-06 02:24
by horndog
I had the same problem.
Failed to create listen socket for admin interface on port 14147 for IPv6, the IPv6 admin interface has been disabled.
FileZilla Server version 0.9.38 beta started
Initializing Server.
Creating listen socket on port 21...
Failed to create listen socket on port 21 for IPv6
It appears FileZilla Server version 0.9.38 beta is unable to detect IPv4, or IPv6 only.

Re: 0.9.38 Can't connect to interface

Posted: 2011-06-06 02:41
by nsumner
The service was indeed running. Another minor bug is that it was unable to shut down and I needed to reboot to close the service (and set the service to start manually). Uninstalling in fact left the service still running after the next boot wiht only the server and xml files still in place.

I would post a picture but alas I was unable to take a picture of myself:-)

Re: 0.9.38 Can't connect to interface

Posted: 2011-06-06 06:08
by botg
horndog wrote:Creating listen socket on port 21...
Failed to create listen socket on port 21 for IPv6
It appears FileZilla Server version 0.9.38 beta is unable to detect IPv4, or IPv6 only.
It actually always tries both IPv4 as well as IPv6. It only prints an error message on those protocols it could not create the sockets for.

Re: 0.9.38 Can't connect to interface

Posted: 2011-06-06 06:35
by ranza
I upgraded to 0.9.38 too.
I'm using a Windows Server 2003 machine.
FileZilla Server, after installing 0.9.38, always shows "Connected, waiting for authentication" and never goes up.
Analyzing the logs, it seems to always try to connect with IPv6 (not IPv4).

I stopped the FileZilla Server 0.9.38 service and reinstalled 0.9.37 that works perfectly as the previous versions.

Re: 0.9.38 Can't connect to interface

Posted: 2011-06-06 07:25
by horndog
ranza wrote:I upgraded to 0.9.38 too.
I'm using a Windows Server 2003 machine.
FileZilla Server, after installing 0.9.38, always shows "Connected, waiting for authentication" and never goes up.
Analyzing the logs, it seems to always try to connect with IPv6 (not IPv4).

I stopped the FileZilla Server 0.9.38 service and reinstalled 0.9.37 that works perfectly as the previous versions.
Same for me.

Re: 0.9.38 Can't connect to interface

Posted: 2011-06-06 11:30
by reuni
i have same problem. after installed version 0.9.38 , can not more connect to my server. my client sad timeout.
new .exe is in firewall added but no way.
i have again installed version 0.9.37 and it work fine.

Re: 0.9.38 Can't connect to interface

Posted: 2011-06-06 12:24
by dadaniel
Same for me. :(

Re: 0.9.38 Can't connect to interface

Posted: 2011-06-06 12:32
by markvt
Confirmed here, it happens when you only have ipv4 protocol installed, on similar server with ipv4+ipv6 protocol installed no issue.

Re: 0.9.38 Can't connect to interface

Posted: 2011-06-06 13:49
by MadMaverick9
Add the following line to "FileZilla Server.xml" to fix the problem:

<Item name="Disable IPv6" type="numeric">1</Item>

Re: 0.9.38 Can't connect to interface

Posted: 2011-06-06 13:58
by MadMaverick9

Code: Select all

--- Program.Files/FileZilla-Server/FileZilla Server.xml	2011-03-16 05:41:30.000000000 +0700
+++ Program.Files/FileZilla-Server/FileZilla Server.xml	2011-06-06 19:55:34.000000000 +0700
@@ -61,6 +61,7 @@
         <Item name="Service name" type="string" />
         <Item name="Service display name" type="string" />
         <Item name="Enable HASH" type="numeric">0</Item>
+        <Item name="Disable IPv6" type="numeric">1</Item>
         <SpeedLimits>
             <Download />
             <Upload />

Re: 0.9.38 Can't connect to interface

Posted: 2011-06-06 16:32
by reuni
MadMaverick9 wrote:Add the following line to "FileZilla Server.xml" to fix the problem:

<Item name="Disable IPv6" type="numeric">1</Item>
or waiting of v0.9.39 ;)

Re: 0.9.38 Can't connect to interface

Posted: 2011-06-06 17:13
by eyebex
MadMaverick9 wrote:Add the following line to "FileZilla Server.xml" to fix the problem:

<Item name="Disable IPv6" type="numeric">1</Item>
Even with that work-around, clients cannot connect anymore. The log says:

> Could not get peer name
> 421 Refusing connection. Could not get peer name.
> disconnected.

It seems the IP lookup in the PASV mode settings is broken. I'm running on Windows XP without IPv6 support.