Forest recovery console is unable to complete verification process for one or multiple DCs with following error in UI:
An invalid IP address was specified.
Debug log will contain following entry:
Aug 11 07:57:03.168 [2092:0156] ERROR: b__2c(): Error getting computer info from backup. Exception details: System.FormatException: An invalid IP address was specified.
at System.Net.IPAddress.InternalParse(String ipString, Boolean tryParse)
at ForestRecovery.RecoveryLogic.Utils.BackupComputerInfoReader.b__8(String each)
at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at ForestRecovery.RecoveryLogic.Utils.BackupComputerInfoReader.GetInterface(RegistryKey rootKey, RegistryKey interfacesKey, String interfaceId, String controlSetName)
at ForestRecovery.RecoveryLogic.Utils.BackupComputerInfoReader.ReadNetworkInterfaces(Stream stream)
at ForestRecovery.RecoveryLogic.Utils.BackupComputerInfoReader.ReadNetworkInterfaces()
at QuestSoftware.RecoveryManager.AD.ForestRecovery.Restore.WfRestoreService.b__2c()