Bind to Multiple NICs
Note
This feature is only available in NCache Enterprise Edition.
When your machine has more than one network cards, you can inform NCache which interface to use for cluster-wide communication. In order to do so, provide IP Address you want the cluster server to bind with in service config.
<add key="NCacheServer.BindToClusterIP" value="20.200.20.39"/>
You can follow the above procedure for client communication. Provide the IP Address you want the client's (NCache client) server to bind with.
<add key="NCacheServer.BindToClientServerIP" value="20.200.20.39"/>