How can I RDP to an azure VM when the VM is connected to corporate VPN?

1

1

I have a VM in azure I like to use for development. I built it with 2 NICs in hopes that I could have two public IP addresses, but that doesn't look possible in azure. When I connect to our corporate VPN using Juniper Network Connect 8.0 my RDP connection is lost and I have to reboot the VM through the azure portal to access it again. Does anyone have any ideas how this can be accomplished? Thanks!

Mike

Posted 2016-07-23T12:53:42.580

Reputation: 125

Clarify, what You connetc to corporate VPN, Your Workstation? If yes, Your external IP (http://www.ip-adress.eu/) changed when You connected to VPN?

– Mikhail Moskalev – 2016-07-23T17:43:01.353

Answers

1

Actually, this issue is not related to Azure. The root cause of this issue is that the default gateway has been changed when we establish a VPN connection.

Please follow the steps below to resolve your issue:

  1. Configure your VPN client to don't use VPN server as default gateway.
  2. Add some static route entries to make sure that the client is able to access the subnets behind the VPN server.

Steven Lee - MSFT

Posted 2016-07-23T12:53:42.580

Reputation: 855

0

You can check your public IP Address with What is my IP as well.

Smarty Jr

Posted 2016-07-23T12:53:42.580

Reputation: 1

How does this answer the question? – Pierre.Vriens – 2018-01-03T08:43:26.107