By default, vRanger disables networking on the replica during a test failover. This is to avoid an IP conflict on the network, In some cases you may want to test failover with the networking enabled on the replica.
NOTE: Make sure no vRanger tasks are running when performing these steps.
Open the Service configuration file - C:\Program Files\Quest Software\vRanger\client\Vizioncore.vRanger.Client.Shell.exe.config
This feature is disabled by default. To enable it, please update the client config file, setting the value of the key to "true".
<!-- Test Failover Network Enable/Disable>
<add key="ShowTestFailoverDialog" value="false" />
Once this change has been made, restart the vRanger GUI. Now when you go through a test failover you will be presented with options to enable networking on the replica during the test.