通过以下链接,我已成功将 Windows Server 2012 R2 设置为客户网关。
https://docs.aws.amazon.com/vpc/latest/adminguide/customer-gateway-windows-2012.html
我能够从我的本地 Windows Server ping EC2 实例。但是,我想反之亦然,即从 EC2 内部实例 (RDP) ping 本地 Windows Server IP。请问我可以知道怎么做吗?
我通过 RDP 登录到 EC2 实例。从那里 (192.168.XX) ping 我的本地 Windows Server,但它返回“请求超时”。
为什么我需要这个?
我这样做是因为我想将数据从我的本地 SQL Server 自动迁移和复制到云中的数据库。我决定使用 AWS Database Migration Service (DMS)。为了设置源端点(本地 SQL Server),我需要让 AWS 通过私有 IP 与我的本地网络通信。DMS 应识别 192.168.XX\MSSQLServer。