Share via


Hyper-V Troubleshooting: Firewall - 0x00002EE2 encountered while enabling replication

Error Message

Hyper-V failed to enable replication for the virtual machine <VMName>. The operation timed out. (0x00002EE2). (Virtual Machine ID <VM Id>)

Possible Causes

Hyper-V Replication uses Port 80 (HTTP) or 443 (HTTPS). If the firewall is misconfigured, enabling replication will fail.

Resolution

Enable the Hyper-V replica Firewall rules:

Enable-NetFirewallRule -DisplayName "Hyper-V Replica HTTP Listener (TCP-In)"

Enable-NetFirewallRule -DisplayName "Hyper-V Replica HTTPS Listener (TCP-In)"