|
-
February 22nd, 2008, 03:39 PM
#13
Re: Socket's won't work remotely.
The server is listening on the port, because when you use 127.0.0.1, it connects only if you type the specified port (on client) that the server is listening to. The server is having no response to the connection from the client, it just keeps saying, "Waiting for client to connect..."
The IP addresses that are involved are my own, let's just say it's 10.90.68.1 or something (not anything like 127.0.0.1 or 192.168.1.100), and the server is listening on INADDR_ANY, so it should be listening on all of the available ip addresses.
Should this program even be capable of having the client connect to the server that is on an entirely different machine that isn't physically connected to the client machine?
Last edited by tophat; February 22nd, 2008 at 03:43 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|