DuetTest.Local not working but IP-Address does.
-
@Eplov said in DuetTest.Local not working but IP-Address does.:
Hi
I was wondering if anyone could tell me why my DuetTest.Local does not work when i can input the IP-Address from the board directly into my browser and get to the control screen of the Duet 2 Wifi.
Not that it is a big problem, but when the IP of the board changes i have to go through YAT to get the IP.Thanks
Your DHCP server (which is likely in your router) usually can be configured to hand out the same IP address every time to a given device.
Frederick
-
Just setup a static ip on Duet or assign a fixed IP in you router in the DHCP server.
mDNS is problematic because it requires support on the client side. And for example Android doesn't support it in anyway -
@bearer said in DuetTest.Local not working but IP-Address does.:
Which version are you running? the mDNS support was removed recently.
I think only from the ethernet/maestro (where it was buggy) and not from the wifi?
-
@Eplov as has already been said the best option is to get your router to give the the Duet the same address everytime.
Another option is @chrishamm 's App "find my duet" https://play.google.com/store/apps/details?id=com.chham.FindMyDuet
Which works if you phone is on the same network as the duet.
-
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.