How to Set Up L2TP VPN on Mikrotik Router
Before you begin, make sure:
- Your Mikrotik router is connected to the internet.
- You have an active ZoogVPN subscription.
- To avoid DNS leaks, set static DNS servers:
- 8.8.8.8
- 8.8.4.4
You can manage these here:
Step 1 – Open the PPP interface
- Go to the Mikrotik interface and open the PPP tab.
- In the new window, you will be able to select the appropriate protocol.
- In the opened window, set a Name in the General tab, for example: ZoogVPN_L2TP.
Step 2 – Dial Out Tab
- Go to the Dial Out tab.
- In the Connect To field, enter the server address you want to connect to, such as nl.zgfree.info or de1.webunlim.com.
(The server IP/address can be taken from your ZoogVPN account in the “Server location” section of the “Address” column)
- Enter your ZoogVPN username and password in the corresponding fields.
- Check the box Use IPsec and enter the IPsec secret: ZoogVPN
- Make sure the Profile is set to default-encryption.
- Enable the following options if available:
- Add Default Route
- Use Peer DNS
Leave the other settings at their default values unless instructed otherwise. Make sure the authentication methods mschap2 and mschap1 are allowed.
Step 4 – Apply and Save
Click Apply, then OK to save your connection.
That’s it! You’ve successfully configured L2TP VPN on your Mikrotik router. Your connection is now secure and encrypted.
If you encounter any issues, don’t hesitate to reach out to our support team. You can also follow us on Facebook and Twitter for news and updates.
How to Set Up PPTP VPN on Mikrotik Router
Note: PPTP is an outdated VPN protocol; we recommend using L2TP or OpenVPN whenever possible. Use PPTP only if other protocols are not supported on your device.
Before You Start
Make sure:
- Your Mikrotik router is connected to the internet.
- You have an active ZoogVPN subscription.
- To avoid DNS leaks, set static DNS servers:
- 8.8.8.8
- 8.8.4.4
You can manage these here:
Step 1 – Open the PPP Interface
- Navigate to this section
- In the new window, you will be able to select the appropriate protocol.
- In the opened window, set a Name in the General tab, for example: ZoogVPN_PPTP.
Step 2 – Dial Out Tab
- Go to the Dial Out tab.
- In the Connect To field, enter the server address you want to connect to, such as nl.zgfree.info or de1.webunlim.com.
(The server IP/address can be taken from your ZoogVPN account in the “Server location” section of the “Address” column)
- Enter your ZoogVPN username and password in the corresponding fields.
- Make sure the Profile is set to default-encryption.
Leave the other settings at their default values unless instructed otherwise.
Step 3 – Apply and Save
Click Apply, then OK to save the configuration.
You are now connected to ZoogVPN using PPTP protocol.
Enjoy safe and private browsing.
If you need help, contact our customer support. Follow us on Facebook and Twitter for news and updates.
How to Set Up OpenVPN (OVPN) on Mikrotik Router
Before starting, make sure:
- Your Mikrotik router is connected to the internet.
- You have an active ZoogVPN subscription.
Note: TLS authentication support is available starting from RouterOS version 7.17. To get a compatible configuration file for your MikroTik router, please contact our support team.
Step 1 – Import ZoogVPN certificate
- To set it up, you’ll need to import .ovpn config file.
- Download the file from your ZoogVPN dashboard or contact our support if you need help.
Step 2 – Open the PPP interface
- Open the PPP tab.
- In the new window you need to select “import .ovpn”.
- In the opened window you need to select the appropriate file in the “File Name” field and then click “Start”
- Once successfully added, go to the PPP section again and navigate to the added configuration
In the opened window, set a Name in the General tab, for example: ZoogVPN_OVPN.
Step 3 – Dial Out Tab
Go to the Dial Out tab and select Add default router
- In Connect To, enter the server address
- Enter your ZoogVPN username and password
- Set Profile to default.
- In Certificate, choose the one you imported.
- Auth. will be set to sha1 and Cipher to blowfish128 or aes128 automatically when the .ovpn file is imported.
- Enable Add Default Router.
Leave the other settings at their default values unless instructed otherwise.
Step 4 – Apply and Save
Click Apply, then OK to save your connection.
You’re all done! You’ve successfully configured OpenVPN on your Mikrotik router. Your internet traffic is now routed through a secure and encrypted tunnel.
If you run into any trouble or need assistance, our support team is here to help. Don’t forget to follow us on Facebook and Twitter for the latest updates, tips, and service news.
How to Set Up WireGuard VPN on Mikrotik Router
WireGuard is a modern, fast, and secure VPN protocol. It’s recommended over PPTP and L2TP for better performance and security. Before starting, make sure:
- Your Mikrotik router is connected to the internet.
- You have an active ZoogVPN subscription.
- To avoid DNS leaks, set static DNS servers:
- 8.8.8.8
- 8.8.4.4
You can manage these here:
Step 1 – Import WireGuard Configuration from ZoogVPN
- Upload a configuration file.
- The configuration files for WireGuard will be available after contacting Support.
Step 2 – Open WireGuard and Import Configuration
- Navigate to the WireGuard menu.
- In the new window you need to select “WG import”.
- In the opened window you need to select the appropriate file in the “File Name” field and then click “WG import”
- Once successfully added, go to the WireGuard section again and navigate to the added configuration
- In the opened window, set a Name in the General tab, for example: ZoogVPN_WG.
Step 3 – Route All Traffic Through WireGuard
Go to the console(terminal) and type:
/ip route add dst-address=0.0.0.0.0/0 gateway=ZoogVPN_WG
(or specify your name instead of “ZoogVPN_WG” which you specify).
This is to route all traffic through this protocol.
Press “Enter”
Step 4 – Final Check and Save Configuration
- Make sure the WireGuard interface is active and connected.
- Check your public IP to confirm the VPN is working correctly.
That’s it! You’ve successfully configured WG VPN on your Mikrotik router. Your connection is now secure and encrypted.
If you encounter any issues, don’t hesitate to reach out to our support team. You can also follow us on Facebook and Twitter for news and updates.