Yealink Forums
Vpn with Watchguard error - 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: Vpn with Watchguard error (/showthread.php?tid=42408)



Vpn with Watchguard error - andrea.s - 01-22-2019 04:23 PM

Hi
i read this topic but dont' found an solution
http://forum.yealink.com/forum/showthread.php?tid=2051&pid=41200&mode=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


RE: Vpn with Watchguard error - andrea.s - 01-23-2019 01:59 PM

anyone can help me please?


RE: Vpn with Watchguard error - Jimmy jb - 05-29-2019 05:51 PM

(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