Displaying 1 result from an estimated 1 matches for "rhel61_x64_1st".
2011 Nov 10
0
Can't assign the 2nd MAC address to the VM
...use 1 NIC, assigning MAC works. But not for 2 NICs or more. Do anyone has any ideas?
I have installed KVM on Ubuntu 11.10 64bit on my laptop. Also created the bridge on the host, and also taps.
I created a RHEL 6.1 64bit VM on this environment and run:
sudo kvm -m 512 -drive file=/data/vm/kvm/hslt/rhel61_x64_1st,cache=writeback -boot order=c -localtime -net nic,model=virtio,vlan=1,macaddr=52:54:00:12:34:56 -net tap,vlan=1,ifname=tap2,script=no -net nic,model=virtio,vlan=1,macaddr=52:54:00:12:34:55 -net tap,vlan=1,ifname=tap3,script=no
It doesn't work and the VM can NOT start.
If I change the command to...