I Can Connect with TCP ONLY Udp is not working

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
asifsumaro
OpenVpn Newbie
Posts: 1
Joined: Thu Jul 12, 2012 3:27 am

I Can Connect with TCP ONLY Udp is not working

Post by asifsumaro » Thu Jul 12, 2012 3:46 am

here i m posting my TCP congfig file
please do necessary change for UDP connection

This is only way for connection of tcp server so please tell me on the same basis how can i connect a udp server
-------------------------------------
client
dev tun
proto tcp
remote xxx.xxxx.xxx.xxx.xx.
resolv-retry infinite
remote connect
#nobind
lport 6666
persist-key
persist-tun
ca xxxx.crt
auth-user-pass xxxx.txt
comp-lzo
verb 3
mute 5
reneg-sec 0
ping 10 ping-restart 60
route-method exe
route-delay 2
redirect-gateway def1 bypass-dhcp
-------------------

POS_Tech
OpenVpn Newbie
Posts: 3
Joined: Fri Jul 13, 2012 6:32 pm

Re: I Can Connect with TCP ONLY Udp is not working

Post by POS_Tech » Fri Jul 13, 2012 7:30 pm

client
dev tun
proto tcp
remote xxx.xxxx.xxx.xxx.xx.
proto udp

Instead

Post Reply