[libvirt] KVM root mac address

A quick question - What is the correct root for dynamically generated KVM mac addresses? The docs (man virt-install) say 54:52:00 and I've seen Ubuntu docs on-line that say 52:54:00. Has someone got these mixed up? Thanks Paul -- Paul Reeves

On Thursday 18 June 2009, Paul Reeves wrote:
A quick question -
What is the correct root for dynamically generated KVM mac addresses? The docs (man virt-install) say 54:52:00 and I've seen Ubuntu docs on-line that say 52:54:00.
Does no one know? Is this the wrong list? Paul -- Paul Reeves

Paul Reeves schrieb:
On Thursday 18 June 2009, Paul Reeves wrote:
A quick question -
What is the correct root for dynamically generated KVM mac addresses? The docs (man virt-install) say 54:52:00 and I've seen Ubuntu docs on-line that say 52:54:00.
Does no one know? Is this the wrong list?
Paul
Yes it is. Try www.linux-kvm.org and search for a list there. This list here is for libvirt.

On Thu, Jun 18, 2009 at 11:27:50AM +0200, Paul Reeves wrote:
A quick question -
What is the correct root for dynamically generated KVM mac addresses? The docs (man virt-install) say 54:52:00 and I've seen Ubuntu docs on-line that say 52:54:00.
Has someone got these mixed up?
THe source code always wins macaddr[0] = 0x52; macaddr[1] = 0x54; macaddr[2] = 0x00; macaddr[3] = 0x12; macaddr[4] = 0x34; macaddr[5] = 0x56 + idx; So 52:54:00 is the correct prefix Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|

On 06/19/2009 06:52 AM, Daniel P. Berrange wrote:
On Thu, Jun 18, 2009 at 11:27:50AM +0200, Paul Reeves wrote:
A quick question -
What is the correct root for dynamically generated KVM mac addresses? The docs (man virt-install) say 54:52:00 and I've seen Ubuntu docs on-line that say 52:54:00.
Has someone got these mixed up?
THe source code always wins
macaddr[0] = 0x52; macaddr[1] = 0x54; macaddr[2] = 0x00; macaddr[3] = 0x12; macaddr[4] = 0x34; macaddr[5] = 0x56 + idx;
So 52:54:00 is the correct prefix
Daniel
I've fixed the mistake in virt-install: http://hg.et.redhat.com/cgi-bin/hg-virt.cgi/applications/virtinst--devel/rev... - Cole
participants (4)
-
Cole Robinson
-
Daniel P. Berrange
-
Gerrit Slomma
-
Paul Reeves