+ 2
Server-client connection in a chat program - problem
My problem shortly: there is a chat program. The code was in a book, so I think it must be OK. When I run the server and client on the same computer it works. But when I try to start the client program on other computer (the server is already running), this one don't comunicate with the server. What should I do or what do I do wrong? Any suggestion?
3 ответов
+ 2
Check out the port address and let me know how you connected two computers.
+ 1
surely client is using different port
+ 1
Could be a firewall problem. Check it without firewall turned on to see.