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!