Hi all,
I have been experimenting with the CSocket class and have built a small client program and small server program which I have tested on two separate PCs over an internet connection.
One of the PCs is running Windows XP and the other Windows95. When I set up the client on the XP machine and the server on the Win95 machine everything works great!
When I do it the other way around, the connection ALWAYS times out!!!!
Also, I have tried to 'ping' the XP machine from the Win95 machine and that times out too so I'm convinced it's not my code.
I have the IP address and port numbers set up correctly - there is no doubt. But... I think it's got be some kind of setting or something on the XP machine that's causing incoming connections to time out like this - even 'pings'.
Does anyone (with some networking experience) have any clue what may be happing here????
Many thanks in advance
PS: What I don't understand is that windows messaging and some online games don't seem to have a problem communicating with the XP machine but a simple 'ping' does not work!
I have been experimenting with the CSocket class and have built a small client program and small server program which I have tested on two separate PCs over an internet connection.
One of the PCs is running Windows XP and the other Windows95. When I set up the client on the XP machine and the server on the Win95 machine everything works great!
When I do it the other way around, the connection ALWAYS times out!!!!
Also, I have tried to 'ping' the XP machine from the Win95 machine and that times out too so I'm convinced it's not my code.
I have the IP address and port numbers set up correctly - there is no doubt. But... I think it's got be some kind of setting or something on the XP machine that's causing incoming connections to time out like this - even 'pings'.
Does anyone (with some networking experience) have any clue what may be happing here????
Many thanks in advance
PS: What I don't understand is that windows messaging and some online games don't seem to have a problem communicating with the XP machine but a simple 'ping' does not work!