Installing the OpenVPN Client on FreeBSD

If the client has a stock FreeBSD installation, OpenVPN may be found in the ports collection. To install OpenVPN, run the following as root:

# pkg install openvpn

Alternately, it can be installed from ports:

# cd /usr/ports/security/openvpn && make install clean