11-12-2019, 01:00 PM
I agree with @normand
1) From the command line of your moOde player can you ping an IP address external to your LAN subnet and get a response?
If yes, then you've entered the correct gateway address. If no, fix it before you go further.
2) From the command line of your moOde player can you ping the fully qualified domain name of an external host and get a response?
If yes, then you have entered working DNS server addresses. If no, fix them.
Regards,
Kent
1) From the command line of your moOde player can you ping an IP address external to your LAN subnet and get a response?
Code:
pi@moode:~ $ ping -c 1 23.235.199.139
PING 23.235.199.139 (23.235.199.139) 56(84) bytes of data.
64 bytes from 23.235.199.139: icmp_seq=1 ttl=55 time=7.41 ms
--- 23.235.199.139 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 7.408/7.408/7.408/0.000 ms
If yes, then you've entered the correct gateway address. If no, fix it before you go further.
2) From the command line of your moOde player can you ping the fully qualified domain name of an external host and get a response?
Code:
pi@moode:~ $ ping -c 1 moodeaudio.org
PING moodeaudio.org (23.235.199.139) 56(84) bytes of data.
64 bytes from ecbiz226.inmotionhosting.com (23.235.199.139): icmp_seq=1 ttl=55 time=8.52 ms
--- moodeaudio.org ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 8.521/8.521/8.521/0.000 ms
If yes, then you have entered working DNS server addresses. If no, fix them.
Regards,
Kent