Greetings,
Could you please help to find out how I can set IP to listener for distribution port that RabbitMQ nodes use to communicate with CLI tools and other nodes using a port known. I've found only RABBITMQ_DIST_PORT environment variable that changes port but I cannot set IP to listen.
I'am running Ubuntu 16.04. Now I see the following in listening:
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp6 0 0 ::1:4369 :::* LISTEN 26637/epmd
Rabbitmq configuration:
/etc/rabbitmq/rabbitmq.conf:
management.listener.ip = 192.168.0.5
management.listener.port = 8080
/etc/rabbitmq/rabbitmq-env.conf:
RABBITMQ_NODE_IP_ADDRESS=192.168.0.5
export ERL_EPMD_ADDRESS=192.168.0.5
Thank you in advance.