Troubleshooting: BDRSuite Backup Server Can't Reach Host

The Host is not reachable from BDRSuite Backup Server

KB ID: 101050

Issue

When attempting to browse files and folders, the error message is encountered:  
_Error:_ The Host, `<HostName/IP address>`, is not reachable from the BDRSuite Backup Server. To resolve this issue, follow the instructions provided below. Alternatively, manually specify the absolute path to the files/folders in the 'Specify the path to a file/folder' field and add them for backup.

Solution

To browse files and folders on the source machine from the BDRSuite Backup Server, ensure the following:
1. Ensure the Agent is Running on the Source Machine:
  1. Verify if the 'BDRSuite Delegation Service' is running on the source machine.
  2. If it's not running, start it manually and confirm its status.
2. Verify Reachability of the Source Machine:
  1. On the BDRSuite Backup Server, test connectivity with:
telnet <IP_Address/Host_name_Of_Source_Machine> 42005
  1. If 'telnet' is unavailable, use PowerShell:
Test-NetConnection -ComputerName <IP_Address/Host_name_Of_Source_Machine> -Port 42005
  1. If connectivity fails, check network and firewall settings on both machines. If the source machine is unreachable, manually enter the file/folder path.
3. Firewall Configuration (CentOS):
  1. Check firewall status:
     sudo firewall-cmd --list-all
  1. If the firewall is enabled, add port 42005:
     sudo firewall-cmd --add-port=42005/tcp --permanent
  1. Reload firewall to apply changes:
      sudo firewall-cmd --reload
  1. Verify port 42005 is added:
        sudo firewall-cmd --list-all
4. Firewall Configuration (Ubuntu):
  1. Check firewall status:
         sudo ufw status
  1. If the firewall is active, allow port 42005:
      sudo ufw allow 42005/tcp
Note: You can obtain the IP address or host name of the source machine from the 'Data Sources' page where machines are added. The default port used by the agent is 42005.

    • Related Articles

    • Backup aborted

      KB ID: 101005 Product: BDRSuite Backup Server Cause This will occur due to the following reasons: Backup configuration stored in the server and client is incompatible. When the Backup storage location is inaccessible to the backup server. If you ...
    • Agent Version Incompatibility with BDRSuite Backup Server

      KB ID: 117047 Cause: The error message "Agent version is incompatible with BDRSuite Backup Server" is encountered when there is a version mismatch between the BDRSuite Backup Server and the BDRSuite Integration Service running on Microsoft Windows ...
    • Troubleshooting: VM Not Found on ESXi Host in BDRSuite Backup Server/BDRSuite Client

      KB ID: 105002 Summary: This knowledge base article addresses the issue of a selected VM not being found on the ESXi host within BDRSuite Backup Server/BDRSuite Client. The error may arise due to various causes, such as invalid ESXi/vCenter Server ...
    • Prerequisites for Automatically Adding a Proxmox VE Host to BDRSuite Backup Server

      KB ID: 115226 Overview This article provides the necessary prerequisites for automatically adding a Proxmox VE host to the BDRSuite Backup Server. Ensuring these requirements are met allows seamless connectivity and communication between the Proxmox ...
    • Adding KVM Host for Backup

      KVM VMs can be backed up using the BDRSuite Backup Server. You can simply add the source to the BDRSuite Backup Server and configure backups. Navigate to Data Sources tab and choose Add KVM. When a KVM machine is added to the BDRSuite Backup server, ...