Mac Client Timeout: URL Resolving Not Working Properly

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

Moderator: Project members

Post Reply
Message
Author
twantzen
504 Command not implemented
Posts: 6
Joined: 2020-04-23 06:35
First name: Tobias

Mac Client Timeout: URL Resolving Not Working Properly

#1 Post by twantzen » 2020-04-23 06:47

Hello,

I’m working on two Macs (1st: OS X 10.12.6; 2nd: 10.13.6), but encounter problems with multiple FTP logins on the 1st one.

Most FTP-URLs do not resolve and I get the following errors in the log:

Code: Select all

08:41:40 Status:      	Verbinde mit xyz.de:23...
08:41:40 Antwort:    	fzSftp started, protocol_version=8
08:41:40 Befehl:      	open "USER@xyz.de" 23
08:42:40 Fehler:      	Zeitüberschreitung der Verbindung nach 60 Sekunden Inaktivität
08:42:40 Fehler:      	Herstellen der Verbindung zum Server fehlgeschlagen
Miraculously on CyberDuck the same connection on the same machine works perfectly. And on my second Mac even FileZilla works perfectly with the exakt same preferences and login parameters.

And if I change the FTP-URL to the corresponding IP adress, then everything works fine.

It seems, that I’m not alone with this problem (sorry – it’s German): https://youtu.be/edcf22QkDzU

Are there any ideas, what could cause this resolving issue?

Thanks in advance,
Tobias

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

Re: Mac Client Timeout: URL Resolving Not Working Properly

#2 Post by botg » 2020-04-23 13:43

Port 23 is for Telnet. FileZilla does not speak Telnet.

twantzen
504 Command not implemented
Posts: 6
Joined: 2020-04-23 06:35
First name: Tobias

Re: Mac Client Timeout: URL Resolving Not Working Properly

#3 Post by twantzen » 2020-04-23 14:17

Thank you for your feedback, but Port 23 is the specification from the hosting provider. I also tried Port 21 without success, so there must be another reason, why URL resolving sometimes fails on Mac OS X.

Thanks,
Tobias

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

Re: Mac Client Timeout: URL Resolving Not Working Properly

#4 Post by botg » 2020-04-28 08:37

The log does not show any indication of a URL resolving failure.

There simply does not appear to be a working SFTP server at xyz.de:23

twantzen
504 Command not implemented
Posts: 6
Joined: 2020-04-23 06:35
First name: Tobias

Re: Mac Client Timeout: URL Resolving Not Working Properly

#5 Post by twantzen » 2020-04-28 08:41

But if I use CyberDuck with the exact same configuration, it works perfectly.
Or if I use FileZilla with the IP adress instead of the named server, it works perfectly.

So there must be another reason, why this happens.

Tobias

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

Re: Mac Client Timeout: URL Resolving Not Working Properly

#6 Post by botg » 2020-04-28 09:36

Does your system have a faulty IPv6 configuration? Some less advanced software products may not yet support IPv6.

twantzen
504 Command not implemented
Posts: 6
Joined: 2020-04-23 06:35
First name: Tobias

Re: Mac Client Timeout: URL Resolving Not Working Properly

#7 Post by twantzen » 2020-04-28 09:59

Does your system have a faulty IPv6 configuration? Some less advanced software products may not yet support IPv6
Thanks for your suggestion! I disabled v6 in terminal

Code: Select all

networksetup -setv6off Ethernet && networksetup -setv6off Wi-Fi
and now all server names are resolved correctly!

After turning it on again with

Code: Select all

networksetup -setv6automatic Wi-Fi && networksetup -setv6automatic Ethernet
I get the same error as before.

So you’re right – it must have something to do with the IPv6. Is there a config table or something else, which needs fixing? My other Mac runs perfectly with automatic IPv6 config. Do you have any idea, which is worth trying?

Thanks a lot!
Tobias

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

Re: Mac Client Timeout: URL Resolving Not Working Properly

#8 Post by botg » 2020-04-28 12:16

They were resolved correctly beforehand as well. This has nothing to do with resolving.

twantzen
504 Command not implemented
Posts: 6
Joined: 2020-04-23 06:35
First name: Tobias

Re: Mac Client Timeout: URL Resolving Not Working Properly

#9 Post by twantzen » 2020-04-28 12:32

They were resolved correctly beforehand as well. This has nothing to do with resolving.
Okay, so I don’t understand, why. Would you mind, explaining the issue to me, what causes the error, if IPv6 is on?

Thanks,
Tobias

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

Re: Mac Client Timeout: URL Resolving Not Working Properly

#10 Post by botg » 2020-04-28 15:03

The hostname resolves properly into an IP address. Which family of address depends on your networking setup. If your networking setup is wrong, your system resolves addresses, valid and correct addresses, it cannot use.

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

Re: Mac Client Timeout: URL Resolving Not Working Properly

#11 Post by boco » 2020-04-28 16:47

It is not the resolving that's the issue. The IPv6 is resolved correctly, but it is blocked, somehow. Not working path MTU discovery, or a ghost route are possible causes.
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

twantzen
504 Command not implemented
Posts: 6
Joined: 2020-04-23 06:35
First name: Tobias

Re: Mac Client Timeout: URL Resolving Not Working Properly

#12 Post by twantzen » 2020-04-30 05:40

This gets too technical for me. I’m living with either IPv6 off or IP adresses instead of named servers in FileZilla.

Thank you very much for your efforts!
Tobias

Post Reply