OpenVPN

The OpenVPN-Server can be configured as a client or as a server. The configuration of the server is text-based.

Configuration

Here is an example of a UDP tunnel via port 1'194 of the client configuration:

client
remote öffentliche.adresse.com 1194
dev tun
proto udp
resolv-retry infinite
nobind
user nobody
group nobody
persist-key
persist-tun
ca [inline]
cert [inline]
key [inline]
ns-cert-type server
verb 3
float
auth-user-pass

In addition, the certificates and private key are used. The configuration of the paths is automatically replaced by the correct certificate paths on the server.

Note: Do not forget to assign the ports of the visualization to the network interface of the VPN after it has been configured.