Troubleshooting Guide: Resolving Connection Issues with the Target Host

Troubleshooting: Unable to Establish Connection to the Target Host

KB ID: 117433
Challenge:
Encountering difficulties in connecting to the target host? Ensure that the specified SSH Port is valid and that the target host is powered on.
Cause 1: The target host is offline.
Cause 2: Firewall is enabled on the target host.
Solution:
1. Make sure that the target host is powered on.
2. To check the Firewall status in a Linux Machine, use the command specific to your distribution:
  1. For Ubuntu: `sudo ufw status`
  2. For Fedora: `systemctl status firewalld`
   If the Firewall is active, add firewall rules for SSH port 22 and backup port 42005:
   For Ubuntu:
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -p tcp --dport 42005 -j ACCEPT
   For Fedora:
          sudo firewall-cmd --zone=public --add-port=42005/tcp
  

    • Related Articles

    • Unable to Establish Connection with Target Machine/Host

      KB ID: 116005 Issue: Encountering the error message "Connection could not be established to the host" typically indicates difficulties in connecting to the designated target machine or host. Several factors may contribute to this problem. Possible ...
    • Troubleshooting Network Path Connection Issues to Target Host

      KB ID: 117037 Issue: Encountering difficulties when trying to establish a network path connection to the target host with BDRSuite Cause: This problem occurs when the BDRSuite Backup Server or BDRSuite Backup Client cannot access the admin$ share ...
    • Troubleshooting Connection Issues to the Host

      KB ID: 116001 Cause: The error message "Connection could not be established to the host" occurs when the Vembu BDR Backup Server is unable to establish a connection with the target agent on the host. This results in the failure of communication ...
    • Unable to Establish Connection to KVM Host

      KB ID: 221012 Issue: Encountering the specified error in BDRSuite indicates a failure to establish a connection with the designated host, identified by either its Hostname or IP Address. The error message advises users to verify the installation and ...
    • Unable to Connect to Target Host: Network Connection Issue Troubleshooting

      KB ID: 117043 Cause: Encountering connectivity issues when attempting to connect to the target host may result from the following scenarios: Cause 1: Unreachable Target Host (UNC Validation) The target host is not reachable, leading to issues with ...