Many to Many connection in vpn (wodVPN)
by akibsayyed, Tuesday, September 14, 2010, 15:02 (5182 days ago)
Hello sir i am trying to create application in which many to many connectivity is there.
but i am not getting this one.
Could you help me with this one
Re: Many to Many connection in vpn
by woddrazen, Tuesday, September 14, 2010, 15:50 (5182 days ago) @ akibsayyed
Hi,
If you want to use more then one vpn connection in same time you need to create multiple wodVPN instance.
So for each vpn connection you need to use own wodVPN instance.
You can create as much wodVPN instance you want. There is no limitation in instance number.
Hope this helps.
Regards,
Drazen
Re: Many to Many connection in vpn
by akibsayyed, Tuesday, September 14, 2010, 16:02 (5182 days ago) @ woddrazen
Hi,
If you want to use more then one vpn connection in same time you need to create multiple wodVPN instance.So for each vpn connection you need to use own wodVPN instance.
You can create as much wodVPN instance you want. There is no limitation in instance number.
Hope this helps.
Regards,
Drazen
thanks for urgent reply
let me explain what i want actually
multiple vpn connection on single wod adapter
Re: Many to Many connection in vpn
by wodDamir, Tuesday, September 14, 2010, 17:17 (5182 days ago) @ akibsayyed
Hi,
Yes, that's ok. However, please note that wodVPN is a peer to peer component. In other words, each instance of the component can only connect 2 users (peers).
In order to connect two users, you would need another instance of the component, and another instance for each additional user.
Hope this helps.
Regards,
Damba
Re: Many to Many connection in vpn
by akibsayyed, Tuesday, September 14, 2010, 18:40 (5182 days ago) @ wodDamir
Hi,
Yes, that's ok. However, please note that wodVPN is a peer to peer component. In other words, each instance of the component can only connect 2 users (peers).
In order to connect two users, you would need another instance of the component, and another instance for each additional user.
Hope this helps.
Regards,
Damba
yah thats ok but can you tell me if i took new instance for each one then will it be possible to interconnect them if yes pls post example code for vb.net
Re: Many to Many connection in vpn
by wodDamir, Tuesday, September 14, 2010, 19:00 (5182 days ago) @ akibsayyed
Hi,
No. As mentioned previously, the component only connects 2 peers. It can't connect third. In other words, you would be connected to all the peers, but they wouldn't be interconnected.
You would still need a mediator of some sort, in order to *somehow* signal peers to whom to connect to.
Regards,
Damba
Re: Many to Many connection in vpn
by akibsayyed, Tuesday, September 14, 2010, 19:10 (5182 days ago) @ wodDamir
Hi,
No. As mentioned previously, the component only connects 2 peers. It can't connect third. In other words, you would be connected to all the peers, but they wouldn't be interconnected.
You would still need a mediator of some sort, in order to *somehow* signal peers to whom to connect to.
Regards,
Damba
how can i connect multiple peers together
any idea
Re: Many to Many connection in vpn
by wodDamir, Tuesday, September 14, 2010, 21:52 (5182 days ago) @ akibsayyed
Hi,
Well, you would need some kind of mediator, something that would keep track of all the users (peers) who are online, and supply incoming peers with other peers details.
I would suggest using a sockets on mediator/client machines in order to do peer exchange (ID's). Once the exchange is done, clients initiate Search method toward Mediator, and once IP/Port data is exchanged, you call connect method.
Regards,
Damba
Re: Many to Many connection in vpn
by akibsayyed, Wednesday, September 15, 2010, 01:17 (5182 days ago) @ wodDamir
Hi,
Well, you would need some kind of mediator, something that would keep track of all the users (peers) who are online, and supply incoming peers with other peers details.
I would suggest using a sockets on mediator/client machines in order to do peer exchange (ID's). Once the exchange is done, clients initiate Search method toward Mediator, and once IP/Port data is exchanged, you call connect method.
Regards,
Damba
can you post example for that in vb.net
Re: Many to Many connection in vpn
by wodDamir, Wednesday, September 15, 2010, 10:43 (5181 days ago) @ akibsayyed
Hi,
Unfortunately, no. I can only send you a solution for that, but only in C#. If that's ok with you, please contact us at techsupport@weonlydo.com
Regards,
Damba
Re: Many to Many connection in vpn
by akibsayyed, Wednesday, September 15, 2010, 12:33 (5181 days ago) @ wodDamir
Hi,
Unfortunately, no. I can only send you a solution for that, but only in C#. If that's ok with you, please contact us at techsupport@weonlydo.com
Regards,
Damba
yah sir please send me that code
Re: Many to Many connection in vpn
by wodDamir, Wednesday, September 15, 2010, 13:37 (5181 days ago) @ akibsayyed
Hi,
As I said, you'll need to contact us on techsupport@weonlydo.com
The forums don't support attachments.
Regards,
Damba
Re: Many to Many connection in vpn
by akibsayyed, Wednesday, September 15, 2010, 16:35 (5181 days ago) @ wodDamir
Hi,
As I said, you'll need to contact us on techsupport@weonlydo.com
The forums don't support attachments.
Regards,
Damba
hello sir i have sent you a mail regarding this pls send me code!!!!!!!!!!!!!!
Re: Many to Many connection in vpn
by akibsayyed, Saturday, September 18, 2010, 15:06 (5178 days ago) @ akibsayyed
Hi,
As I said, you'll need to contact us on techsupport@weonlydo.com
The forums don't support attachments.
Regards,
Damba
hello sir i have sent you a mail regarding this pls send me code!!!!!!!!!!!!!!
hello sir i got your code about client server multi vpn but
i not able to understand whole code can you explain its algorithm or pls state flow chart of the code you sent me