Re: I need a peer to peer connection exclusively f (General questions)
Hi. I tried to explain the benefit - wodVPN doesn't require static IP addresses, and both sides can be behind firewall.
As for the code, if you take our first sample, in wodVPN1_Connected event, replace line where channel is added to
wodVPN1.Channels.Add LocalListed, 127.0.0.1 , 1433, 127.0.0.1 , 1433
so local wodVPN instance listens on local 1433, and reidrects all connecton to remote wodVPN, which then redirects htem to his-side 127.0.0.1:1433
That should do the trick.
Kreso
Complete thread:
- I need a peer to peer connection exclusively for S - nivinbas, 2013-04-02, 19:05
- Re: I need a peer to peer connection exclusively f - wodsupport, 2013-04-02, 19:24
- Re: I need a peer to peer connection exclusively f - nivinbas, 2013-04-02, 21:22
- Re: I need a peer to peer connection exclusively f - wodsupport, 2013-04-02, 22:41
- Re: I need a peer to peer connection exclusively f - nivinbas, 2013-04-03, 05:35
- Re: I need a peer to peer connection exclusively f - woddrazen, 2013-04-03, 10:29
- Re: I need a peer to peer connection exclusively f - nivinbas, 2013-04-03, 11:52
- Re: I need a peer to peer connection exclusively f - woddrazen, 2013-04-03, 11:57
- Re: I need a peer to peer connection exclusively f - nivinbas, 2013-04-03, 12:46
- Re: I need a peer to peer connection exclusively f - woddrazen, 2013-04-03, 11:57
- Re: I need a peer to peer connection exclusively f - nivinbas, 2013-04-03, 11:52
- Re: I need a peer to peer connection exclusively f - woddrazen, 2013-04-03, 10:29
- Re: I need a peer to peer connection exclusively f - nivinbas, 2013-04-03, 05:35
- Re: I need a peer to peer connection exclusively f - wodsupport, 2013-04-02, 22:41
- Re: I need a peer to peer connection exclusively f - nivinbas, 2013-04-02, 21:22
- Re: I need a peer to peer connection exclusively f - wodsupport, 2013-04-02, 19:24