10-28-2014, 04:04 AM
Hi,
We have T22 T42 and T46
I have successful setup openvpn on T42 and T46 witj no problem at all
But with the t22 it is driving me crazy, I have the firmware 7.72.0.80 on the phone
and reading the OpenVPN_Feature_on_Yealink_IP_Phones on the yealink site it say that: "SIP-T2xP and SIP-T3xG IP phones with the latest V71 firmware (or later) are
compatible with above information. We recommend you to use the unified
“/config/openvpn/keys/”."
So here is my config file:
client
dev tun
proto udp
remote 200.6.xxx.xxx 1194
remote-random
resolv-retry infinite
nobind
persist-key
persist-tun
mute-replay-warnings
cipher AES-128-CBC
ca /config/openvpn/keys/ca.crt
cert /config/openvpn/keys/client.crt
key /config/openvpn/keys/client.key ca.crt
ns-cert-type server
comp-lzo
verb 3
but the vpn don't want to come up, when I check the error log on the phone it show this:
Oct 27 00:00:19 openvpn[409]: Cannot load certificate file /yealink/config/openvpn/keys/client.crt: error:02001002:system library:fopen:No such file or directory: error:20074002:BIO routines:FILE_CTRL:system lib: error:140AD002:SSL routines:SSL_CTX_use
I also try the /yealink/config/openvpn/keys/ but with no luck
We have T22 T42 and T46
I have successful setup openvpn on T42 and T46 witj no problem at all
But with the t22 it is driving me crazy, I have the firmware 7.72.0.80 on the phone
and reading the OpenVPN_Feature_on_Yealink_IP_Phones on the yealink site it say that: "SIP-T2xP and SIP-T3xG IP phones with the latest V71 firmware (or later) are
compatible with above information. We recommend you to use the unified
“/config/openvpn/keys/”."
So here is my config file:
client
dev tun
proto udp
remote 200.6.xxx.xxx 1194
remote-random
resolv-retry infinite
nobind
persist-key
persist-tun
mute-replay-warnings
cipher AES-128-CBC
ca /config/openvpn/keys/ca.crt
cert /config/openvpn/keys/client.crt
key /config/openvpn/keys/client.key ca.crt
ns-cert-type server
comp-lzo
verb 3
but the vpn don't want to come up, when I check the error log on the phone it show this:
Oct 27 00:00:19 openvpn[409]: Cannot load certificate file /yealink/config/openvpn/keys/client.crt: error:02001002:system library:fopen:No such file or directory: error:20074002:BIO routines:FILE_CTRL:system lib: error:140AD002:SSL routines:SSL_CTX_use
I also try the /yealink/config/openvpn/keys/ but with no luck