Getting Started OpenVPN Server with MikroTik on the Docker Container

0 Views
Published
Getting Started OpenVPN Server with MikroTik on the Docker Container, Ananda Dwi Rahmawati (SMK SAKTI GEMOLONG, Indonesia). Based on beznosa/openvpn-mikrotik repository, in this presentation I want
to bring the topic about OpenVPN MikroTik Using Docker Container.

OpenVPN server in a Docker container complete with an EasyRSA PKI CA and setted up for using with MikroTik routers.
Initialize the volume container using the beznosa/openvpn-mikrotik image with the included scripts to automatically generate:
1. Diffie-Hellman parameters
2. a private key
3. a self-certificate matching the private key for the OpenVPN server
4. an EasyRSA CA key and certificate
5. a TLS auth key from HMAC security

Why i use Docker?
Benefits of Running Inside a Docker Container
1. The Entire Daemon and Dependencies are in the Docker Image
2. It Doesn't Stomp All Over the Server's Filesystem
3. Some (arguable) Security Benefits
4. Differences from jpetazzo/dockvpn (No longer uses serveconfig to distribute the configuration via https). PDF: https:.
Category
MikroTik
Tags
mikrotik, routerboard, routeros
Be the first to comment