Issue: Cannot access container via IP from a second device.
My goal is to run an application from inside a container as a server, and use external devices as clients. I currently have a bridge network set up with a range of IP adresses, a gateway, and a subnet. When a container is created on the network, it gets a dynamically allocated IP from the IP range on the network. How can I access the container with the IP address from my clients?
Edit: Additional information. I can ping from the container to both host and a client, I can ping from the host to both client and container, but I can only ping to host from client. I cannot ping from client directly to container.