Mantis - Resin
Viewing Issue Advanced Details
6296 minor always 11-20-19 00:19 12-13-19 16:56
nam  
ferg  
normal  
closed 4.0.63  
no change required  
none    
none 4.0.65  
0006296: dynamic elastic servers should respect allow-non-reserved-ip configuration
(rep by Y. Guedj)

Set the cluster in a hub-and-spoke topology which, unfortunately, we could not do due to the triad requesting a private IP for the machines on the spoke.

None of our servers are AWS elastic servers, they’re all dedicated servers and therefore have a public IP.

    <server-multi id-prefix="app-"
                           address-list="${app_servers}"
                           port="6800"
                           allow-non-reserved-ip="true"/>

Notes
(0006931)
ferg   
12-13-19 16:56   
A dynamic server will use the address given by InetAddress.getLocalHost() by default. If that value is 127.0.0.1, then it will search the network addresses and choose the first.

If that algorithm chooses the wrong address, you can use --address on the command line to specify the IP address to use.