(内网VPN访问)测试HyperBDR到vCenter/ESXi的管理网络连通性
如果你的回切测试环境是通过华为云VPN与生产站点内网互联,可以通过此操作步骤来测试HyperBDR到通用存储回切网关的网络连通性。
验证测试步骤
登录到HyperBDR主机
测试访问vCenter地址的端口
命令中将Vcenter的IP地址替换为实际生产环境中的IP地址
测试命令:
ssh -v -p 443 <vCenter的IP地址>
测试结果:
如果输入结果包括信息“[debug1: Connection established.]”,则表明网络连接没有问题。
OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 58: Applying options for *
debug1: Connecting to 192.168.10.2 [vCenter的IP地址] port 443.
debug1: Connection established.
测试访问ESXi地址的端口
命令中将ESXi的IP地址替换为实际生产环境中的IP地址
ssh -v -p 443 <ESXi的IP地址>
测试结果:
如果输入结果包括信息“[debug1: Connection established.]”,则表明网络连接没有问题。
OpenSSH_7.4p1, OpenSSL 1.0.2k-fips 26 Jan 2017
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 58: Applying options for *
debug1: Connecting to 192.168.10.2 [ESXi的IP地址] port 443.
debug1: Connection established.