Re: How to solve this problem

2011-08-10 Thread Chris Angelico
On Tue, Aug 9, 2011 at 12:10 PM, Johny wrote: > I have a client that  is a part of a local network.This client has a > local address( not public).Is there a way how I can connect to this > client from outside world? > What software must I install so that I can connect and control that > client fro

Re: How to solve this problem

2011-08-09 Thread Ulrich Eckhardt
Johny wrote: > I have a client that is a part of a local network.This client has a > local address( not public).Is there a way how I can connect to this > client from outside world? > What software must I install so that I can connect and control that > client from outside? How is that a Python p

Re: How to solve this problem

2011-08-09 Thread John Gordon
In <81a681e7-0be1-4edc-9e27-b492e8b63...@a17g2000yqk.googlegroups.com> Johny writes: > I have a client that is a part of a local network.This client has a > local address( not public).Is there a way how I can connect to this > client from outside world? When you say the client's address is "no

Re: How to solve this problem

2011-08-09 Thread Katriel Cohn-Gordon
Unless you have the router configured to allow connections through to your local client, you will need the client to connect *outwards*, either to you or to an intermediate server. On Tue, Aug 9, 2011 at 12:10 PM, Johny wrote: > I have a client that is a part of a local network.This client has