linking error - WeOnlyDo Discussion board

linking error (General questions)

by amine1973, Saturday, November 02, 2013, 12:00 (3828 days ago)

Hello,

i use simple one example, when i try to do search, it pass stage one as searching and i got, STATE linking with remote peer and then a timeout. knowing that on some other internet provider it works perfectly, i don't know if it is from network setup, or internet provider etc...please let me know what is the cases where the 2 peers can't LINK ,

thank you

Re: linking error

by woddrazen, Saturday, November 02, 2013, 12:54 (3828 days ago) @ amine1973

Hi Amine,


Did you try to set UseUPnP Property to True? Does that help maybe?

More help for UseUPnP Property you can find here:
http://www.weonlydo.com/VPN/Help/wodVPN-UseUPnP.html

Let us know how it goes.


Regards,
Drazen

Re: linking error

by amine1973, Saturday, November 02, 2013, 13:28 (3828 days ago) @ woddrazen

Hi Amine,


Did you try to set UseUPnP Property to True? Does that help maybe?

More help for UseUPnP Property you can find here:
http://www.weonlydo.com/VPN/Help/wodVPN-UseUPnP.html

Let us know how it goes.


Regards,
Drazen

Mr. Drazen,

Thanks a lot , it works perfectly.

and since you are such good, let me have your help please in one more question.

1)i have a server A running ftp server on port 21
2)on server (A) i run 1.simple sample
3)on my client (B) i run also 1.simple sample and i make connection (a) to (b)

now what i should put on listen on ip & port fields and redirect to ip & port fields on both (A) and (B).

thanks a lot for your previous quick response and i appreciate your help.

Best Regards,

Re: linking error

by woddrazen, Saturday, November 02, 2013, 16:14 (3828 days ago) @ amine1973

Amine,


You can use 127.0.0.1 ip for localip and remoteip and 21 for remoteport and for local port you can choice port where you want to forward FTP server.

Let us know how it goes.


Drazen

Re: linking error

by amine1973, Saturday, November 02, 2013, 19:39 (3828 days ago) @ woddrazen

Amine,


You can use 127.0.0.1 ip for localip and remoteip and 21 for remoteport and for local port you can choice port where you want to forward FTP server.

Let us know how it goes.


Drazen

Hi again,

sorry but i didn't get you, i'll clarify my question.
after i connect , i receive the hostname, suppose it is 88.99.100.1,
and there it is running an ftp server on port 21.

if i want to access the ftp server on my clent machine by typing in iexplorer ftp://88.99.100.1 and get to connect, what should i enter on both client and server wodvpn,

please give me the 8 parameters (4 for client and 4 for server).

Thanks for your help.

Re: linking error

by woddrazen, Saturday, November 02, 2013, 20:50 (3828 days ago) @ amine1973

Amine,


Actully you don't need to do that on both sides. You can try my parameters on client side. That should be all to start tunnel over wodVPN


Drazen

Re: linking error

by amine1973, Friday, November 08, 2013, 07:33 (3822 days ago) @ woddrazen

Hello,

after i set the property UseUPnP=true, i got connected when i use some internet providers that i was not able to connect when UseUPnP=false.

even so when UseUPnP=true i still fail to connect on sometimes, it is randomly and i can not know why, sometimes (some days) it connect, sometimes it gives the same error as linking error and time out, peers find themself but can not link.

is there any settings or properties should i change?

Thanks

Re: linking error

by wodDrazen, Friday, November 08, 2013, 14:14 (3822 days ago) @ amine1973

Amine,


Does it work maybe if you change RetryWait property value? Use some bigger value for this property.


Drazen

--
_________________________________________________
WeOnlyDo! Software - Internet Security Components
----------=== http://www.weonlydo.com ===----------

shame to delete a post when you don't know the answer

by amine1973, Friday, November 08, 2013, 17:46 (3822 days ago) @ wodDrazen

i posted here what i did for you previous suggestion, but it was deleted, can you accept this?!!!!!

shame to delete a post when you don't know the answer

by wodDrazen, Friday, November 08, 2013, 17:51 (3822 days ago) @ amine1973

Amine,


Sorry we moved to new forum and I accidentally post my reply inside your post. It wasn't my intention to do that. Actually we don't do that at all and believe me I'm not allowed to make such decision.

Can you maybe reply to my last reply this issue occur all the time or partly?


Drazen

--
_________________________________________________
WeOnlyDo! Software - Internet Security Components
----------=== http://www.weonlydo.com ===----------

shame to delete a post when you don't know the answer

by amine1973, Friday, November 08, 2013, 18:56 (3822 days ago) @ wodDrazen

Hello,

it is ok, i hope that this issue here can be solved.

i used this code:
wodVPN1.UseUPnP = True
wodVPN1.RetryWait = 5000
wodVPN1.RetryCount = 100
wodVPN1.Search SrchUDPDouble, Text3.Text, "mediator.weonlydo.com", 8000

and still can't link, it gives linking error and then timeout.
i repeat, the search was ok on 70% of internet providers i tested on, and fail on 30%.
still not accepted to rely on this when i decide to lunch an application.

is there any properties to use? what cause this problem usualy? and why it fail to link on some internet providers? and how i can bypass this error?

thanks again.

shame to delete a post when you don't know the answer

by wodSupport, Friday, November 08, 2013, 21:04 (3822 days ago) @ amine1973

Hi.

There is not bullet-proof solution that will work across all firewalls and gateways. When this happens, only thing left is to create relay somewhere publicly available, so both sides connect to the relay and then relay forwards data from one connection to another. Obviously, this is slower approach.

wodVPN has support for this through Relay object

http://www.weonlydo.com/VPN/Help/wodVPN-VPNRelay.html

Regards,
Kreso