华为云侧已经配置VPN服务,并且已经通过VPN与生产站点 VPN正常连接,可以通过以下方法进行测试。
Proxy同步节点登录信息:
用户:root
密码:onepro
验证测试步骤
登录到Proxy同步节点
测试访问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.