Socket Communication Through internet...!

  • Thread starter Thread starter batista
  • Start date Start date
B

batista

Hi,

My problem is that i have a client which was, uptil now, running inside
a lan and using sokcet communication to connect to server which is also
insdie the same lan.....(it was all working fine)

Now, i want this client app to be able to connect to my server from
outside the lan as well...

Like i would like to give my user the ability to connect to my
application server from anywhere in the world(may be through modem,lan
card...anything) through my client app.....(using SOCKET
Communications)

Something like when we start google earth it shows conencting to
server(now i dont know whats going on internally )

So how am i going to do this through socket communications...

Please any suggesstions...
Thanks,
Cheers...

Bye.
 
If its running over sockets already just put the server on a public IP and
change the client to connect to the public IP ... There is no differene
between a "local" socket and an "internet" socket

Cheers,

Greg
 
Back
Top