I use the following config on a MikroTik (Router OS v6.27) for L2TP/IPSec tunnels with my Mac, Windows 8/10, Android and iPhone. This config allows connection from any IP, requires a user/pass along with the IPsec key and gives out a v4 and v6 address to the connecting client:

/ip ipsec proposal
set [ find default=yes ] enc-algorithms=3des,aes-128-cbc,aes-256-cbc
/ip ipsec peer
add enc-algorithm=3des,aes-128,aes-256 exchange-mode=main-l2tp generate-policy=port-override secret=\
    abcdefgh
/ip ipsec policy
set 0 dst-address=0.0.0.0/0 src-address=0.0.0.0/0

/interface l2tp-server server
set authentication=mschap2 default-profile="" enabled=yes

/ip pool
add name=pptp-pool ranges=x.x.x.x/26

/ipv6 pool
add name=pppoe-ipv6-pd-pool1 prefix=xxxx:xxxx:xxxx:xxxx::/56 prefix-length=64

/ppp profile
add change-tcp-mss=yes dhcpv6-pd-pool=pppoe-ipv6-pd-pool1 dns-server=y.y.y.y,z.z.z.z \
    local-address=x.x.x.x name=l2tp-vpn remote-address=pptp-pool remote-ipv6-prefix-pool=\
    pppoe-ipv6-pd-pool1

Jesse DuPont

Network Architect
email: jesse.dup...@celeritycorp.net
Celerity Networks LLC

Celerity Broadband LLC
Like us! facebook.com/celeritynetworksllc

Like us! facebook.com/celeritybroadband

On 9/7/16 7:02 PM, SmarterBroadband wrote:

We currently use PPTP VPN on our office Mikrotik router for staff to login to our network remotely (from PC, MAC, Android and iPhones).  I read that IOS 10 and MAC OS Sierra will not have PPTP due to security issues.

 

I am told other VPN protocols on Mikrotik don’t work well in 6.x?  Is this right?  Anyone using them?

 

What else are people using for VPN access?

 

Thanks

 

Adam 


Reply via email to