Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

[Xen-users] Re: 2 NIC HVM's not working properly.

To: Xen-users <Xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Re: 2 NIC HVM's not working properly.
From: Martin Leben <martin2006@xxxxxxxx>
Date: Fri, 30 Nov 2007 00:59:09 +0100
Delivery-date: Thu, 29 Nov 2007 16:00:26 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <474EFF77.3030107@xxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <474EF3FD.6070005@xxxxxxxxxxx> <474EFF77.3030107@xxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)
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

<Prev in Thread] Current Thread [Next in Thread>