Bind to multiple addresses

Hello, I would like to bind the http_bind_address to the loopback AND interface of the server running graylog. I can’t seem to find the best way to do this. Separating by comma didn’t work. Using square brackets and quotes didn’t work either. Can this be done?

1 Like

@andrewm659 , I looked at the documentation and I don’t see that this is supported. I would suggest you try binding to 0.0.0.0 to see if that works. Otherwise, leave the bind address work and see if that works. If you then have other IPs associated to the host which you do not want it to listen on, I would suggest you will need to configure a firewall to block traffic to those IPs on which you do not want Graylog to respond.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.