Page 1 of 1

Problem with TClientSocket

PostPosted: June 27th, 2004, 2:31 pm
by Sepidar
Hi,

In a program i'm using TClientSocket component to access a server (witch i have developed it myself) through the internet. (Port 6257 and setting address at run time)
In the Server side i use a TServerSocket component, with port 6257 and a true value for Active property.
problem is here:
when i run both server and client in a computer (using address 127.0.0.1=localhost) there is no problem, but when i put server in another computer (whitch i know the IP address) and i try to connect to server, a time out error ocuurs (code 10060).

thax
and excuse me because of my bad english

PostPosted: June 27th, 2004, 10:13 pm
by Kambiz
Hi,

Maybe the port is closed by a firewall.

Cheers,
Kambiz