elParaguayo wrote: > Solved. > > bpa - thanks for your help. Without knowing that ping wasn't using DNS I > wouldn't have got this. > > Unsurprisingly, it turns out my resolver service wasn't configured > correctly (I needed to put DNS servers in /etc/resolv.conf and not > /etc/systemd/resolved.conf). Fixed that and we're good to go.
Good that it is solved. For benefit of other readers, I said ping does not use TCP - that does not mean it doesn't use DNS. In general Ping is not a good test of destination connectivity because (i) Ping may be disabled at destination as can be used in DDoS attacks (ii) not a TCP connection. nslookup is good as an initial way to test DNS functionality as it can show all the intermediate DNS servers & network connections. wget or curl can then be used to test an LMS URL (e.g. http://repos.squeezecommunity.org/extensions.xml) - enabling debug and verbose options - these commands can usually show up DNS, TCP ,HTTP, SSL and mysqueezebox.com issues in a controlled way. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=112487 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
