[Begin]OpenVPN is a Virtual Private Network platform that employs methods for establishing protected point-to-point or site-to-site links in either routed or bridged setups, along with facilities for remote access.

This is a quick guide on how to configure OpenVPN on OpenWRT.

1. Luci Configuration

    2. (Optional) A Tiny Modification

    Add the following code in etc/config/openvpn to allow multiple devices to connect simultaneously (sharing certificates):

    option duplicate_cn "1"

    Congrats! The Configuration's done.