Moode Forum
[PROBLEM] Internet Radio stations do not play with a static IP in 6.3 - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [PROBLEM] Internet Radio stations do not play with a static IP in 6.3 (/showthread.php?tid=1890)



Internet Radio stations do not play with a static IP in 6.3 - Lizard_King - 11-12-2019

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?


RE: Internet Radio stations do not play with a static IP in 6.3 - normand - 11-12-2019

It is most likely your static settings are wrong. I would look into your DNS and gateway IPs.


RE: Internet Radio stations do not play with a static IP in 6.3 - TheOldPresbyope - 11-12-2019

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


RE: Internet Radio stations do not play with a static IP in 6.3 - Lizard_King - 11-24-2019

I had a bad gateway address, working again.


RE: Internet Radio stations do not play with a static IP in 6.3 - Tim Curtis - 11-24-2019

Please mark as SOLVED :-)