To use FrootVPN with the L2TP/IPsec protocol on your Mikrotik, please follow the instructions below
1 : Login Via SSH
Terminal
user@host:# ssh admin@192.168.0.1
2 : Add VPN Using SSH
Terminal
/interface l2tp-client add name=frootvpn user=_your_username_ password=_your_password_ connect-to=se.frootvpn.com disabled=no add-default-route=yes use-ipsec=yes ipsec-secret=_IPSEC_SECRET_
3 : Test VPN
Terminal
[admin@MikroTik] > ping interface=frootvpn count=3 8.8.8.8
4 : To Remove VPN
Terminal
[admin@MikroTik] > /interface pptp-client remove frootvpn