Home All Groups Group Topic Archive Search About
Author
13 May 2005 6:42 PM
dhaval
how to connect to a LAN pc from home pc. LAN pc is behind proxy.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

Author
13 May 2005 10:09 PM
Andrew D. Newbould
In message <opsqp8w40iplgblm@ddpc>, dhaval <dhaval***@yahoo.com> writes
>how to connect to a LAN pc from home pc. LAN pc is behind proxy.
>

Normally, you set up a VPN connection to get through the firewall and or
proxy. Once connected, the VPN settings override your local settings and
you can see the PC(s) on the LAN as if they were local.

Kind Regards,

--
Andrew D. Newbould                  E-Mail:  newsgroups@NOSPAMzadsoft.com

ZAD Software Systems                Web   :  www.zadsoft.com
Author
14 May 2005 6:56 AM
dhaval
On Fri, 13 May 2005 23:09:00 +0100, Andrew D. Newbould  =

<newsgro***@NOzadSPANsoft.com> wrote:

Show quote
> In message <opsqp8w40iplgblm@ddpc>, dhaval <dhaval***@yahoo.com> write=
s
>> how to connect to a LAN pc from home pc. LAN pc is behind proxy.
>>
>
> Normally, you set up a VPN connection to get through the firewall and =
or  =

> proxy. Once connected, the VPN settings override your local settings a=
nd  =

> you can see the PC(s) on the LAN as if they were local.
>
> Kind Regards,
>

Thanks for reply. sorry,  i didnt specify problem clearly. LAN pcs are  =

connected to internet through proxy and my home pc is also connected to =
=

internet. now i want to use winsock.

but would u pleaze give some idea about VPN connection? some code will b=
e  =

usefull

-- =

Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
Author
15 May 2005 6:41 PM
Andrew D. Newbould
In message <opsqq6wcjxplgblm@ddpc>, dhaval <dhaval***@yahoo.com> writes
Show quote
>On Fri, 13 May 2005 23:09:00 +0100, Andrew D. Newbould
><newsgro***@NOzadSPANsoft.com> wrote:
>
>> In message <opsqp8w40iplgblm@ddpc>, dhaval <dhaval***@yahoo.com> writes
>>> how to connect to a LAN pc from home pc. LAN pc is behind proxy.
>>>
>>
>> Normally, you set up a VPN connection to get through the firewall and
>>or   proxy. Once connected, the VPN settings override your local
>>settings and   you can see the PC(s) on the LAN as if they were local.
>>
>> Kind Regards,
>>
>
>Thanks for reply. sorry,  i didnt specify problem clearly. LAN pcs are
>connected to internet through proxy and my home pc is also connected to
>internet. now i want to use winsock.
>
>but would u pleaze give some idea about VPN connection? some code will
>be  usefull
>

IMO you really don't want to get into writing your own VPN software as
their is a lot to handle within the various protocols. It's far safer to
use those that already exist and have been tried and tested. If you
really have to write your own VPN Client then I would suggest you get a
commercial library like those from Power TCP and others which wrapper
the more complex parts of the process.

To create a VPN connection you simple go to "Network Connections" under
the control panel and create a new Lan Connection selecting VPN. You
point of access to your LAN at the office MUST have a Static IP address.

With the VPN created, you simply right click on it and select Connect.
Run or use your software to do whatever is required and then Disconnect
when finished. I appreciate that you may like to automate this by doing
it in code however, if this is for yourself as suggested, then is two
rights clicks that much of a hassle.

Kind Regards,
--
Andrew D. Newbould                  E-Mail:  newsgroups@NOSPAMzadsoft.com

ZAD Software Systems                Web   :  www.zadsoft.com

AddThis Social Bookmark Button