A computer with two Network Connections one IP address is 192.168.1.190 and other IP address is 192.168.3.10. When you run an Server Application on the computer with two Network Connections the TTetheringManager identifies its self with ip 192.168.1.190, how can I change the TTetheringManager to identifies it’s self with a different ip address for example 192.168.3.10.
What I mean TTetheringManager identifies its self with ip 192.168.1.190.
when the client try to get the ConnectionString from the server “TMClient.RemoteManagers[0].ConnectionString” the value 192.168.1.190$2021. How can I change it to 192.168.3.10$2021.
Thanks