Post Fri Mar 31, 2023 7:37 am

Faster fallback to ipv4 if ipv6 fails

On Windows 11 with Serviio v2.3 (maybe older versions as well, on Server 2012 R2...I've forgotten), if network devices have ipv6 enabled, but an ipv6 is not assigned to the network device, it fails and gets stuck.
If the bound IP address is manually selected, it's fine until a reboot. Restarting the server from the GUI doesn't affect it, and I think restarting the service didn't affect it. A reboot certainly does. The GUI shows no bound IP set/selected, but it's there in the drop-down menu.

2023-03-31T01:49:35,484 WARN [MultiCastUtils] Could not find NIC with name 'eth3-0'
2023-03-31T01:49:35,489 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC eth3-0, will try again 9 times
2023-03-31T01:49:40,632 WARN [MultiCastUtils] Could not find NIC with name 'eth3-0'
2023-03-31T01:49:40,632 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC eth3-0, will try again 8 times
2023-03-31T01:49:45,778 WARN [MultiCastUtils] Could not find NIC with name 'eth3-0'
2023-03-31T01:49:45,778 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC eth3-0, will try again 7 times
2023-03-31T01:49:50,919 WARN [MultiCastUtils] Could not find NIC with name 'eth3-0'
2023-03-31T01:49:50,919 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC eth3-0, will try again 6 times
2023-03-31T01:49:56,069 WARN [MultiCastUtils] Could not find NIC with name 'eth3-0'
2023-03-31T01:49:56,069 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC eth3-0, will try again 5 times
2023-03-31T01:50:01,229 WARN [MultiCastUtils] Could not find NIC with name 'eth3-0'
2023-03-31T01:50:01,229 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC eth3-0, will try again 4 times
2023-03-31T01:50:06,354 WARN [MultiCastUtils] Could not find NIC with name 'eth3-0'
2023-03-31T01:50:06,354 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC eth3-0, will try again 3 times
2023-03-31T01:50:11,485 WARN [MultiCastUtils] Could not find NIC with name 'eth3-0'
2023-03-31T01:50:11,485 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC eth3-0, will try again 2 times
2023-03-31T01:50:16,615 WARN [MultiCastUtils] Could not find NIC with name 'eth3-0'
2023-03-31T01:50:16,615 WARN [LocalAddressResolverStrategy] Haven't found IP address for NIC eth3-0, will try again 1 times
2023-03-31T01:50:21,762 WARN [MultiCastUtils] Could not find NIC with name 'eth3-0'
2023-03-31T01:50:22,110 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 9 times
2023-03-31T01:50:27,463 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 8 times
2023-03-31T01:50:32,776 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 7 times
2023-03-31T01:50:38,073 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 6 times
2023-03-31T01:50:43,417 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 5 times
2023-03-31T01:50:48,794 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 4 times
2023-03-31T01:50:54,089 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 3 times
2023-03-31T01:50:59,417 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 2 times
2023-03-31T01:51:04,792 WARN [LocalAddressResolverStrategy] Haven't found any suitable local IP address, will try again 1 times



If I go into the network device properties and uncheck ipv6, I can reboot the machine without needing to manually select the bound IP address in Serviio.

serviio.png
serviio.png (13.54 KiB) Viewed 2410 times