我想使测试环境中的虚拟机可通过 RDP 从特定网络(称为 FW_PRODUCTIVE)访问。
为了做到这一点,我采取了以下步骤:
- 创建 1:1 NAT 规则
Interface = WAN External IP = my pulic IP address Internal IP = Internal IP address of my VM Destination IP = *
- 创建防火墙别名
Name = FW_PRODUCTIVE Values = IP address of my producitve IP address Name = Name_Of_my_VM Values = Internal IP address of my VM
- 防火墙规则(WAN)
Protocol = IPv4 TCP Source = FW_PRODUCTIVE (this is an alias) Port = * Destination = Name_Of_my_VM (this is an alias) Port = * Gateway = * Queue = None
问题: 不幸的是,我无法使用他的公共 IP 通过 RDP 连接到 VM。
我的问题:
- 是否缺少某些步骤?
- 通常需要多长时间才能使这一变化在全球范围内生效?实际上,我已经等了 3 个小时。有没有机会强制执行?
- 如果我确实进行了正确的配置,我该如何检查/排除故障?有什么工具吗?我确实已经为另一台服务器配置了示例。这有效……但不是我配置的。所以也许我可以将这两个环境与故障排除工具进行比较。