Not Active.Disconnected in the Site Recovery UI.eth1) is configured and in use.
eth1) is set as the default gateway instead of the management network (eth0 with Metric=1000). This causes the management network to stop working, making the Site Recovery UI inaccessible and the replications appear disconnected.admin@vr [ ~ ]$ route -nKernel IP routing tableDestination Gateway Genmask Flags Metric Ref Use Ifacedefault _gateway 0.0.0.0 UG 0 0 0 eth1default _gateway 0.0.0.0 UG 1000 0 0 eth0
Edit the network configuration for eth0
vi /etc/systemd/network/10-eth0.network
Remove the Metric line so eth0 can act as the default gateway.
Edit the network configuration for eth1
vi /etc/systemd/network/10-eth1.network
Under the [Route] section, add:Metric=1000
Apply the changes
Restart systemd-networkd service or reboot the replication appliance.
# systemctl restart systemd-networkd