无法使用 IP 地址访问 SQL Azure 数据库?

Unable to access SQL Azure database using IP address?

因为我的 machine IP gets changed dynamically(使用网站 whatismyip.com 获取 ip)我可以 not able to access and set Server-Level Firewall Rules to sql azure database.

I tried to add range also 0.0.0.0 to 255.255.255.255 but it is not working.

Is there any work around to access SQL Azure?

出现错误:

SQL Azure 要求您将 public IP 地址添加到限制中,以便您可以访问它。转到 whatismyip.com ,获取您到达那里的地址并将其粘贴到 Azure 管理门户中的允许 IP 列表中。

我前一段时间写了一篇post,介绍如何使用Azure 虚拟网络提供的点对点VPN 访问SQL Azure 实例。它不需要在 SQL Azure 端打开任何内容。这是一个 link:http://rtumaykin-it.blogspot.com/2015/01/using-linux-iptables-port-forwarding.html

创建虚拟网络和 VPN 的方法如下:https://azure.microsoft.com/documentation/articles/vpn-gateway-point-to-site-create/

希望这个解决方案能有所帮助。