Vpngate.net VPN configuration: Difference between revisions
No edit summary |
|||
(29 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
==Summary== | ==Summary== | ||
This chapter is a guide on configuring vpngate. | This chapter is a guide on configuring vpngate.net provaider '''VPN''' instance on RUT routers. | ||
'''No''' registration | '''No''' registration require. | ||
==Step 1: Download the OpenVPN Configuration File == | ==Step 1: Download the OpenVPN Configuration File == | ||
===Select VPN server=== | ===Select VPN server=== | ||
Open internet browser and type '''www.vpngate.net''' in your browser url bar. | |||
Open | |||
Choose country and press '''OpenVPN''' | Choose country and press '''OpenVPN''' | ||
Line 14: | Line 13: | ||
===Select protocol UDP/TCP=== | ===Select protocol UDP/TCP=== | ||
Download configuration file. In our '''example''' we use TCP | |||
Download | |||
[[File:ConfigFile.png]] | [[File:ConfigFile.png]] | ||
== | ===Create empty files=== | ||
Create three files for certificates and key: | |||
== | |||
Create three files | |||
*ca.crt - Certificate authority | *ca.crt - Certificate authority | ||
*client.crt - Client certificate | *client.crt - Client certificate | ||
Line 29: | Line 24: | ||
[[File:Newfiles.png]] | [[File:Newfiles.png]] | ||
Open the downloaded configuration VPN file and copy/paste certificates and key to yours empty files. | |||
Open the downloaded VPN | |||
[[File:Cert.jpg]] | [[File:Cert.jpg]] | ||
Line 37: | Line 30: | ||
Save changes. | Save changes. | ||
==Step | ==Step 2: Router configuration == | ||
Now we need to open our RUT homepage. You can access the website by entering '''192.168.1.1''' in your | Now we need to open our RUT homepage. You can access the website by entering '''192.168.1.1''' in your network browser url bar. | ||
Open VPN configuration panel by clicking '''Services → VPN''' | Open VPN configuration panel by clicking '''Services → VPN''' | ||
Line 45: | Line 38: | ||
[[File:Routerhome.png]] | [[File:Routerhome.png]] | ||
===VPN | ===VPN configuration name=== | ||
Type | Type '''VPN''' configuration name and press '''Add new''' | ||
[[File:AddVPNname.png]] | [[File:AddVPNname.png]] | ||
Press '''Edit''' button to edit your VPN instance configuration | |||
[[File:PressEdit.png]] | [[File:PressEdit.png]] | ||
===Configuration settings=== | ===Configuration settings=== | ||
Check the '''Enable''' box | Check the '''Enable''' box | ||
Select protocol (UDP or TCP. Depends on which configuration | Select protocol (UDP or TCP. Depends on which configuration you downloaded in '''Step 1''' ) | ||
Set port, encryption, remote host/IP address and HMAC authentication algorithm from the VPN configuration file you downloaded. | Set port, encryption, remote host/IP address and HMAC authentication algorithm from the VPN configuration file you downloaded. | ||
'''Upload''' your certificates: | '''Upload''' your certificates: | ||
Line 71: | Line 63: | ||
Click '''Save'''. | Click '''Save'''. | ||
Revision as of 15:28, 29 November 2017
Summary
This chapter is a guide on configuring vpngate.net provaider VPN instance on RUT routers.
No registration require.
Step 1: Download the OpenVPN Configuration File
Select VPN server
Open internet browser and type www.vpngate.net in your browser url bar. Choose country and press OpenVPN
Select protocol UDP/TCP
Download configuration file. In our example we use TCP
Create empty files
Create three files for certificates and key:
- ca.crt - Certificate authority
- client.crt - Client certificate
- client.key - Client Key
Open the downloaded configuration VPN file and copy/paste certificates and key to yours empty files.
Save changes.
Step 2: Router configuration
Now we need to open our RUT homepage. You can access the website by entering 192.168.1.1 in your network browser url bar.
Open VPN configuration panel by clicking Services → VPN
VPN configuration name
Type VPN configuration name and press Add new
Press Edit button to edit your VPN instance configuration
Configuration settings
Check the Enable box
Select protocol (UDP or TCP. Depends on which configuration you downloaded in Step 1 )
Set port, encryption, remote host/IP address and HMAC authentication algorithm from the VPN configuration file you downloaded.
Upload your certificates:
- Certificate authority = ca.crt
- Client certificate = client.crt
- Client key = client.key
Click Save.