Re: Getting Different MACID's for the same network Adapter
- From: Vishal Swarnkar <vishal.swarnkar@xxxxxxxxx>
- Date: Fri, 12 Sep 2008 01:44:37 -0700 (PDT)
On Sep 12, 1:56 am, "Arkady Frenkel" <arka...@xxxxxxxxxxxxxxxx> wrote:
Try SendARP()
Arkady"Jag" <arunjagan...@xxxxxxxxx> wrote in message
news:01baa69d-d1ab-47df-ab58-dad4ea740901@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi all,
I am trying to fetch the MACID of my System using UUID
structure.the last 12 digits gives the MACID,but there is a problem
in
windows 2000 machine that this MacID gives me different values
every
time when i execute UuidCreateSequential for the same machine......
what might be the problem,help in this regard is highly Appreciated.
Regards,
Jag- Hide quoted text -
- Show quoted text -
Better choice is GetAdapterInfo. There may be two reasons to see
different MAC address everytime.
1) Just a quick verification is to check that you dont have multiple
network adapter.
2) One more thing, I am not sure which MAC adress UuidCreateSequential
uses to generate UUID. Your machine can have two MAC adrress, one is
permanent (real) and one is current (virtual). An user/app is allowed
to change the current ethernet address. May be some app is
consistently changing the current address ( dont see any added value
behind this, but may be) and if UuidCreateSequential uses this Current
Mac address to generate UUID then everytime u will see a new MAC
address.
To add more UuidCreateSequential is just another method to get the MAC
address. But MS suggests,an user shd go for GerAdaptersInfo.
.
- References:
- Getting Different MACID's for the same network Adapter
- From: Jag
- Re: Getting Different MACID's for the same network Adapter
- From: Arkady Frenkel
- Getting Different MACID's for the same network Adapter
- Prev by Date: Re: disable networkink card programatically
- Next by Date: Re: GetIfEntry does not return correct mtu size.
- Previous by thread: Re: Getting Different MACID's for the same network Adapter
- Next by thread: Re: Getting Different MACID's for the same network Adapter
- Index(es):
Relevant Pages
|
Loading