Yealink Forums
OpenVPN with Webmin+Openvpn - Printable Version

+- Yealink Forums (http://forum.yealink.com/forum)
+-- Forum: IP Phone Series (/forumdisplay.php?fid=4)
+--- Forum: Phone specific topic (/forumdisplay.php?fid=12)
+---- Forum: T2xP Series (/forumdisplay.php?fid=21)
+---- Thread: OpenVPN with Webmin+Openvpn (/showthread.php?tid=9779)



OpenVPN with Webmin+Openvpn - fetoa - 10-03-2015 12:36 AM

Hi all!

I have a centos machine working with asterisk+freepbx and webmin with openvpn module.

I have configures the ovpn server and I'm able to connect a PC correctly with the openvpn client, but it seems to be impossible to do it with a yealink T26 phone. I can browse the tar file, upload it, save and reboot without problems, but the phone doesn't connect.

Thees are the configuration files:

Server:

Code:
port 1198
proto udp
dev tun0
ca keys/beste_bat/ca.crt
cert keys/beste_bat/server.crt
key keys/beste_bat/server.key
dh keys/beste_bat/dh1024.pem
server 10.0.99.0 255.255.255.0
crl-verify keys/beste_bat/crl.pem
cipher AES-128-CBC
user nobody
group adm
status servers/Goikir_VPN/logs/openvpn-status.log
log-append servers/Goikir_VPN/logs/openvpn.log
verb 2
mute 20
max-clients 100
keepalive 10 120
client-config-dir /etc/openvpn/servers/Goikir_VPN/ccd
comp-lzo
persist-key
persist-tun
ccd-exclusive

Client:

Code:
client
proto udp
dev tun
dev-type tun
ca /config/openvpn/keys/ca.crt
cert /config/openvpn/keys/client.crt
key /config/openvpn/keys/client.key
remote myoffice.xxxxxxx.com 1198
cipher AES-128-CBC
user nobody
group adm
verb 2
mute 20
keepalive 10 120
comp-lzo
persist-key
persist-tun
float
resolv-retry infinite
nobind

What is wrong? Any idea?


RE: OpenVPN with Webmin+Openvpn - fetoa - 10-05-2015 05:21 PM

UP... Sad


RE: OpenVPN with Webmin+Openvpn - fetoa - 10-07-2015 08:46 PM

No idea? Does anyone use webmin for vpn and yealink phones?

Regards