Hello and sorry if this lands in the wrong spot. I have been working on trying to set up one of our T41P to work with our OpenVPN. Below is the configure file used for the phones and I have verified the VPN is functional with another machine. Any help would be much appreciated. I followed what information I could from the post found here http://forum.yealink.com/forum/showthread.php?tid=1958 but I am still having issues. Any help would be fantastic, thank you!
client
dev tun
proto udp
remote 50.X.X.X 1194 #This is the public IP of the VPN.
resolv-retry infinite
nobind
persist-key
persist-tun
ca /config/openvpn/keys/ca.crt
cert /config/openvpn/keys/client.crt
key /config/openvpn/keys/client.key
comp-lzo
verb 3
Thank you once again and let me know if further information could be helpful.
client
dev tun
proto udp
remote 50.X.X.X 1194 #This is the public IP of the VPN.
resolv-retry infinite
nobind
persist-key
persist-tun
ca /config/openvpn/keys/ca.crt
cert /config/openvpn/keys/client.crt
key /config/openvpn/keys/client.key
comp-lzo
verb 3
Thank you once again and let me know if further information could be helpful.