I am REALLY new to networking and i have a MT router where i am trying to set up a VPN and in turn use my iPhone devices to connect through VPN to the router.
I have been reviewing the https://wiki.mikrotik.com/wiki/Manual:I ... _Mode_Conf topic and i successfully get upto the part where i add the xauth users: "Now we just add xauth users and peer with enabled Mode Conf and policy group." which asks to add the following via the terminal.
Code: Select all
/ip ipsec user
add name=user1 password=123
add name=user2 password=234
/ip ipsec peer
add auth-method=pre-shared-key-xauth generate-policy=port-strict mode-config=RW-cfg \
policy-template-group=RoadWarrior secret=123 passive=yes
In an attempt to solve for this i also go to IP > IPsec > Identies > Add New. I create all the details in the WebFig however i end up with a different error: "Couldn't add New IPsec Identity - can't add identity to dynamic peer (6)"
Current Firmware 6.47.3 - will update to .4 later on this evening.
Guidance on how to solve for this appreciated and thanks in advance.