Access to VPN

The OpenVPN client can be used for remote access to the equipment of our democenter in order to secure control channel and data stream.
OpenVPN is a flexible, convenient, fast and safe solution for building virtual private networks(VPN). OpenVPN client is used on Solaris, OpenBSD, FreeBSD, NetBSD, GNU / Linux, Apple Mac OS X and Microsoft Windows and available for download.
Authentication and authorization procedure is based on cryptographic keys, and the following is a sample configuration file.

client
dev tun
proto tcp
remote < IP address> port
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert <your crt key>.crt
key <your key file>.key

 

Welcome !