Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Stu
#49910 Interesting point about that name resolution already done. OTA over the Arduino IDE works perfectly (always -- really an amazing thing; _arduino._tcp).

Telnet works fine when connecting straight to the IP, just not when using the domain name..

If in your code you employ both OTA and mDNS, then I'd gladly have a look at it :D
User avatar
By martinayotte
#49917
Stu wrote:Telnet works fine when connecting straight to the IP, just not when using the domain name..

I don't see why ...

Which OS are you using ?
Which Term application are you using ? (maybe yours is simply not mDNS aware)

For me, on Linux, I'm simply doing a "telnet myespap-0b612d.local 23"
User avatar
By Stu
#49924 Found the problem. Besides setting the hostname at MDNS.begin(), setting the hostname in the WiFi object is also required; using WiFi.hostname(). ...wonders what happens if they are set differently...

:roll: :idea: :D

Thanks for chipping in anyway!