|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Random Mac addresses on Dom0
Thanks, I didn't notice that. If I boot the standard centos kernel it works
fine. Could it be reading an incorrect address?
Greg
-----Original Message-----
From: Tom Brown [mailto:tbrown@xxxxxxxxxxxxx]
Sent: Thursday, May 29, 2008 1:15 PM
To: Greg Miller
Subject: Re: [Xen-users] Random Mac addresses on Dom0
>
> 0000:00:07.0: Invalid Mac address detected: 4f:91:e5:db:19:00
>
> Please complain to your hardware vendor. Switching to a random MAC.
>
If my memory serves me correctly, you've tried to force it to use a
multicast mac address... the low bit of the first byte must be 0... change
4f to 4e
(e.g. "1" is not valid for the first byte, but 0 is... )
alternatively, take one of the random one that XEN generates and
then hardcode that in the config file... that will get you a
valid address that won't overlap an vendor generated ones.
-Tom
No virus found in this incoming message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.24.3/1472 - Release Date: 5/29/2008
7:27 AM
No virus found in this outgoing message.
Checked by AVG.
Version: 7.5.524 / Virus Database: 269.24.3/1472 - Release Date: 5/29/2008
7:27 AM
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|