#!/bin/bash # vars SERVER_HOST="vpn.example.com" VPN_POOL="10.8.0.2-10.8.0.254" VPN_LOCAL="10.8.0.1" PORT=1194 CLIENTS=("client1")
/ip firewall filter add chain=input protocol=tcp dst-port=1194 place-before=0 comment="Allow OVPN"
MikroTik OpenVPN Setup Guide | PDF | Computer Network - Scribd