I will have multiple users at a remote site connecting into my local site using IKEv2. I have created my first IKEv2 server on my Mikrotik and it seems to work well. So now I want to somehow treat some remote users (managers) differently in terms of filter rules, and possibly also set upload/download limits, etc. Since the managers can be uniquely identified by their certificate, I think I need to use the cert to handle them differently, with the goal of applying filter rules unique to them
I'm very new to IKE/IPsec so I'm looking for help on HOW best to achieve this.
I THINK that I need to create a new 'identity' which identifies them by their cert, and then assigns them IP's from a different pool (with a different interface, different local IP). Then I can use that IP pool range to create unique rules for them.
If I copy the identity and change "Match By" to certificate, is that all I need to do? Can they share the same policies, group, proposals,peer, profile? Just need a different MODE CONFIG to assign IP's from the different pool?
Out of curiosity, how would a Win10 client specify the 'user fqdn' / 'fqdn' / 'key id'? There doesn't seem to be such an option in the Win10 VPN client.