How to Set Up OkayVPN on a MikroTik Router
1. Open the PPP Interface Window
Log in to your MikroTik router using WinBox.
From the main menu on the left, click on PPP
.
2. Create a New OVPN Client Interface
In the PPP
window, go to the Interface
tab.
Click the blue +
button to add a new interface.
From the dropdown list, select OVPN Client
.
3. Configure the Connection Settings
A "New Interface" window will open. Fill in the fields in the General
tab.
Connect To: Enter your chosen server address (e.g., ok30205.okayvpn.com
).
Port: This value is different for each server. To find the correct port:
Open the .ovpn
file you downloaded with a text editor (like Notepad).
Look for a line that starts with remote
. It will look like: remote ok30205.okayvpn.com 9553
.
The number at the end of that line is the Port you must enter here.
Mode: ip
Protocol: tcp
User: Your OkayVPN Username
Password: Your OkayVPN Password
Profile: default-encryption
Certificate: none
Auth: sha1
Cipher: aes-256-cbc
Use Peer DNS: yes
Make sure the enabled
checkbox at the bottom left is checked.
(Note: The port in this image is an example. Yours will likely be different.)
4. Apply and Connect
Click the Apply
button to save the configuration.
Click OK
to close the window.