
21 Jun
2012
21 Jun
'12
11:04 p.m.
I can connect the VM via VNCVIEWER with host_IP:PORT. However, the libvirt reported: error: failed to bind the <host_IP, PORT>...It seems that the IP:port is already bound. Can someone show how to do live migration using NFS?
the default bound ip addr is 127.0.0.1 and port starts from 5900,so you cannot use clients like vncviewer from a remote host, you could use `netstat` or any other command to make sure the port you want to bound is not in use.