Hello,
I have several machines with two (virtual) network interfaces. One example:
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.23.92.131 netmask 255.255.252.0 broadcast 172.23.95.255
eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.113.48.157 netmask 255.255.252.0 broadcast 10.113.51.255
If I just start Payara without any configuration, then it runs on eth1 - first question: why? Can I make it run on eth0?
Second question: how can I get Hazelcast autodiscovery to work, when (like here) the broadcast address is on another subnet?
Ulrich