Sirs, good morning!
I wonder if it is possible to leave mikrotik with two VPN configurations, one pptp and another l2tp, both active and functional.
Sirs, good morning!
I wonder if it is possible to leave mikrotik with two VPN configurations, one pptp and another l2tp, both active and functional.
The answer is yes. Additionally, the users can remain the same. I migrated PPTP → L2TP/IPsec very easily:
I love how /ppp secrets can be used by all the PPP based VPNs. I don’t like that /ip ipsec identity is separated, and
also that /interface wireless security-profile is so clumsy if you want to have a big number of wireless “identities” stored
for connecting to different APs. Also /interface *-client could use a user and keep other parameters in a identity menu…
I hope they are evolving it in the good direction, towards a more unified identity handling…
If you mean client connections, you can have as many as memory allows:
/interface pptp-client add name=vpn1 …
/interface l2tp-client add name=vpn2 …
I love dial-on-demand, it is a pity that the old ovpn-client and apparently “native” ipsec do not support it.