i want to assign our roadwarriors a specific ip address when they are establishing their ipsec connection. IPSec is currently as in the IKEv2, RSA with mode conf Roadwarrior example from the wiki.
When I use strongSwan or OpenVPN an ip-address for the user can be defined by assigning the certificates common name to an virtual ip-address.
Does anybody now if it is possible to something in this fashion using the MikroTik RouterOS?
Can I use the ROS integrated RADIUS Server for that? Or do I need an external RADIUS server like FreeRADIUS?
Is there any documentation about the procedure how to setup the ROS?
Is there any documentation about the RADIUS Server provided with ROS?
I tried to setup ROS with the internal RADIUS Server and it seams not to work. The request is send to the “internal” RADIUS server, but it seam that it can find a proper entry for that client.
I got following log output:
radius, debug remote end refused request for 55:cd
Has anybody a sample configuration for IPSec, with IKEv2 and RADIUS EAP?
I finally found the error. I changed the proposal for dynamic policy generation and it’s working in both modes.
I don’t realy understand why it has worked with “computer certificate” authentication and with EAP it came to the “proposal not found” problem. For now I assume that is something special from Windows 7 IPSec IKEv2 implementation.