A replication error occurred at the vSphere Replication Server... Error: Network is unreachable.2026-06-09T05:23:14.180Z In(166) hbr-agent-bin[134636378]: [0x000000ade17b2700] info: [Proxy [Group: ] -> [172.##.###.##:32032]] Bound to vmk: vmk2 for connection to 172.##.###.##:320322026-06-09T05:23:14.180Z In(166) hbr-agent-bin[134636378]: [0x000000ade17b2700] error: [Proxy [Group: ] -> [172.##.###.##:32032]] Failed to connect to 172.##.###.##:32032. Using nic 'vmk2'. Error: Network is unreachable
The issue occurs when the target vSphere Replication appliance incorrectly advertises its Management interface (eth0) for incoming replication traffic instead of the dedicated Replication interface (eth1). This is typically caused by:
To resolve this issue, manually update the appliance configuration and verify network routing.
Step 1: Update hbrsrv-nic.xml on the Target Appliance
cp /opt/vmware/etc/hbr/hbrsrv-nic.xml /opt/vmware/etc/hbr/hbrsrv-nic.xml.bakvi /opt/vmware/etc/hbr/hbrsrv-nic.xml<address> tag contains the dedicated Replication IP address of the appliance:<config><ipForHMS /><ipForFilter>10.20.#.#</ipForFilter><ipForNFC /></config>Step 2: Correct the Replication Interface Gateway
Step 3: Restart vSphere Replication Services
Step 4: Verify Connectivity
vmkping -I vmk# Target_Replication_IP