Yealink Forums
T41 confirms upload of vpn config, but config not available - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: T4x Series (/forumdisplay.php?fid=31)
+--- Thread: T41 confirms upload of vpn config, but config not available (/showthread.php?tid=32822)



T41 confirms upload of vpn config, but config not available - sguenther - 10-26-2016 04:11 AM

Hi,

I'm trying to configure a T41P (FW 36.80.0.130) for an OpenVPN connection with the following vpn.conf file:

Code:
client
nobind
setenv SERVER_POLL_TIMEOUT 4
remote 217.8.155.2
port 1194
proto udp
ns-cert-type server
dev tun
dev-type tun
verb 3
comp-lzo no
auth-retry nointeract
rcvbuf 100000
sndbuf 100000
reneg-sec 604800
cipher BF-CBC
ns-cert-type server
ca /config/openvpn/keys/ca.crt
cert /config/openvpn/keys/client.crt
key /config/openvpn/keys/client.key

When I upload the tar file, the phone responds with "Upload successful", but although VPN is activated, the page reloads without displaying the config and it isn't available in the menu of the phone either.

I already increase the system log level to 6, hoping to find a hint on what happens after the upload, but the exported log files don't contain any info.

So, I'm stuck and I need a suggestion what might be wrong.
When I use the config file on a linux system, the vpn connection is established.

I found a number of other postings in this forum about problems setting up the vpn, but none was helpful for my case.

Thanks your any help,

Stefan


RE: T41 confirms upload of vpn config, but config not available - anonymous1711612242218 - 10-27-2016 08:06 AM

Hi Sguenther,

This is Bonby from Yealink Support Team, it’s my pleasure to work for you.

1、 Please according to the following file to configure the rar file.
Notice:
a. All the files’ name should be named according to the guide (the config file’s name is vpn.cnf, not vpn.conf);
b. The three files, ca.crt, client.crt , client.key should be put in the keys folder.
c. keys folder and vpn.cnf are in the outermost directory.
http://download.support.yealink.com/download?path=upload%2Fattachment%2F2015-7-17%2F3%2Ffa9eb478-59d7-4082-9ebb-fb9a0de7ea63%2FOpenVPN_Feature_on_Yealink_IP_Phones_V80_60.pdf

2、If The VPN still don’t work after you operate it step 1, please provide us:
a. ca.crt, client.crt , client.key and client config files for Windows, namely, your rar file;
b. ca.crt, server.crt , server.key and server config files for Windows.
c. The level 6 syslog, config.bin and pcap file.
About how to get level 6 syslog, config and pcap file, please refer to following link:
http://support.yealink.com/faq/faqInfo?id=313


RE: T41 confirms upload of vpn config, but config not available - sguenther - 10-27-2016 03:32 PM

Hi Bonby,

thank you!!!
It was just the name of the file, but I was so focused on a potentially technical problem!

Best regards,

Stefan