用于混合云环境的 Azure 堡垒
Azure Bastion for Hybrid Cloud Environment
有什么方法可以使用 Azure Bastion 连接到本地系统和 Azure 虚拟机吗?
我有一个混合云环境,其中一些关键机器在本地,一些是 Azure VM。 Azure VNet 使用 VPN 隧道进行扩展,因此 azure VM 可以与本地计算机通信。
在谷歌搜索我的问题时,我找不到太多...
- Azure Bastion 的官方页面将其描述为“'Azure Bastion is provisioned directly in your Virtual Network (VNet) and supports all VMs in your Virtual Network (VNet)'”
- 此页面讨论混合环境 https://blog.ahasayen.com/introducing-azure-bastion/,说:
'''You might also have some sort of hybrid connectivity with your on-premises network and when you are outside the office, you use point to site VPN to securely access your VNET, which is the ideal situation.'"
- 我知道 Azure Arc 目前处于预览状态。这样的东西适合做这项工作吗?
我的总体问题是:
- 我是不是找错人了?我的理解有问题吗?
- 是否可以使用 Azure Bastion 访问扩展 VNet 上的本地服务器?
提前致谢!
据我所知,目前无法使用 Azure Bastion 访问扩展 VNet 上的本地服务器。您只能使用 Azure Bastion 访问具有 AzureBastionSubnet 的 VNet 中的所有 VM。参考this blog
Azure Bastion resides on the same virtual network (VNet) as the
servers accessed and only connects to one VNet.
实际上,您可以通过 VPN 网关在本地服务器和 Azure VM 之间建立私有且安全的 RDP/SSH 连接,只是不能通过 Azure 门户 RDP/SSH 本地服务器.如果您需要 Azure Bastion 的此功能,欢迎提供反馈或点赞这些类似的 feedback1 and feedback2.
希望对您有所帮助。
有什么方法可以使用 Azure Bastion 连接到本地系统和 Azure 虚拟机吗? 我有一个混合云环境,其中一些关键机器在本地,一些是 Azure VM。 Azure VNet 使用 VPN 隧道进行扩展,因此 azure VM 可以与本地计算机通信。 在谷歌搜索我的问题时,我找不到太多...
- Azure Bastion 的官方页面将其描述为“'Azure Bastion is provisioned directly in your Virtual Network (VNet) and supports all VMs in your Virtual Network (VNet)'”
- 此页面讨论混合环境 https://blog.ahasayen.com/introducing-azure-bastion/,说: '''You might also have some sort of hybrid connectivity with your on-premises network and when you are outside the office, you use point to site VPN to securely access your VNET, which is the ideal situation.'"
- 我知道 Azure Arc 目前处于预览状态。这样的东西适合做这项工作吗?
我的总体问题是:
- 我是不是找错人了?我的理解有问题吗?
- 是否可以使用 Azure Bastion 访问扩展 VNet 上的本地服务器?
提前致谢!
据我所知,目前无法使用 Azure Bastion 访问扩展 VNet 上的本地服务器。您只能使用 Azure Bastion 访问具有 AzureBastionSubnet 的 VNet 中的所有 VM。参考this blog
Azure Bastion resides on the same virtual network (VNet) as the servers accessed and only connects to one VNet.
实际上,您可以通过 VPN 网关在本地服务器和 Azure VM 之间建立私有且安全的 RDP/SSH 连接,只是不能通过 Azure 门户 RDP/SSH 本地服务器.如果您需要 Azure Bastion 的此功能,欢迎提供反馈或点赞这些类似的 feedback1 and feedback2.
希望对您有所帮助。