Use openvpn in Ubuntu or debian as the client to connect to the VPN Server

Source: Internet
Author: User
Install and use the openvpn client in Ubuntu10.10. The method is similar to that of setting up the openvpn server. First, apt-getinstallopenvpn. After installation, the key is to configure and then access through vpn, such as firewall GFW. 1. Install the openvpnsudoapt-getopenvpn2. Configure the openvpn client to copy the ca. crt, ta. key file generated on the server to/etc/openvpn

Install and use the openvpn client in Ubuntu 10.10 in a way similar to setting up an openvpn server. First, apt-get install openvpn. after the installation, the key is to configure and then access through vpn, for example, firewall GFW.

1. Install openvpn
Sudo apt-get openvpn

2. Configure the openvpn Client
The certificate generated by the server is ca. crt, ta. copy the key file to the/etc/openvpn/tiger directory, tiger. copy the ovpn file to the/etc/openvpn/directory. The content of www.linuxidc.com is as follows for future reference.

Client
Dev tun
Proto udp
Remote 2. 10.45.250.4 1194
Resolv-retry infinite
Nobind
Persist-key
Persist-tun
Cd/etc/openvpn/
Ca tiger \ ca. crt
Ns-cert-type server
Tls-auth tiger \ ta. key 1
Comp-lzo
Auth-user-pass

3. Start the openvpn Client
Openvpn-config/etc/openvpn/tiger. ovpn

Well done, enjoy it!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.