Re: Remote Desktop With VPN control - WeOnlyDo Discussion board

Re: Remote Desktop With VPN control (General questions)

by wodDamir, Tuesday, March 30, 2010, 11:02 (5143 days ago) @ Mr Grey

Hi,

You can use any of our VB, or VB.Net samples. In VB6 samples, there is a Full Network Redirect sample, which you need to run on both client machines.

Once connected, enable the Redirect to remote peer checkbox, and then connect RDC to your network adapter (installed along with component) IP.

If you're using VB.Net or Simple sample, then you will need to add a tunnel. you can do so by setting Listen on IP to 127.0.0.1 , on port to 3388 . Also set Redirect to IP to 127.0.0.1 , and to port to 3389 . Click Add , and Channel should be started.

Now you can connect to 127.0.0.1:3388 .

Hope this helps.

Regards,
Damba


Complete thread: