libvirt.libvirtError: unable to connect to server at 'ccrfox112:49152': Connection timed out
Asked
Active
Viewed 201 times
1 Answers
0
When migrating QEMU guests, without tunnelling via libvirtd, QEMU will listen on a port number in the range 49152->49216 for a connection from the source host. This error messages shows that the source host was unable to connect to the target host. You've not provided any useful information about your setup, so I'd have to guess that probably you have firewall rules on the target host that are blocking the source host access to the TCP port in question.

DanielB
- 2,461
- 1
- 10
- 13
-
Think you very much – Jiachang Guo Mar 21 '17 at 01:40