Community discussions

MikroTik App
 
red6
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 75
Joined: Sun Nov 17, 2013 7:10 pm
Location: Toronto, Canada

A good VPN provider for Mikrotik RB750GL running 5.26 ?

Wed Oct 01, 2014 7:31 pm

I have customers that want to use StrongVPN or PrivateInternetAccess or HideMyAss for streaming TV from the USA.

Security is not the number one priority but speed is a priority.

And does anyone have the proper settings too.

I have been able to handshake with PrivateInternetAccess.com but speeds are near ZERO. On the other hand when I use a Linux or Windows PC VPN cliet (PPTP), speeds are 30 mbits or more. Can't seem to get any support out of these providers for MikroTik.

Is there an issue/bug with adding a PPP interface? It seems that when I do it automatically adds a 10.x.x.x gateway and route. I would prefer to specify the gateway and route explicitly.
 
nstorm
just joined
Posts: 14
Joined: Wed Sep 24, 2014 8:05 am

Re: A good VPN provider for Mikrotik RB750GL running 5.26 ?

Thu Oct 02, 2014 8:07 am

As an alternative may I suggest you getting a Linux VPS box instead if you need only one location? That way you'll have your own dedicated IP and your own VPN server software config, you can adapt to use with Mikrotik. And it will be much cheaper. You can get a lowend VPS (more than enough for VPN) for something like $5-10/year with at least 100GB monthly transfer included.
Of course it involves installing & configuring VPN server software yourself, but there are a lot of step-by-step guides around and once setup you won't need to touch it anymore.
 
psamsig
Member Candidate
Member Candidate
Posts: 161
Joined: Sun Dec 06, 2009 1:36 pm
Location: Denmark

Re: A good VPN provider for Mikrotik RB750GL running 5.26 ?

Thu Oct 02, 2014 8:33 am

Any interface with an address will have at least one route, if you get a default route (0.0.0.0/0) you just need to uncheck ' Add default route'. I don't know of any particular problems with PPTP in 5.26 (but on the other hand I don't use it myself), but a potential problem could be MTU, try lovering it.
 
red6
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 75
Joined: Sun Nov 17, 2013 7:10 pm
Location: Toronto, Canada

Re: A good VPN provider for Mikrotik RB750GL running 5.26 ?

Thu Oct 02, 2014 7:42 pm

What about mangle rules for change MSS ? I don't have any. Is that a problem?
 
red6
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 75
Joined: Sun Nov 17, 2013 7:10 pm
Location: Toronto, Canada

Re: A good VPN provider for Mikrotik RB750GL running 5.26 ?

Thu Oct 02, 2014 10:19 pm

I like the suggestion of setting up a VPS. But could I run the VPN client on a Linux box here in my office and also run squid to proxy to the VPN ?