Re: VPN channels usage (General questions)
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:
- VPN channels usage - Preeti, 2008-10-16, 15:38
- Re: VPN channels usage - woddrazen, 2008-10-16, 16:02
- Re: VPN channels usage - Preeti, 2008-10-16, 16:34
- Re: VPN channels usage - wodDamir, 2008-10-16, 18:01
- Re: VPN channels usage - Preeti, 2008-10-16, 16:34
- Re: VPN channels usage - woddrazen, 2008-10-16, 16:02