Registriert seit: 13. Jul 2003
19 Beiträge
|
connect trought firewall, port detection
22. Jul 2003, 10:26
for example i must to connect to the remote server, but i am under firewal, that means that some ports are disabled by my lan administrator, but i know that some ports can be opened
on remote pc is installed server (tIdHttpserver), this server binds on any port
and now client try to connect to the http server with default port 80, but this port (for example) is closed on the my lan proxy
then client click button "try to connect trought any available port"
and my program in repeat or in for statements try to connect with each listed in loop port
for example
for i = 1 to 65535 do
try
connect to remote server with port[i]
this will be normal solution or very stupid, can anybody something advice to me about this ...
thanks
|