Re: VPN channels usage - WeOnlyDo Discussion board

Re: VPN channels usage (General questions)

by woddrazen, Thursday, October 16, 2008, 16:02 (5673 days ago) @ Preeti

Hi Preeti,


For forwarding port 1234 from peer1(196.192.136.3) to peer2(192.192.156.9) on port 5678 you need to do following.

If you are using our sample 1.Simple. In peer2 add for Listen on IP:127.0.0.1 on port:5678 for redirect to IP:127.0.0.1 to port:1234

you should do that after you successfully connected two peers.

Here is code snippet for Peer2 how to make channel:

[code]wodVPN1.Channels.Add TCPLocalListen, 127.0.0.1 , 5678, 127.0.0.1 , 1234[/code]

Can you maybe explain little bit more how you want to add user to channel? I'm not sure that I understand what exactly you want to do.

Let us know how it goes.


Regards,
Drazen


Complete thread: