08-15-2022, 03:39 PM
(08-07-2022, 03:36 PM)But still the problem of loading pages of Moode on android device as well as windows is very slow.Cant understand the issue.I tried with another person who is using the moode on USB Bridge signature and he also finds the same issue.Kindly work out a solution for the same TheOldPresbyope Wrote: True, many residential AP/router/cable modems provide local DNS service but not all. My Comcast-provided ARRIS hardware does not, for example.
Code:20220807 102207 worker: IP addr (10.0.0.5)
20220807 102207 worker: Netmask (255.255.255.0)
20220807 102207 worker: Gateway (10.0.0.1)
20220807 102207 worker: Pri DNS (75.75.75.75)
20220807 102207 worker: Domain (hsd1.md.comcast.net)
Practically, all this means is I have to use either IP (e.g., 10.0.0.5) or mDNS (e.g., moode.local) to reference a local host. The responsiveness of all hosts on the LAN is great.
IP and mDNS references work fine in moOde's Music Source Config.
Here's one of my NAS shares mounted in my moOde player by its mDNS name
Code://OMV-HC1.local/MUSIC on /mnt/NAS/OMV-Music type cifs (ro,relatime,vers=3.1.1,cache=strict,username=Guest,uid=0,noforceuid,gid=0,noforcegid,addr=10.0.0.2,file_mode=0777,dir_mode=0777,iocharset=utf8,soft,nounix,serverino,mapposix,rsize=61440,wsize=65536,bsize=1048576,echo_interval=60,actimeo=1)
but here's another share from the same server which I've mounted using its IP address
Code://10.0.0.2/Test on /mnt/NAS/OMV-Test type cifs (ro,relatime,vers=3.1.1,cache=strict,username=xxxxx,uid=0,noforceuid,gid=0,noforcegid,addr=10.0.0.2,file_mode=0777,dir_mode=0777,iocharset=utf8,soft,nounix,serverino,mapposix,rsize=61440,wsize=65536,bsize=1048576,echo_interval=60,actimeo=1)
Which brings us to the OPs mount error 113. This code means that Linux timed out trying failed to resolve the IP address 192.168.1.39 at that moment. Assuming this is a correct IP address, it would seem there's some instability in the OPs LAN.
Regards,
Kent
PS - recent releases of Android now provide first-class support for mDNS including in the browser search bar, yay!
PPS - I need to get around to setting up a separate subnet with Pi-Hole running to provide local DNS and other goodness. Mañana.