Mikrotik to PureVPN

Hi everyone,
Hope I will be not too much off topic…
Did anyone successfully connected from the router to PureVPN using L2TP/IPsec or OVPN?
They provide steps for PPTP but I don’t want to use this protocol and I am struggling with setting up the two mentioned above.
Could anyone who successfully did it, help me, please?

Thanks!!

I think they do have guides for IPsec:
https://support.purevpn.com/how-to-setup-purevpn-l2tp-manually-on-mac

and the RouterOS manual should give you some ideas where to apply this in RouterOS:
http://wiki.mikrotik.com/wiki/Manual:IP/IPsec

Hi normis,
Thanks for your repsonse!
These guides were the first thing I followed trying to set it up - but keep failing with “NO-PROPOSAL-CHOSEN”…
Just wanted to ensure - as there are guides how to setup on OSX and WIN, is there any reason why it should not work on Mikrotik? - is there some difference in the client making it possibly impossible or when it works from win, it will simply work from mikrotik as well and all I need is just to carefully config?

Thanks!

It means that the phase2 settings do not match between the peers. You will need to adjust them on the MikroTik to match what PureVPN has set on their side of things. Since their guide is showing Windows and Mac, chances are they are using the default built in ones that Windows uses.

auth-algorithms=sha1
enc-algorithms=3des
pfs-group=modp1024

http://wiki.mikrotik.com/wiki/L2TP_%2B_IPSEC_between_Mikrotik_router_and_a_PC#Windows_PC

Hi, Here is the step by step guide of PureVPN, Follow these steps:

Go to “System Preferences”

Click “Network”

Click the “+” icon on the bottom left

A new box will pop-up, Click the “Interface box” and a drop down menu will appear

Click “VPN” from the drop down menu

Click “VPN Type” and select L2TP over IPSec

Name the service PureVPN L2TP, now click Create

In the new window, type the Server address box your desired server name (server addresses are available PureVPN’s support)

Fill in your username in “Account Name” box

Tick the “Show VPN status in menu bar” option

Next, click the “Authentication Settings” button

Fill in your PureVPN account password in “Password” box and 12345678 in “Shared Secret ” box, then click OK

Now click “Advanced ” on the bottom right

Tick “Send all traffic over VPN connection” , then click ok

Finally, click “Apply” to complete setup

Now click “Connect”

You should now be connected to PureVPN

Guide Source: https://www.bestvpnprovider.com/purevpn-review/

Do you know you sent me the steps for Windows, right? :slight_smile: