DuetTest.Local not working but IP-Address does.
-
Thank you to everyone that has answered. I am running a Duet 2 Wifi, and cannot seem to find a way for it to set a static IP, only the ethernet has that option as i believe.
I am running RepRap for Duet 2 Wifi V2.02. -
@Eplov i would not set the static IP on the Duet. Use a DHCP reservation on your router
-
@Eplov depends on the router how to do this but generally they have a administration page if you go to the IP address in a browser.
-
But why does the DuetTest.local not work. I did the first couple of times?
-
@Eplov mDNS support is patchy on some OS, so that might be it.
-
@T3P3Tony Im using Win10, latest update, and it worked previously, but only a couple of times. Since then i haven't gotten it to work.
-
@Eplov weird. can you you ping that host name? what happens when you go to http://duettest.local in a (chrome) browser?
-
@T3P3Tony Exactly nothing. It doest nothing. It just says that there is no connection.
-
@Eplov try ping duettest.local from your command line
-
If you happen to run chrome, there is a chrome app (not plugin, app) called "mDNS browser" that will help diagnose all of this. It shows you all the mDNS (aka Bonjour) addresses that your windows pc understands.
The italics are to point out that any lack of reliability in these setups is Windows 99.9% of the time....
-
It certainly used to be the case that Windows 10 only supports mDNS for "modern API" clients, not Win32 clients. See https://superuser.com/questions/1330027/how-to-enable-mdns-on-windows-10-build-17134. I don't know whether that has changed.
-
I found a solution. The local website is not called DuetTest, but myprinter.local. I do not know why this changed, given that i changed the name of the printer and the website name did not follow along.
I cannot see anything else in my config file that could have changed this.