05-02-2024, 02:23 PM
@Gemah
So we seem to be addressing two different questions here.
1) does your LInux host support mDNS, e.g., can it resolve the fully qualified domain name "moode.local" to an IP address?
2) does your browser(s) allow you to access an HTTP server as opposed to an HTTPS server?
You could have answered the first question simply by using ping on the FQDN instead of the IP address. Here, for example, I ping one moOde player ("sunroom") from another ("m839") on my LAN
As for the second question, I don't know what the Garuda folks have done in their distro and I have no interest in wading through their documentation so I quite like Bob's suggestion that you try running a different, known to work, OS from USB stick.
Regards,
Kent
So we seem to be addressing two different questions here.
1) does your LInux host support mDNS, e.g., can it resolve the fully qualified domain name "moode.local" to an IP address?
2) does your browser(s) allow you to access an HTTP server as opposed to an HTTPS server?
You could have answered the first question simply by using ping on the FQDN instead of the IP address. Here, for example, I ping one moOde player ("sunroom") from another ("m839") on my LAN
Code:
i@m839:~ $ ping -c 1 sunroom.local
PING sunroom.local (10.0.0.19) 56(84) bytes of data.
64 bytes from sunroom.local (10.0.0.19): icmp_seq=1 ttl=64 time=55.7 ms
--- sunroom.local ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 55.710/55.710/55.710/0.000 ms
As for the second question, I don't know what the Garuda folks have done in their distro and I have no interest in wading through their documentation so I quite like Bob's suggestion that you try running a different, known to work, OS from USB stick.
Regards,
Kent