Hello
For some reason , I should connect VPN through proxy , so I should force client to make TCP based connections , if not , connection will be closed before it be established.And I should retry about ten times to establish TCP conenction!
Is there any way to disable UDP or force client to make TCP connection? or make TCP in higher priority?
Disable UDP Connection
-
- Posts: 11
- Joined: Mon Apr 22, 2013 4:00 pm
Re: Disable UDP Connection
Well yes you can do this. However it's depend on how you use the software client prospective but here I guess you use the software using openvpn client : you have to update the vpn client file and replace "proto udp" by "proto tcp". don't check the box udp on the openvpn MS-STTP clone server function setting.
rgds
Fred.
rgds
Fred.
-
- Posts: 20
- Joined: Thu Apr 04, 2013 1:42 pm
Re: Disable UDP Connection
Thank you , but I'm Using Packetix Tunnel. Isn't there any way to do that?
-
- Site Admin
- Posts: 2270
- Joined: Sat Mar 09, 2013 5:37 am
Re: Disable UDP Connection
Please append '/tcp' after the server host name in a connection setting.
-
- Posts: 20
- Joined: Thu Apr 04, 2013 1:42 pm
Re: Disable UDP Connection
Thank you a lot , cedar . worked fine :-)