|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: 2 NIC HVM's not working properly.
Sadique Puthen wrote:
David Todd wrote:
vif = [ 'type=ioemu, mac=00:16:3e:4c:69:28, bridge=xenbr0',
'type=ioemu, mac=01:16:3e:4c:69:28, bridge=xenbr1' ]
It's because the mac address for the second NIC is not from the reserved
range for xen. Use a mac address from 00:16:3e:xx:xx:xx.
--Sadique
Hi!
Sadique's advice to use 00:16:3e:xx:xx:xx is correct, but the reason that
"01:16:3e:4c:69:28" doesn't work is because it is a broadcast address. Nothing else.
mac=01:16:3e:4c:69:28
-----^---------------
A broadcast address is specified by setting the least significant bit in the
most significant byte is set to 1. See <http://en.wikipedia.org/wiki/MAC_address>.
(And by the way, you can pick any MAC address that begins with "x2", "x6", "xA"
or "xE". They are so called "locally administered addresses" and their first
byte is binary "xxxxxx10".)
Best regards,
/Martin Leben
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|