![]() |
[SOLVED] Moode 9.0.1 no streaming radio if static address - 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: [SOLVED] Moode 9.0.1 no streaming radio if static address (/showthread.php?tid=6556) |
RE: Moode 9.0.1 no streaming radio if static address - TheOldPresbyope - 06-06-2024 (06-05-2024, 11:02 PM)Tim Curtis Wrote: I think I see that if ipv4 is set to static, ipv6 method=auto could prolly create some sort of weird conflict. Precisely what I did using nmcli but somehow the method got reset to "enabled" during shutdown/reboot. I'll look into it. When I configure a player with DHCP addressing, I get Code: xxx@m901pi3bp:~ $ cat /etc/resolv.conf Those are the Comcast IPv4 and IPv6 DNS server addresses as provided by the router's DHCP service.. I installed the bind9-dnsutils package and ran Code: dig ice1.somafm.com The response shows the IPv4 DNS server 75.75.75.75 is queried. OTOH, if I configure a player with static addressing (including the 8.8.8.8 and 1.1.1.1 external DNS servers) I get Code: xxx@m901pi5b:~ $ cat /etc/resolv.conf When I repeat the dig command the response shows the first IPv6 DNS server is queried. Regards, Kent RE: Moode 9.0.1 no streaming radio if static address - Tim Curtis - 06-06-2024 Pull the latest inc/network.php https://github.com/moode-player/moode/commit/31e003cd5cadd5e25eeefbe136658a0895e6e42d No issues on my end. The disabled setting was preserved after reboot. RE: Moode 9.0.1 no streaming radio if static address - TheOldPresbyope - 06-06-2024 (06-06-2024, 10:40 AM)Tim Curtis Wrote: Pull the latest inc/network.php They say there is no "I" in "team", but there certainly is in "mistake", and I probably made one trying to disable IPv6. The good news: the network.php I just pulled does disable the IPv6 interface when static addressing is chosen. The not so good news: choosing static addressing leaves /etc/resolv.conf empty. Code: xxx@m901pi5b:~ $ sudo cat /etc/NetworkManager/system-connections/Krypton.nmconnection Regards, Kent RE: Moode 9.0.1 no streaming radio if static address - Tim Curtis - 06-06-2024 In its always something. I'll revert that commit. RE: Moode 9.0.1 no streaming radio if static address - 07lema - 06-06-2024 I came to the forum to report this problem and saw the latest thread was already talking about it... I have the same problem since updating to 9.0.1, with the exact same static configuration I had at v8 RE: Moode 9.0.1 no streaming radio if static address - Tim Curtis - 06-06-2024 (06-06-2024, 04:53 PM)07lema Wrote: I came to the forum to report this problem and saw the latest thread was already talking about it... What are the entries? Address Netmask Gateway PriDNS SecDNS RE: Moode 9.0.1 no streaming radio if static address - 07lema - 06-07-2024 (06-06-2024, 09:53 PM)Tim Curtis Wrote:(06-06-2024, 04:53 PM)07lema Wrote: I came to the forum to report this problem and saw the latest thread was already talking about it... 192.168.0.70 255.255.255.0 192.168.0.1 Blank Blank RE: Moode 9.0.1 no streaming radio if static address - Nutul - 06-07-2024 (06-07-2024, 12:19 AM)07lema Wrote:(06-06-2024, 09:53 PM)Tim Curtis Wrote:(06-06-2024, 04:53 PM)07lema Wrote: I came to the forum to report this problem and saw the latest thread was already talking about it... blank DNSs means the Pi won't be able to resolve ANY address... try settings them to the same address of your router/gateway: 192.168.0.1 RE: Moode 9.0.1 no streaming radio if static address - Maverick565 - 06-09-2024 Try manually set DNS in nmtui. It helps me, there was issue in 9.0.0 when i set dns in web interface, DNS won't enters in network manager. RE: Moode 9.0.1 no streaming radio if static address - Listener - 07-21-2024 I can confirm that as of 9.0.4 64-bit Curl fails for radio station lookup when static ip used, but succeeds with dhcp. pi 3b+ John |