Moode Forum

Full Version: Internet Radio stations do not play with a static IP in 6.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using an Allo katana full stack with isolator board and Moode 6.3. I have to use DHCP because when I set a static Ip address, i cannot play the Internet Radio stations. Anyone else have this problem?
It is most likely your static settings are wrong. I would look into your DNS and gateway IPs.
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?

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
I had a bad gateway address, working again.
Please mark as SOLVED :-)