[YMCS/YDMP Free Trial Program]Yealink would like to offer Free Trial Program of Yealink device management service for our current eligible customers. You can see the details below.
https://www.yealink.com/ydmp-freetrial-2020


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
T28_OpenVPN by EasyVPN on Elastix
Author Message
tien.nh@duhung.vn Offline
Junior Member
**

Posts: 5
Joined: Apr 2015
Reputation: 0
Post: #1
T28_OpenVPN by EasyVPN on Elastix
Hi everyone,

I am trying run OpenVPN on T28 IP Phone. I am using addon EasyVPN on Elastix but it not acctive. I don't know reasion why, content of file vpn.cnf :

[i]client
dev tun
proto udp
remote 118.69.52.142 1194
resolv-retry infinite
nobind
persist-key
persist-tun
mute-replay-warnings
ca /config/openvpn/keys/ca.crt
cert /config/openvpn/keys/VPN.crt
key /config/openvpn/keys/VPN.key
comp-lzo
verb 3
[/i]



Server.conf:
port 1194
proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 172.16.1.0 255.255.255.0
local 10.0.0.215
ifconfig-pool-persist ipp.txt
keepalive 10 140
comp-lzo no
user asterisk
group asterisk
persist-key
persist-tun
status openvpn-status.log
verb 3
client-to-client
#111crl-verify /etc/openvpn/crl.pem


Thanks for reading !
(This post was last modified: 04-16-2015 04:57 PM by tien.nh@duhung.vn.)
04-16-2015 04:28 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
James_Yealink Offline
Administrator
*******

Posts: 1,159
Joined: Aug 2014
Reputation: 8
Post: #2
RE: T28_OpenVPN by EasyVPN on Elastix
Hi,

Can you send openvpn.tar file to us for a check?
You can send it to james@yealink.com.

Regards,
James
04-16-2015 04:57 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
tien.nh@duhung.vn Offline
Junior Member
**

Posts: 5
Joined: Apr 2015
Reputation: 0
Post: #3
RE: T28_OpenVPN by EasyVPN on Elastix
I have already sent this file, please check !
04-16-2015 05:24 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
betobono Offline
Junior Member
**

Posts: 2
Joined: May 2015
Reputation: 0
Post: #4
RE: T28_OpenVPN by EasyVPN on Elastix
I have a similar problem with a T21P
I am sure that the server works well for the Windows, Linux and Iphone / Ipad clients connect well

I want to help me

Thank you for your help
05-12-2015 10:41 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
James_Yealink Offline
Administrator
*******

Posts: 1,159
Joined: Aug 2014
Reputation: 8
Post: #5
RE: T28_OpenVPN by EasyVPN on Elastix
Hi, to Yealink OpenVPN please note:

1. SHA256 is not supported now.
2. Make sure that the "keys" folder and "vpn.cnf" file are compressed directly, don't put them into any folders.
3. Make sure that the parameter in cnf file is filled correctly, you can send the cnf file to us.

Regards,
James
05-12-2015 05:11 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
9971df Offline
Junior Member
**

Posts: 2
Joined: Jun 2015
Reputation: 0
Post: #6
RE: T28_OpenVPN by EasyVPN on Elastix
Good morning, I'm experiencing the same problem with my yealink T28P device. What is the structure i should have in the files and keys in the .tar file and what is the correct setting for them in the .cnf file ?
06-09-2015 03:19 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
James_Yealink Offline
Administrator
*******

Posts: 1,159
Joined: Aug 2014
Reputation: 8
Post: #7
RE: T28_OpenVPN by EasyVPN on Elastix
Hi, I attach a .tar file sample. Please chceck.


Attached File(s)
.zip  Openvpn_sample.zip (Size: 3.7 KB / Downloads: 7)
06-09-2015 05:14 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
9971df Offline
Junior Member
**

Posts: 2
Joined: Jun 2015
Reputation: 0
Post: #8
RE: T28_OpenVPN by EasyVPN on Elastix
My structure is the same. I'm publishing the server and client conf

server.conf

local 192.168.178.161
port 1195
proto udp
server 192.168.10.0 255.255.255.0
push "dhcp-option DNS 8.8.8.8"
push "route 192.168.178.0 255.255.255.0"
push "route 192.168.101.0 255.255.255.0"
comp-lzo
max-clients 2
verb 5
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
ifconfig-pool-persist ipp.txt
keepalive 10 30
user nobody
group nobody
persist-key
persist-tun
client-config-dir /etc/openvpn/ccd
status /var/log/openvpn-status.log 5
status-version 2
log /var/log/openvpn.log
log-append /var/log/openvpn.log
crl-verify /etc/openvpn/crl.pem
management localhost 7000
____________________________________________

client

dev tun
proto udp
remote ****.dyndns.org 1195
ca /config/keys/ca.crt
key /config/keys/client.key
cert /config/keys/client.crt
resolv-retry infinite
nobind
persist-key
persist-tun
comp-lzo
verb 1
ns-cert-type server

I've tried and your setting files client conf after i made my personal settings and nothing worked. I also tried and from another YEalink T28P and still nothing..
(This post was last modified: 06-09-2015 07:15 PM by 9971df.)
06-09-2015 06:48 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
James_Yealink Offline
Administrator
*******

Posts: 1,159
Joined: Aug 2014
Reputation: 8
Post: #9
RE: T28_OpenVPN by EasyVPN on Elastix
Please set the certificate path to:

ca/config/openvpn/keys/ca.crt
key /config/openvpn/keys/client.key
cert /config/openvpn/keys/client.crt

If it doesn't work, can you send us the whole tar file? You can send it to support@yealink.com.

Regards,
James
06-10-2015 01:23 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
gelevera Offline
Junior Member
**

Posts: 1
Joined: Jan 2016
Reputation: 0
Post: #10
RE: T28_OpenVPN by EasyVPN on Elastix
https://community.spiceworks.com/how_to/...or-yealink
01-07-2016 04:05 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  BLF Trunk Monitor Elastix Ricardo111 1 6,398 12-30-2016 10:13 AM
Last Post: Jensen_Yealink
  Server Elastix with Openvpn and SIP-T21P betobono 2 12,115 08-23-2015 03:45 PM
Last Post: voipsistemi
  OpenVPN connection to Elastix failing l4telcom 6 26,344 03-01-2014 09:55 AM
Last Post: Yealink Support
  VP530 and Elastix paboj0493 4 13,350 07-15-2013 03:51 PM
Last Post: Yealink Support

Forum Jump:


User(s) browsing this thread:

Contact Us   Yealink   Return to Top   Return to Content   Lite (Archive) Mode   RSS Syndication