I am having two Ethernet adapters been installed in my VM. While establishing TCP connection with IPV6 address family, my ethrnet adapter gets selected randomly, resulting failure in connection very frequently.
So, how to fix or where to make changes in the library so as to create a socket and bind it to the desired network interface.
Hi, What programming…
Hi,
What programming language you are using?
BR,
Mikko
First of all thanks for…
First of all thanks for acknowledging our request. We are using C#
Hi again, Are you starting…
Hi again,
Are you starting the server in your VM or as a client and establishing the connection for the server?
Are the ethernet adapters in different networks?
BR,
Mikko
* I am trying to establish…
* I am trying to establish TCP client connection from VM and meter is acting as server.
* Two ethrnet adapters are installed. One is serving for Private IPV6 network (MPLS link) and another is serving for public network connectivity.