vpn gate&open vpn configuration under Ubuntu and IOS

First go to the vpn gate website http://www.vpngate.net/cn/ (this link needs to be over the wall)

(0)Introduction

The VPN Gate Academic Experiment Project is an online service operated by the Graduate School of the National University of Tsukuba for academic research purposes. The purpose of this study is to promote the knowledge of "Globally Distributed Public VPN Relay Servers".

There is a list of public VPN relay servers on the VPN Gate Academic Project website. Anyone on the Internet can establish a VPN connection to any VPN server on the list. No user registration is required.

Mirror site list for  vpngate.net (updated 2018-04-18 09:44:16  UTC):

(The following link part does not need to overturn the wall)

VPN Gate Source (Main) Website URL


Open VPN connection is recommended

(1) Configuration in Ubuntu environment

        a. Install open vpn

sudo apt install openvpn

        b. Go to the VPNgate official website or other mirror websites to download the .ovpn configuration file

            Attaching a couple of available links here (Wed Apr 18 2018 18:09:57 CST test)

                                                    OpenVPN configuration file: 182.158.233.113 (UDP 1581)

                                                         OpenVPN configuration file: 58.123.165.93 (UDP 1806)

        c. Modify .ovpn so that it can be used on Ubuntu (adding a command to modify DNS, if you don't modify it, you can connect, but because of DNS problems, there are a lot of websites suggesting that it is not a private connection and access is denied)

script-security 2
up /etc/openvpn/update-resolv-conf
down /etc/openvpn/update-resolv-conf

        d. Connection

sudo openvpn --config vpngate_211.108.33.224_udp_1404.ovpn #Note to modify the path to your .ovpn configuration file

         e. Wait until the prompt Initialization Sequence Completed indicates that the connection is successful

(2) Configuration in IOS environment

        a. Download openVPN in the APP store

            Note: The Chinese version does not have this APP, you need to use the US version of the APP store to download

        b. Go to the VPNgate official website or other mirror websites to download the .ovpn configuration file

        c. Open the downloaded .ovpn file and select Open with other software -> Copy to OpenVPN

        d. Click the green plus sign to add the configuration to the list, then click Connection

        e. Wait until the Status becomes Connected, then you can browse the website outside the wall happily

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325602783&siteId=291194637
VPN