From: Derek Fawcus <dfawcus@cisco.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] network fails on windows
Date: Sat, 17 Jul 2004 22:52:40 +0100 [thread overview]
Message-ID: <20040717225240.A15730@edi-view2.cisco.com> (raw)
In-Reply-To: <200407171707.40476.matthias.jung@uni-dortmund.de>; from matthias.jung@uni-dortmund.de on Sat, Jul 17, 2004 at 05:07:40PM +0200
On Sat, Jul 17, 2004 at 05:07:40PM +0200, Matthias Jung wrote:
> I was just on the verge of giving up until i tried one last thing:
> I switched the mac address parameter. Til then I had used the mac
> a3:b2:23:54:7e:cf which is a valid mac
What do you mean 'valid'? - all values are 'valid'.
> and windows did detect the interface
> without flaws, but no network access was possible.
> With 00:ff:7f:fc:36:d2 it suddenly worked, I only can imagine a bug in the
> ne2000 windows driver, or in windows (95,98,2000 tested) itself, not allowing
> such a mac.
Well there would appear to be an important difference between those two MACs,
one is multicast, one is unicast.
The first two bits of the MAC address (as transmitted on the wire) are the
group/unicast bit followed by the local/global bit. These generally translate
into bits 0 and 1 of the first byte of the MAC address when written as above.
So the first address has A3 - which is multicast and local, whereas the
second address has 00 which is unicast and global. You may want to try
the first address again but with the first byte replaced as follows:
a2 - A local unicast address
a0 - A global unicast address
DF
prev parent reply other threads:[~2004-07-17 21:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-17 15:07 [Qemu-devel] network fails on windows Matthias Jung
2004-07-17 15:21 ` Julian Seward
2004-07-17 20:55 ` John R. Hogerhuis
2004-07-17 21:52 ` Derek Fawcus [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040717225240.A15730@edi-view2.cisco.com \
--to=dfawcus@cisco.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).