By default, failover system nodes use all available network interfaces.
To limit the number of network interfaces, do the following:
Locate the file C:\Program Files\RaftLauncher\current\raft-settings.xml and add a new parameter:
<item key="NGP_IFACE_WHITELIST">172.17.0.0/16</item> |
Use the following settings format: "IP-address1/number of unit bits in the mask, IP-address2/number of unit bits in the mask".