Configuring an OpenVPN client to establish a VPN

To establish a session with DI's OpenVPN server, you will need this configuration file, that has all necessary informations to make a successful connection.

Every time a new session is launched, the username and password will be required to authenticate.

Windows

On Windows, you will need the official OpenVPN Community Edition binaries which come with a GUI. Then, place your .ovpn configuration file (link bellow) into the proper directory, C:\Program Files\OpenVPN\config, and click Connect in the GUI. OpenVPN GUI on Windows must be executed with administrative privileges.

macOS X

On macOS X, is necessary to install the open source application Tunnelblick that provides an GUI interface. After installed this software copy the configuration file above to your computer and double-click on this .ovpn file.

iPad

For iPad users, install the app "OpenVPN Connect" and then double-click on this .ovpn file to add this profile to the app. However, if this type of file is not associated with this app, please launch the app and import this configuration file.

Linux:

On Linux, you should install OpenVPN from your distribution's official repositories. You can then invoke OpenVPN by executing:

sudo openvpn --config ~/path/to/client.ovpn

Android

For Android users, install the app "OpenVPN Connect" an then double-click on this .ovpn file to add this profile to the app. However, if this type of file is not associated with this app, please launch the app and import this configuration file.