esp32 wired Ethernet and mDNS
Posted: Tue Nov 06, 2018 10:41 am
Hi All
I am trying to get mDNS working with the esp32 on the wired Ethernet connection.
I have done a small program to test based on a wired Ethernet example and the example mDNS code. I have done it so that I can choose (at build time) either wifi or Ethernet. The mDNS works fine with Wifi connection and I can see the devices on my local network. But wired I get no results.
Looking with Wireshark I can see that with the wired connection, the ESP32 is sending out the correct mDNS packets but the it does not respond to any replies. It does not respond to a search with Bonjour browser either. Both of these work fine with the WiFi connection.
It is the latest ESP-IDF downloaded from git-hub and I have tested with both DHCP enabled and with a static IP address.
Any one come across this before?
Thanks
Mark
I am trying to get mDNS working with the esp32 on the wired Ethernet connection.
I have done a small program to test based on a wired Ethernet example and the example mDNS code. I have done it so that I can choose (at build time) either wifi or Ethernet. The mDNS works fine with Wifi connection and I can see the devices on my local network. But wired I get no results.
Looking with Wireshark I can see that with the wired connection, the ESP32 is sending out the correct mDNS packets but the it does not respond to any replies. It does not respond to a search with Bonjour browser either. Both of these work fine with the WiFi connection.
It is the latest ESP-IDF downloaded from git-hub and I have tested with both DHCP enabled and with a static IP address.
Any one come across this before?
Thanks
Mark