Hi all, i am trying to live migrate a VM over ssh tunnel. i used follwing two commands. 1. ssh -f -i ~/.ssh/id_dsa root@172.16.18.28 "ssh -f -i ~/.ssh/id_dsa -L 8002:localhost:12345 root@172.16.18.27 sleep 30" 2. xm migrate --live --port=8002 sles11-1 localhost but the VM is pausing and resuming on same machine.... it is not migrating to destination. i have made the required changes in xend-config.sxp what could be the problem ?? Thanks in advance