Can I Use My Existing Azure VPN for Encrypting ExpressRoute?

0
0
Asked By CuriousCoder99 On

I'm trying to add IPSec Encryption to my ExpressRoute setup while also using Azure VPN for failover. I've heard it might be possible to use the same Azure VPN gateway for both purposes. My question is, can I leverage my current Azure VPN gateway for encrypting ExpressRoute traffic, or do I need to set up a new one? Any insights would be appreciated!

2 Answers

Answered By TechGuru85 On

Unfortunately, you can't use the same VPN gateway for both standard VPN traffic and ExpressRoute traffic at the same time. It creates routing issues that are hard to manage. You'll need a separate gateway for this. Alternatively, there's MACsec, but that’s limited to the ExpressRoute Direct SKU. Just a heads up!

MindfulExplorer22 -

Thanks for clarifying that! If I set up a new VPN gateway for ExpressRoute, will I still need the ExpressRoute gateway itself?

Answered By CloudNinja74 On

Yes, you can actually use your existing VPN gateway to create an IPSec connection to devices over an ExpressRoute circuit. This way, you can manage failover connections with the same VPN gateway. Just remember, you will always need an ExpressRoute gateway to terminate the ExpressRoute connection. Personally, I’d only go for the encryption if you absolutely need it for compliance reasons; it’s best to encrypt data at the application level first before complicating things further.

PuzzledOne57 -

That’s a bit conflicting though, since the first answer said no. What’s the right approach?

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.