On 10/16/2019 1:11 PM, john doe wrote: > Hi, > > I'm playing with systemd-container on Debian 10 (Buster). > > I have mpd listening on port 8000 insite the container. > Networking between the host and the container is working fine but one > port (8000) in this case is not: > > mpd [10.0.1.147] 8000 (?) : Connection refused > > It looks like systemd/systemd-container is blocking port 8000 because to > many connections has been made to port 8000. > > If I reboot the host port 8000 works again. > > Looking online didn't help me find why systemd would block a port. > > Is there any options in systemd that would limit port connection or any > ideas? > > Note that the name of the container is 'mpd'. > > Any help is appriciated. >
As it turned out, Systemd was not the culprit, the package 'ca-certificates' was missing making mpd not able to resolve https stream. Sorry for the noice. -- John Doe