Hi, I am attempting to use three instances of wcclient on my machine, I have set up my network adapter so that it is multi-homed, with three IP addresses. While manually starting the three wcclients like so:
"%programfiles%\wcat\wcclient.exe" 10.11.6.115 -b -n 10.11.6.115
"%programfiles%\wcat\wcclient.exe" 10.11.6.113 -b -n 10.11.6.113
"%programfiles%\wcat\wcclient.exe" 10.11.6.112 -b -n 10.11.6.112
The first one starts fine, the second and third one give me the following errors:
Controller: 10.11.6.113
Wait for controller: true
IPv6: false
Bind Addresses: 10.11.6.113
10048
Error binding socket.
looking up the winsock error code, says socket is in use.. Is what I am trying to do workable? Is this a problem with the client, or can I just not do that from the same machine?
Note, even when I try to bind one client to my wired connection and one to my wireless, I get the same error, even though the two adapters are on different subnets..
I don't have multiple machines I can use for this, so it would be really helpful to get multiple clients working on the same machine..
Thanks