What’s the most affordable way to add MFA to Meraki IKEv2 VPN?

0
3
Asked By MellowPine42! On

We're a small business using Meraki MX appliances across several offices. Our remote creative users need fast, reliable VPN connections for moving large files, and Meraki's IKEv2/IPsec client VPN performs much better than the TLS/DTLS tunnel used by AnyConnect.

The problem is that Meraki currently doesn't provide MFA or client-certificate validation for IKEv2/IPsec. At the moment, the MX devices authenticate against an NPS server in Azure that is joined to an Entra Domain Services domain. We would prefer not to keep managing a traditional AD-style domain, but we're deeply invested in Microsoft 365, Entra, Intune, Windows 11 Business, Teams, and Office.

Is there an affordable RADIUS service or gateway that we can configure on the MX devices, integrate with Entra, and use to perform MFA before approving the normal username-and-password authentication?

4 Answers

Answered By QuietMarble8 On

Since you’re already heavily invested in Microsoft, check whether your existing Entra setup can provide the MFA path for the VPN authentication. The exact method depends on the Meraki and RADIUS integration, so verify that the chosen flow supports the IKEv2 client rather than only AnyConnect. You may be able to keep the current NPS design while adding Microsoft’s MFA component instead of replacing everything.

Answered By NorthstarBiscuit3 On

If you have the appropriate Microsoft licensing, an alternative is to use Intune’s Cloud PKI to issue client certificates and pair it with a hosted RADIUS provider. That gives you certificate-based device authentication rather than relying only on a shared username-and-password flow. For a very tight budget, you could also run FreeRADIUS on a small cloud instance, although you would then be responsible for securing, updating, and operating it.

Answered By SilverKite29 On

Cloudflare’s Zero Trust service can be free for organizations with fewer than 50 users and may provide a different way to control access to internal resources. It isn’t a direct MFA plug-in for Meraki’s IKEv2 RADIUS authentication, and it may not preserve the same full-tunnel file-transfer behavior, but it could be worth considering if the main goal is secure access rather than keeping the existing VPN architecture.

Answered By CobaltFern7 On

Duo is worth investigating. It can sit in front of RADIUS and add MFA without requiring you to build and maintain another full directory environment. Cisco owns Duo now, but it’s generally available directly, and for a small number of users the pricing may be reasonable.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.