IP address problem

Posted by mavric on Stack Overflow See other posts from Stack Overflow or by mavric
Published on 2010-03-29T22:38:03Z Indexed on 2010/03/29 22:43 UTC
Read the original article Hit count: 295

Filed under:
|

I built a TicTacToe game application (I'm using TCP protocol) that consist of server and client (that run two times to represent the 2 opponents). I have a problem and I can't find the solution for it, that is why I'm asking this question. the problem is : when the client try to connect the server on my machine, it never connect because of the IP address(obtained from the support tab from the local area connection in my windows) of my machine isn't correct. I tried to obtain my IP address from websites that told you your IP but I doesn't work. I have a problem to determine my IP address that any machine can connect to me from anywhere. p.s. I'm using router to connect the internet. thanks.

© Stack Overflow or respective owner

Related posts about c#.net

Related posts about network-programming