Quantcast
Channel: Yealink Forums - All Forums
Viewing all articles
Browse latest Browse all 10934

OpenVPN with Webmin+Openvpn

$
0
0
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?

Viewing all articles
Browse latest Browse all 10934

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>