views:

59

answers:

1

i am making a messenger over internet.

it has a server which listens to clients but when it try to send the reply to any request to client it shows the error of client not found. however my clients are connecting to that server because it has a static ip address and live server.

having problem reaching client because they can be behind any firewall or network and dont have static ip addresses. so how can i reach to my client?? any Suggestions..

A: 

Make sure that the firewall isn't causing any problems and also checkout NoIp(http://www.no-ip.com/), it allows any computer to effectively have a static ip. Just sign up then click on "Add Host". Call the host whatever you want then, on your client program set the ip as the name of the host. As long as the no-ip duc program (a very small, portable program you need to download) is running, it should work fine :) Hope it works, ell.

Ell