Yealink Forums

Full Version: Vpn with Watchguard error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
i read this topic but dont' found an solution
http://forum.yealink.com/forum/showthrea...e=threaded

when try to connect with our T46G

following this guide
Create a stranded SSL-VPN user, Authenticating against Watchguard.

Depending on your Watchgaurd's Firmware go to https://<IP>/sslvpb.html and Download the Open VPN config file, Or Wathgaurd SSL VPN client if not available.


Create the bellow files & folders
/vpn.cnf
/auth.txt
/keys/ca.crt
/keys/client.crt
/keys/client.key


In auth.txt add username / password for VPN account on septate lines:
username
password

If using SSL vpn client:
Open client, and log into vpn, then close again.
Navigate to your user: \AppData\Roaming\WatchGuard\Mobile VPN
Replace files in keys folder with ca.crt, client.crt & client.pem files.
Rename client.pem to client.key
Copy contents of client.ovpn into vpn.conf

In vpn.cnf :
Change auth-user-pass to: auth-user-pass /yealink/config/openvpn/auth.txt

append the bellow lines:
ca /yealink/config/openvpn/keys/ca.crt
cert /yealink/config/openvpn/keys/client.crt
key /yealink/config/openvpn/keys/client.key


Add the Keys folder, vpn.cnf & auth.txt into a new .tar archive called OpenVPN
Upload archive to Phone, and active VPN.

Error opening 'Auth' auth file: /yealink/config/openvpn/auth.txt: No such file or directory (errno=2)


I try to move the atuh.txt file in /keys folders but dont' work.

can help me please?
thanks
anyone can help me please?
(01-23-2019 01:59 PM)andrea.s Wrote: [ -> ]anyone can help me please?

do this !!

In vpn.cnf :

Change auth-user-pass to: auth-user-pass /config/openvpn/auth.txt

append the bellow lines:
ca /config/openvpn/keys/ca.crt
cert /config/openvpn/keys/client.crt
key /config/openvpn/keys/client.key
Reference URL's