All tutorials
OVPN
OVPN Client Setup
OpenVPN (OVPN) provides flexible encrypted tunneling. MikroTik supports OVPN in TCP mode. This is also compatible with Adopisoft setups.
Before You Start
- You need a MikRouter remote account with an active subscription.
- Open Winbox and connect to your MikroTik router via MAC or IP address.
- Have your remote account credentials ready:
PPP Username,PPP Password, andServer Address. - These credentials are available in your dashboard under the remote details page.
1
Open PPP Interface
In Winbox, navigate to PPP.
2
Add OVPN Client
Click the
+ (Add) button and select OVPN Client from the dropdown list.3
Configure General Tab
| Field | Value | Note |
|---|---|---|
| Name | ovpn-mikrouter | Any name you prefer |
4
Configure Dial Out Tab
| Field | Value | Note |
|---|---|---|
| Connect To | server-address.mikrouter.com | Server address |
| Port | 1194 | Default OVPN port |
| Mode | ip | Use IP mode (not ethernet) |
| Protocol | tcp | MikroTik only supports TCP for OVPN |
| User | your-ppp-username | Your PPP username |
| Password | your-ppp-password | Your PPP password |
| Profile | default | Default profile |
| Certificate | none | Leave as none |
| Verify Server Certificate | No | Uncheck this |
| TLS Version | any | Leave as any |
| Auth | sha1 | Authentication hash |
| Cipher | blowfish 128 | Encryption cipher |
| Use Peer DNS | Yes | Check this |
| Add Default Route | No | Leave unchecked |
| Route Nopull | No | Leave unchecked |
5
Apply and Connect
Click
Apply then OK. The OVPN client will establish a TCP tunnel to the server.6
Verify Connection
Check PPP›Interface for the
R flag. OVPN connections may take slightly longer due to TCP overhead. If it fails, verify the port is correct and not blocked by your ISP.