[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
[Solved] VPN with watchguard
Author Message
5cservices Offline
Junior Member
**

Posts: 4
Joined: Jul 2014
Reputation: 0
Post: #1
[Solved] VPN with watchguard
Im attempting to connect a Yealink T20P over VPN to our watchguard.

Has anyone managed to successfully do this, or any good idea on how to do so ?
(This post was last modified: 09-27-2016 11:22 PM by CWR.)
07-10-2014 11:48 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
5cservices Offline
Junior Member
**

Posts: 4
Joined: Jul 2014
Reputation: 0
Post: #2
RE: VPN with wathguard
Worked this out myself in the end.

Hopefully our experience may be of help to some others:

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 Open VPN conf file :
Copy / Paste certificates & key in to respective files in keys folder
Copy reaming info from .ovpn file into vpn.cnf

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.
07-23-2014 06:27 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
jits04 Offline
Junior Member
**

Posts: 7
Joined: Sep 2016
Reputation: 0
Post: #3
RE: [Solved] VPN with wathguard
I'm using t23g phone. I have firebox t-10 (watchguard).

I'm using SSL vpn client so I follow your instructions.

I have loaded the .tar file successful, but log file tell me:

Sep 21 00:00:08 openvpn[539]: OpenVPN 2.2.1 arm-dspg-linux-uclibceabi [SSL] [LZO2] [EPOLL] built on Feb 2 2015
Sep 21 00:00:08 openvpn[539]: WARNING: cannot stat file '/yealink/config/openvpn/auth.txt': No such file or directory (errno=2)
Sep 21 00:00:08 openvpn[539]: Error opening 'Auth' auth file: /yealink/config/openvpn/auth.txt: No such file or directory (errno=2)
Sep 21 00:00:08 openvpn[539]: Exiting

Any idea?

William
09-22-2016 04:12 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
Kevin_Yealink Offline
Administrator
*******

Posts: 204
Joined: Jul 2016
Reputation: 2
Post: #4
RE: [Solved] VPN with wathguard
Hi William

This is Kevin from Yealink support team, nice to know you.

Seems that you upload a auth.txt file into the vpn config while our phone don't support. Can you send the files to me,then i can test in my side. For more information about openvpn, you also can refe to the guide:
http://download.support.yealink.com/down...V80_60.pdf

BR
Kevin
09-23-2016 09:39 AM
Find all posts by this user    like0    dislike0 Quote this message in a reply
jits04 Offline
Junior Member
**

Posts: 7
Joined: Sep 2016
Reputation: 0
Post: #5
RE: [Solved] VPN with wathguard
Hi Kevin,

your colleague Klaus is already checking this problem, so if you want to try yourself ask him what kind of test he did to avoid waste of time (for save you time support).

5cservices user told to have had solved it, but it is very strange if your phone doesn't support it.

it will be wonderful to have this future working with watchguard products. I use always this as firewall

William
09-23-2016 02:02 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
jits04 Offline
Junior Member
**

Posts: 7
Joined: Sep 2016
Reputation: 0
Post: #6
RE: [Solved] VPN with wathguard
Hi Kevin,

look at your faq:

http://support.yealink.com/faq/faqInfo?id=217

it is supported!

I have correct it with right folder, but same error

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

Bug?

Best regards

William
09-26-2016 08:59 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
meneersjon Offline
Junior Member
**

Posts: 1
Joined: Sep 2016
Reputation: 0
Post: #7
RE: [Solved] VPN with watchguard
For the T27P SIP and a Firebox XTM330 it works!

Just be sure to use this syntax in the vpn.cnf file: auth-user-pass /config/openvpn/auth.txt
And in auth.txt, use account name and password both on their own line!
(This post was last modified: 09-30-2016 05:14 PM by meneersjon.)
09-30-2016 05:10 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
jits04 Offline
Junior Member
**

Posts: 7
Joined: Sep 2016
Reputation: 0
Post: #8
RE: [Solved] VPN with watchguard
Hi meneersjon,

I have open a ticket open with yealink support. I have done some tests. I have try to insert "auth-user-pass /config/openvpn/auth.txt", but it doesn't work. Would you mind to post your vpn.txt? Remove import information with XXX.

Thank you
10-05-2016 12:08 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
jits04 Offline
Junior Member
**

Posts: 7
Joined: Sep 2016
Reputation: 0
Post: #9
RE: [Solved] VPN with watchguard
kevin,

This evening I'll try your test.tar file.

I'll keep you update.

Thank you very much

William
(This post was last modified: 10-14-2016 03:22 AM by jits04.)
10-13-2016 03:29 PM
Find all posts by this user    like0    dislike0 Quote this message in a reply
jits04 Offline
Junior Member
**

Posts: 7
Joined: Sep 2016
Reputation: 0
Post: #10
RE: [Solved] VPN with watchguard
Hi,

I moved the pwd to keys folder, otherwise the load failed, but I still receive the same error!

other suggest? Have you tried with t23g?

best regards

William
10-14-2016 02:55 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
  [Solved] Correct password don't work anymore in SIP-T22P ip phones frog.tech 1 8,520 01-27-2021 07:45 PM
Last Post: lsk
  [SOLVED] T21P headset mic volume, reconnect issue and confusing firmware versioning opsis 3 15,781 10-28-2015 09:25 AM
Last Post: prakitj
  [solved] full freeswitch support please support_badger 6 20,254 07-04-2015 08:08 AM
Last Post: support_badger
  [SOLVED] T28P auto-provisionning ringtone julien 2 10,672 07-04-2014 03:38 PM
Last Post: julien
  T28P with custom logo backlight issue (SOLVED) Raffles 4 19,816 05-04-2014 05:47 PM
Last Post: Raffles
  Custom dial tones [SOLVED] Raffles 4 19,115 04-24-2014 03:30 PM
Last Post: Raffles
  T26p BLF for parked call (Solved) arcinsurance 0 6,658 01-24-2014 04:21 AM
Last Post: arcinsurance
Lightbulb [SOLVED] ]XML Push InputScreen response? marvinh 2 10,299 06-25-2013 11:15 PM
Last Post: Billx

Forum Jump:


User(s) browsing this thread:

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