Pulp container on multiple networks

Hello, I just upgraded from pulp-installer to pulp-in-one-container. My PULP server has two network interfaces and needs to serve two separate networks. Unfortunately it looks like the container only binds to one of those networks. I’ve started wading through podman networking documentation, but I’m hoping someone here has a quick solution as to how I can get PULP listening on both networks.

I’m currently running pulpcore version 3.54.1 on RHEL8.9.

Thanks,
Kevin

1 Like

I’m not an expert for that. But I can tell you that nginx is the service that needs to listen on all the interfaces. So maybe you need to “just” adjust the nginx config file.