华为云侧已经配置VPN服务,并且已经通过VPN与生产站点 VPN正常连接,可以通过以下方法进行测试。
验证测试步骤
登录到待容灾主机里面。
源端主机为Linux主机
确保源端主机里有ssh命令
测试访问HyperBDR 10443端口
测试命令:
ssh -v -p 10443 <HyperBDR 内网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
debug1: Connection established.
测试访问HyperBDR 30080端口
测试命令:
ssh -v -p 30080 <HyperBDR 内网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
debug1: Connection established.
测试访问HyperBDR 10081端口
测试命令:
ssh -v -p 10081 <HyperBDR 内网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
debug1: Connection established.
源端主机为Windows主机
确保源端主机里有ssh命令,并打开CMD命令行
测试访问HyperBDR 10443端口
测试命令:
ssh -v -p 10443 <HyperBDR 内网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
debug1: Connection established.
测试访问HyperBDR 30080端口
测试命令:
ssh -v -p 30080 <HyperBDR 内网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
debug1: Connection established.
测试访问HyperBDR 10081端口
测试命令:
ssh -v -p 10081 <HyperBDR 内网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
debug1: Connection established.