Hello everyone,
In my Message processor node, there are two interfaces. Let's say IP#1 and IP#2.
My "hostname -i" command give a IP#1. But I would like to run port 8998 on IP#2. I also don't want to make "hostname -i" command to output IP#2. Moreover, I don't want to run the install script again.
I would like to know how can I bind to IP#2 for port 8998. Thanks.