Listening address

Hi

I’m a bit frustrated. Zammad (Ruby) is listening on localhost.localdomain or 127.0.0.1.

I have my installation on a private LAN behind a reverse proxy. I need it to listen on 192.168.10.1. I have scoured the install looking for a straighforward config file. The docs say 0.0.0.0 is the default listening address but clearly that is wrong: ruby 18869 zammad 6u IPv4 215606 0t0 TCP localhost.localdomain:3000 (LISTEN)

Can someone please tell me how to change the listen address?

Thank you!

Found it. So to change the listening address:

zammad config:set ZAMMAD_BIND_IP=0.0.0.0
systemctl restart zammad
1 Like

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