Closed DDoS closed 7 months ago
Hello @DDoS 👋
Good catch! If will check it and make a fix asap
Hello @DDoS 👋
I'm able to connect to .local address out of the box (mba3arnaud.local) :
Could you send me your fail logs of WebSSH? I would like to see it it's related to IPv6 please
IPv6 over IPv4 could be changed inside settings :
<EngineLog>
<Connect_Ssh>
<EngineVersion>9.5.0.97</EngineVersion>
<EngineStatus>2</EngineStatus>
<connectInner>
<hostname>fe80::895b:1388:8d37:61df%en0</hostname>
<port>22</port>
<sshConnect>
<connectSocket_v2>
<connect_domain>
<ckDnsResolveDomainIPv6_n>
<namservers>
<ip>1.0.0.1</ip>
<ip>1.1.1.1</ip>
</namservers>
<error>No valid DNS answer...</error>
</ckDnsResolveDomainIPv6_n>
<ckDnsResolveDomainIPv4_n>
<dnsHostsFileLookup>
<domainName>fe80::895b:1388:8d37:61df%en0</domainName>
</dnsHostsFileLookup>
<namservers>
<ip>1.0.0.1</ip>
<ip>1.1.1.1</ip>
</namservers>
<error>No valid DNS answer..</error>
</ckDnsResolveDomainIPv4_n>
</connect_domain>
</connectSocket_v2>
<error>Failed to establish initial TCP/IP connection</error>
<hostname>fe80::895b:1388:8d37:61df%en0</hostname>
<port>22</port>
</sshConnect>
</connectInner>
<error>Failed.</error>
</Connect_Ssh>
</EngineLog>
I'll try changing the setting, I'll post and update
Changing to IPv4 first fixed it.
Thanks for your feedback @DDoS 🙏
Bug description
I'm trying to connect to a device on my local network using a ".local" address. I can ping it (from the app), but connections fail on DNS resolution. Is this unsupported?
Steps to reproduce