Good evenning comrades, i installed a mikrotik ccr1036 in my work and i need create vpn with l2tp/ipsec but i not found information for my petition… How to create many users L2TP/IPsec with different IPsec key.
Thanks.
Good evenning comrades, i installed a mikrotik ccr1036 in my work and i need create vpn with l2tp/ipsec but i not found information for my petition… How to create many users L2TP/IPsec with different IPsec key.
Thanks.
If this users(every) have static ip, you can create non dynamic (static?) ipsec peer with static policy for everyone.
Also, you must disable ipsec in l2tp-server menu:
/interface l2tp-server server set use-ipsec=no
If users have static/dynamic ip in ip-range(unique and disjoint for all other), it also can be used(policy template+static ipsec peer for subnet).
It is actually for pre-shared key.