(Intranet VPN Access) Test the network connectivity between the Failback Host and the HyperBDR
The VPN service has been configured on the Huawei cloud side, and the Huawei cloud side has connected to the production site through the VPN. You can perform the following tests.
Verification test procedure
Log in to the Failback Host .
The Failback Host is Linux
Ensure that the ssh command is running on the Failback Host
The HyperBDR is accessed on port 10443
Test command:
ssh -v -p 10443 <HyperBDR Intranet IP>
Test result: If the following input result contains the information [debug1: Connection established.], the network connectivity is OK.
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.
The HyperBDR is accessed on port 30080
Test command:
ssh -v -p 30080 <HyperBDR Intranet IP>
Test result: If the following input result contains the information [debug1: Connection established.], the network connectivity is OK.
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.
The HyperBDR is accessed on port 10081
Test command:
ssh -v -p 10081 <HyperBDR Intranet IP>
Test result: If the following input result contains the information [debug1: Connection established.], the network connectivity is OK.
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.
The Failback Host is Windows
Ensure that the ssh command exists on the Failback Host, and open the CMD command line
The HyperBDR is accessed on port 10443
Test command:
ssh -v -p 10443 <HyperBDR Intranet IP>
Test result: If the following input result contains the information [debug1: Connection established.], the network connectivity is OK.
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.
The HyperBDR is accessed on port 30080
Test command:
ssh -v -p 30080 <HyperBDR Intranet IP>
Test result: If the following input result contains the information [debug1: Connection established.], the network connectivity is OK.
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.
The HyperBDR is accessed on port 10081
Test command:
ssh -v -p 10081 <HyperBDR Intranet IP>
Test result: If the following input result contains the information [debug1: Connection established.], the network connectivity is OK.
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.