-->
Page 1 of 2

How to use esp8266-webupdate.local

PostPosted: Mon Jan 30, 2017 1:25 am
by stealthrt
Hey all I tried out the example file called **WebUpdater**.ino

When starting the sketch i get this:

>Booting Sketch...

>HTTPUpdateServer ready! Open http://esp8266-webupdate.local/update in your browser

So i open Chrome and type in http://esp8266-webupdate.local/update and a DNS redirect to a Spectrum web site comes up instead of whats on the ESP. The URL that it goes to is:

http://www.dnsrsearch.com/index.php?ori ... ate&r=&bc=

BUT when I go ahead and put the ESP's IP in there like this:

http://192.168.0.24/update

The page comes up just fine thats on the ESP.

I installed the **BonjourPSSetup** so what else could be causing this not to work?

Re: How to use esp8266-webupdate.local

PostPosted: Mon Jan 30, 2017 10:23 am
by eduperez
Looks like the DNS configured in your PC is redirecting ".local" queries to a advertising domain; nothing wrong with the ESP here.

Re: How to use esp8266-webupdate.local

PostPosted: Mon Jan 30, 2017 10:49 am
by stealthrt
eduperez wrote:Looks like the DNS configured in your PC is redirecting ".local" queries to a advertising domain; nothing wrong with the ESP here.

happen to know how to check that and correct it?

Re: How to use esp8266-webupdate.local

PostPosted: Tue Jan 31, 2017 10:08 am
by eduperez
Ok, let's go step by step: what DNS is your computer configured to use? In a Windows computer, you can see that in the properties for the network interface.