Hi guys, need your help 
I have proxmox ve cluster with 3 nodes, everything seems work ok to me, but how I can get live vps migration via second nic - eth1 ?
If you look at log file, all my VPS moves via eth0...but I wanna know, how to configure live migration via eth1
Apr 05 00:24:52 starting migration of CT 1380 to node 'prx-cl1n3' (91.220.XX.XXX) -> (eth0 - real IP)
Apr 05 00:24:52 container is running - using online migration
Apr 05 00:24:52 starting rsync phase 1
Apr 05 00:24:52 # /usr/bin/rsync -aHAX --delete --numeric-ids --sparse /var/lib/vz/private/1380 root@91.220.XX.XXX:/var/lib/vz/private
Apr 05 00:27:58 start live migration - suspending container
Apr 05 00:27:58 dump container state
Apr 05 00:28:00 copy dump file to target node
Apr 05 00:28:04 starting rsync (2nd pass)
Apr 05 00:28:04 # /usr/bin/rsync -aHAX --delete --numeric-ids /var/lib/vz/private/1380 root@91.220.XX.XXX:/var/lib/vz/private
Apr 05 00:28:20 dump 2nd level quota
Apr 05 00:28:20 copy 2nd level quota to target node
Apr 05 00:28:22 initialize container on remote node 'prx-cl1n3'
Apr 05 00:28:22 initializing remote quota
Apr 05 00:28:22 turn on remote quota
Apr 05 00:28:22 load 2nd level quota
Apr 05 00:28:23 starting container on remote node 'prx-cl1n3'
Apr 05 00:28:23 restore container state
Apr 05 00:28:23 removing container files on local node
Apr 05 00:28:26 start final cleanup
Apr 05 00:28:26 migration finished successfuly (duration 00:03:34)
TASK OK
root@prx-cl1n3:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/pve-root 9.9G 1.2G 8.3G 13% /
tmpfs 3.9G 0 3.9G 0% /lib/init/rw
udev 3.9G 204K 3.9G 1% /dev
tmpfs 3.9G 44M 3.9G 2% /dev/shm
/dev/mapper/pve-data 1.8T 65G 1.7T 4% /var/lib/vz
/dev/sda1 495M 56M 414M 12% /boot
10.0.50.250:/volumes/NFS1/Backups
828G 493G 335G 60% /mnt/pve/NFS1-backups
10.0.50.250:/volumes/NFS1/ISO
50G 25G 26G 49% /mnt/pve/NFS1-iso
10.0.50.250:/volumes/NFS1/Templates
10G 6.1G 4.0G 61% /mnt/pve/NFS1-templates
/dev/fuse 30M 68K 30M 1% /etc/pve
root@prx-cl1n3:~#
root@prx-cl1n3:~# cat /etc/network/interfaces
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
auto eth1
iface eth1 inet static
address 10.0.50.253
netmask 255.255.255.0
auto vmbr0
iface vmbr0 inet static
address 91.220.XX.XXX
netmask 255.255.255.XXX
gateway 91.220.XX.XXX
bridge_ports eth0
bridge_stp off
bridge_fd 0
root@prx-cl1n3:~# ssh 10.0.50.252
Linux prx-cl1n2 2.6.32-16-pve #1 SMP Fri Nov 9 11:42:51 CET 2012 x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun Apr 7 21:34:34 2013 from 10.0.50.253
root@prx-cl1n2:~#
root@prx-cl1n3:~# ethtool eth0 | grep Speed
Speed: 100Mb/s
root@prx-cl1n3:~# ethtool eth1 | grep Speed
Speed: 1000Mb/s
root@prx-cl1n3:~#
Thank you for your help

I have proxmox ve cluster with 3 nodes, everything seems work ok to me, but how I can get live vps migration via second nic - eth1 ?
If you look at log file, all my VPS moves via eth0...but I wanna know, how to configure live migration via eth1
Apr 05 00:24:52 starting migration of CT 1380 to node 'prx-cl1n3' (91.220.XX.XXX) -> (eth0 - real IP)
Apr 05 00:24:52 container is running - using online migration
Apr 05 00:24:52 starting rsync phase 1
Apr 05 00:24:52 # /usr/bin/rsync -aHAX --delete --numeric-ids --sparse /var/lib/vz/private/1380 root@91.220.XX.XXX:/var/lib/vz/private
Apr 05 00:27:58 start live migration - suspending container
Apr 05 00:27:58 dump container state
Apr 05 00:28:00 copy dump file to target node
Apr 05 00:28:04 starting rsync (2nd pass)
Apr 05 00:28:04 # /usr/bin/rsync -aHAX --delete --numeric-ids /var/lib/vz/private/1380 root@91.220.XX.XXX:/var/lib/vz/private
Apr 05 00:28:20 dump 2nd level quota
Apr 05 00:28:20 copy 2nd level quota to target node
Apr 05 00:28:22 initialize container on remote node 'prx-cl1n3'
Apr 05 00:28:22 initializing remote quota
Apr 05 00:28:22 turn on remote quota
Apr 05 00:28:22 load 2nd level quota
Apr 05 00:28:23 starting container on remote node 'prx-cl1n3'
Apr 05 00:28:23 restore container state
Apr 05 00:28:23 removing container files on local node
Apr 05 00:28:26 start final cleanup
Apr 05 00:28:26 migration finished successfuly (duration 00:03:34)
TASK OK
root@prx-cl1n3:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/pve-root 9.9G 1.2G 8.3G 13% /
tmpfs 3.9G 0 3.9G 0% /lib/init/rw
udev 3.9G 204K 3.9G 1% /dev
tmpfs 3.9G 44M 3.9G 2% /dev/shm
/dev/mapper/pve-data 1.8T 65G 1.7T 4% /var/lib/vz
/dev/sda1 495M 56M 414M 12% /boot
10.0.50.250:/volumes/NFS1/Backups
828G 493G 335G 60% /mnt/pve/NFS1-backups
10.0.50.250:/volumes/NFS1/ISO
50G 25G 26G 49% /mnt/pve/NFS1-iso
10.0.50.250:/volumes/NFS1/Templates
10G 6.1G 4.0G 61% /mnt/pve/NFS1-templates
/dev/fuse 30M 68K 30M 1% /etc/pve
root@prx-cl1n3:~#
root@prx-cl1n3:~# cat /etc/network/interfaces
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
auto eth1
iface eth1 inet static
address 10.0.50.253
netmask 255.255.255.0
auto vmbr0
iface vmbr0 inet static
address 91.220.XX.XXX
netmask 255.255.255.XXX
gateway 91.220.XX.XXX
bridge_ports eth0
bridge_stp off
bridge_fd 0
root@prx-cl1n3:~# ssh 10.0.50.252
Linux prx-cl1n2 2.6.32-16-pve #1 SMP Fri Nov 9 11:42:51 CET 2012 x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Sun Apr 7 21:34:34 2013 from 10.0.50.253
root@prx-cl1n2:~#
root@prx-cl1n3:~# ethtool eth0 | grep Speed
Speed: 100Mb/s
root@prx-cl1n3:~# ethtool eth1 | grep Speed
Speed: 1000Mb/s
root@prx-cl1n3:~#
Thank you for your help
