Re: VPN Working (General questions)
Alam,
1) Yes, PC A should search also for PC C.
To establish two connections (from for example PC A to PC B and PC C) you should make two instance of wodVPN. One instance will connect to PC B and other one to PC C.
2) For port forwarding you should use wodVPN Channel Object - Add Method.
In Add Method you can decide which port type you want to use: TCP or UDP and which type of port forwarding you want to use; local port forwarding or remote port forwarding.
Here is example for LocalListen:
------------------------------
vpn1.Channels.Add TCPLocalListen, 127.0.0.1 , 81, 127.0.0.1 , 80
------------------------------
In this case wodVPN will forward remote port 80 to local port 81. You can now open IE and connect to http://127.0.0.1:81 and you will receive remote port 80. This is only possible if there is something on remote side on port 80.
More help for Add Method you can find here:
http://www.weonlydo.com/VPN/Help/WODVPNLib~VPNChannels~Add.html
Let us know how it goes.
Drazen
Complete thread:
- VPN Working - Zeeshan Alam, 2007-10-03, 08:12
- Re: VPN Working - woddrazen, 2007-10-03, 11:02
- Re: VPN Working - Zeeshan Alam, 2007-10-06, 11:40
- Re: VPN Working - woddrazen, 2007-10-06, 12:46
- Re: VPN Working - Zeeshan Alam, 2007-10-07, 18:10
- Re: VPN Working - woddrazen, 2007-10-07, 19:13
- Re: VPN Working - wodSupport, 2007-10-07, 19:19
- Re: VPN Working - Shawn Campbell, 2014-09-26, 18:38
- Re: VPN Working - wodSupport, 2014-09-26, 18:51
- Re: VPN Working - woddrazen, 2007-10-07, 19:13
- Re: VPN Working - Zeeshan Alam, 2007-10-07, 18:10
- Re: VPN Working - woddrazen, 2007-10-06, 12:46
- Re: VPN Working - Zeeshan Alam, 2007-10-06, 11:40
- Re: VPN Working - woddrazen, 2007-10-03, 11:02