mherger wrote: > > Yes. Running LMS in Docker shouldn't change how it communicates with the > > outside world. >
The software was obviously written with the assumption that the network information it gathers from the interfaces available is what the outside world can reach it under. While this *does* work for running on dedicated hardware or with --net host, it doesn't work in more elaborate environments e.g. Kubernetes. I took care of managing traffic going in correctly, though the information lms reports to the player device isn't what it's supposed to report. tcpdump confirms that my SqueezeBox Radio tries to establish contact to lms via the 10.0.0.0/8 internal cluster ip the container was assigned. So is there a possibility to force lms to report a specific IP address to the player devices? ------------------------------------------------------------------------ fuero's Profile: http://forums.slimdevices.com/member.php?userid=71278 View this thread: http://forums.slimdevices.com/showthread.php?t=111828 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
