OLIMEX / ESP32-POE

ESP32 IoT development board with 100Mb Ethernet and 802.3 Power Over Ethernet (POE)
Apache License 2.0
292 stars 110 forks source link

Private DNS Zone #40

Closed podexperfectussum closed 1 year ago

podexperfectussum commented 1 year ago

Hello,

I am testing the ESP32-POE-ISO using the suggested ethernet example. As long as the "host" I send to testClient is a public FQDN (ends in .com, .org, or .net), it works. If I use an internal lan FQDN (.local, .lan), it does not. Is this expected behavior?

DanKoloff commented 1 year ago

As you can see from the instructions, we just point people on how to install official ESP32 support for Arduino and use default Ethernet example. Consider asking the ESP32 Arduino community about that, maybe it is something well known. Also quick google returns:

https://forum.arduino.cc/t/arduino-local-doesnt-work/184371/19

https://forum.arduino.cc/t/not-able-to-connect-arduino-to-localhost/664556/2

podexperfectussum commented 1 year ago

Thanks, I'll find somewhere to ask questions.

I saw those yesterday when I was using other search engines for a couple of hours. Neither of those is applicable here though, they're trying to find their Arduino on the network from other things where as I'm trying to find things on the network from the esp32-poe-iso running Arduino. So, the opposite.