0

We're evaluating Azure Virtual Machines for a data warehousing project and have found that it doesn't support PPTP VPN connecting from the VM to an on-premise network.

We need to connect to an on-premise source SQL server that's behind an older router and have found that if it's not an Azure supported router, it won't work. Additionally, Azure's Virtual Network functionality took a day just to decipher.

We'd expect simple VPN functionality from the VM to work, but apparently Microsoft is blocking the required protocols so that Virtual Networking has to be used.

This configuration works fine from EC2 and even from my laptop. We would have preferred Azure since we have a SQL server architecture, though if this limitation is true, we'll have to move to EC2 from Azure.

Has anyone run into this or can someone confirm there is no workaround?

zaunere
  • 11
  • 1
  • 2

1 Answers1

0

You can use a Point-to-Site VPN instead of a Site-to-Site one. A P-t-S doesn't require a hardware device and can be achieved using a local Windows Server. Setup steps here: on MSDN

Dene
  • 578
  • 5
  • 9
Simon W
  • 5,481
  • 3
  • 24
  • 35
  • Thank you - we had considered PTS but weren't comfortable using it yet in a production environment. – zaunere Oct 21 '13 at 20:36
  • VPN is really the best interconnect technique you have to hand - if it doesn't work for you then perhaps AWS is a better choice. I would temper that statement though with the understanding that site-to-site VPN in Azure has redundant cloud hosts so your Azure connectivity is highly available. Building the same in AWS will incur additional instance run costs. – Simon W Oct 22 '13 at 02:15