Bind to Multiple Network Interface Cards
When your machine has more than one network interface cards, you can inform NCache which interface to use for cluster-wide communication. Use the configuration defined below to do so.
Configuration to Bind Machines to Multiple Network Interface Cards
To do so, provide the IP Address you want the cluster server to bind within the service config file.
<add key="NCacheServer.BindToClusterIP" value="20.200.20.39"/>
You can follow the procedure mentioned above 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"/>