0.9.38 Can't connect to interface

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Message
Author
nsumner
504 Command not implemented
Posts: 6
Joined: 2011-06-05 19:38

0.9.38 Can't connect to interface

#1 Post by nsumner » 2011-06-05 19:50

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!

User avatar
boco
Contributor
Posts: 26910
Joined: 2006-05-01 03:28
Location: Germany

Re: 0.9.38 Can't connect to interface

#2 Post by boco » 2011-06-05 20:21

Check if the server service is even running.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

User avatar
botg
Site Admin
Posts: 35507
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: 0.9.38 Can't connect to interface

#3 Post by botg » 2011-06-05 21:04

stood upside down
Picture or it didn't happen :)

Might also be some firewall blocking the changed executables.

horndog
550 Permission denied
Posts: 27
Joined: 2010-06-13 21:27
First name: Stuart
Last name: Kay

Re: 0.9.38 Can't connect to interface

#4 Post by horndog » 2011-06-06 02:24

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.

nsumner
504 Command not implemented
Posts: 6
Joined: 2011-06-05 19:38

Re: 0.9.38 Can't connect to interface

#5 Post by nsumner » 2011-06-06 02:41

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:-)

User avatar
botg
Site Admin
Posts: 35507
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: 0.9.38 Can't connect to interface

#6 Post by botg » 2011-06-06 06:08

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.

ranza
500 Command not understood
Posts: 2
Joined: 2011-06-06 06:30
First name: ranza
Last name: ranza

Re: 0.9.38 Can't connect to interface

#7 Post by ranza » 2011-06-06 06:35

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.

horndog
550 Permission denied
Posts: 27
Joined: 2010-06-13 21:27
First name: Stuart
Last name: Kay

Re: 0.9.38 Can't connect to interface

#8 Post by horndog » 2011-06-06 07:25

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.

reuni
504 Command not implemented
Posts: 6
Joined: 2011-06-06 11:26
First name: Noa
Last name: Stein

Re: 0.9.38 Can't connect to interface

#9 Post by reuni » 2011-06-06 11:30

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.

dadaniel
500 Command not understood
Posts: 1
Joined: 2011-06-06 12:22

Re: 0.9.38 Can't connect to interface

#10 Post by dadaniel » 2011-06-06 12:24

Same for me. :(

markvt
500 Command not understood
Posts: 2
Joined: 2011-06-06 12:30
First name: Mark
Last name: VT

Re: 0.9.38 Can't connect to interface

#11 Post by markvt » 2011-06-06 12:32

Confirmed here, it happens when you only have ipv4 protocol installed, on similar server with ipv4+ipv6 protocol installed no issue.

MadMaverick9
500 Command not understood
Posts: 3
Joined: 2011-06-06 13:40

Re: 0.9.38 Can't connect to interface

#12 Post by MadMaverick9 » 2011-06-06 13:49

Add the following line to "FileZilla Server.xml" to fix the problem:

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

MadMaverick9
500 Command not understood
Posts: 3
Joined: 2011-06-06 13:40

Re: 0.9.38 Can't connect to interface

#13 Post by MadMaverick9 » 2011-06-06 13:58

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

reuni
504 Command not implemented
Posts: 6
Joined: 2011-06-06 11:26
First name: Noa
Last name: Stein

Re: 0.9.38 Can't connect to interface

#14 Post by reuni » 2011-06-06 16:32

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 ;)

eyebex
226 Transfer OK
Posts: 171
Joined: 2004-04-02 15:24

Re: 0.9.38 Can't connect to interface

#15 Post by eyebex » 2011-06-06 17:13

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.

Post Reply