I followed instructions I found in the wiki to setup the PPP/L2TP server on my Mikrotik RouterOS 6.42 (stable). In fairly short order, I was able to setup the unit to accept connections from both my iPhone and also Windows clients.
Having a few Windows Server 2008 machines already performing this task, I figured it would be interesting to go into PPP/Add New/L2TP Client and get the Mikrotik to connect to one of the Windows servers. I’m able to connect to these same servers using the same iPhone and Windows clients I’m connecting to the Mikrotik router, configured similarly.
Turns out it hasn’t been so simple. When I place a checkmark under “Use IPsec” and enter my secret, I don’t get a connection going but instead get this in my log:
969 Apr/28/2018 18:20:32 memory ipsec, info initiate new phase 1 (Identity Protection): mik.mik.mik.mik[500]<=>win.win.win.win[500]
970 Apr/28/2018 18:20:33 memory ipsec, info ISAKMP-SA established mik.mik.mik.mik[4500]-win.win.win.win[4500] spi:thisisalongnumberI’mreplacingdon’tknowwhatitis
971 Apr/28/2018 18:21:27 memory l2tp, ppp, info l2tp-out1: initializing…
972 Apr/28/2018 18:21:27 memory l2tp, ppp, info l2tp-out1: connecting…
973 Apr/28/2018 18:21:27 memory system, info device changed by root
974 Apr/28/2018 18:21:51 memory l2tp, ppp, info l2tp-out1: terminating… - session closed
975 Apr/28/2018 18:21:51 memory l2tp, ppp, info l2tp-out1: disconnected
976 Apr/28/2018 18:21:51 memory l2tp, ppp, info l2tp-out1: initializing…
977 Apr/28/2018 18:21:51 memory l2tp, ppp, info l2tp-out1: connecting…
978 Apr/28/2018 18:22:03 memory l2tp, ppp, info l2tp-out1: terminating…
979 Apr/28/2018 18:22:03 memory l2tp, ppp, info l2tp-out1: disabled
where mik.mik.mik.mik = the WAN address of my Mikrotik router, and win.win.win.win = the WAN address of the Windows server to which I’m trying to connect.
Also having an Untangle UTM at a site, supporting IPsec, also support iPhone and Windows clients, I tried the same thing but similarly fell flat on my face.
So following instructions found in the Mikrotik Wiki, I was able to go into IP/IPsec on the Mikrotik and get an IPsec tunnel running between the Mikrotik and the Untangle (after a bunch of false starts as I learned about getting the stage 1 and stage 2 settings working between the two different types of devices).
But I guess I’m a little lost in terms of where I’d use the PPP/Add New/L2TP, is that not supposed to support a connection to (for example) a Windows server or an Untangle UTM? Would I always go into the IP/IPsec properties instead?
Sorry for the rather dumb newbie question.