Archived from groups: microsoft.public.win2000.setup_deployment (More info?)
Hi folks,
I'm trying with no success to assign my own MAC address to
a NIC in a sysprep.inf file, and I'm not having any
success. I've looked around and it seems like the
sysprep.inf syntax should be something like:
[NetAdapters]
Adapter01 = params.Adapter01
[params.Adapter01]
;This is what I want for testing...
NetCardAddress = 0x123412341234
Archived from groups: microsoft.public.win2000.setup_deployment (More info?)
The Nic's Mac address is unique and hardoced on the NIC
itself. I am not aware of any way to change it whatsoever.
>-----Original Message-----
>Hi folks,
>I'm trying with no success to assign my own MAC address
to
>a NIC in a sysprep.inf file, and I'm not having any
>success. I've looked around and it seems like the
>sysprep.inf syntax should be something like:
>
>[NetAdapters]
> Adapter01 = params.Adapter01
>
>[params.Adapter01]
>;This is what I want for testing...
>NetCardAddress = 0x123412341234
>
>Unfortunately, I'm stumped. Any suggestions???
>
>Thank you,
>Craig
>.
>
Archived from groups: microsoft.public.win2000.setup_deployment (More info?)
That doesn't mean there isn't. Ethernet NIC's have long (presumably since
the beginning) had the concept of having a "permanent" address (the one
you're familiar with), along with a "locally administered address" which is
settable via software. One of the 48 bits of the address distinguishes
between LAA's and permanent addresses. Most ethernet NIC drivers have a
place to set this on the advanced settings tab, but not all. I looked a few
years back at doing this in software, but there didn't seem to be an
official way. There was a place in the registry I was told that most cards
would look, but it was just "recommended" and not "required" so I never
followed up on it.
Apologies to the OP, I know this doesn't help with your issue, just wanted
to set the record straight for Ludwich.
--
Tom
"Ludwich" <anonymous@discussions.microsoft.com> wrote in message
news:1bbf901c4213c$ed03cc60$a301280a@phx.gbl...
> The Nic's Mac address is unique and hardoced on the NIC
> itself. I am not aware of any way to change it whatsoever.
>
> >-----Original Message-----
> >Hi folks,
> >I'm trying with no success to assign my own MAC address
> to
> >a NIC in a sysprep.inf file, and I'm not having any
> >success. I've looked around and it seems like the
> >sysprep.inf syntax should be something like:
> >
> >[NetAdapters]
> > Adapter01 = params.Adapter01
> >
> >[params.Adapter01]
> >;This is what I want for testing...
> >NetCardAddress = 0x123412341234
> >
> >Unfortunately, I'm stumped. Any suggestions???
> >
> >Thank you,
> >Craig
> >.
> >
Archived from groups: microsoft.public.win2000.setup_deployment (More info?)
"Craig" <anonymous@discussions.microsoft.com> wrote in message
news:19c1701c41cff$95c413b0$a301280a@phx.gbl...
> Hi folks,
> I'm trying with no success to assign my own MAC address to
> a NIC in a sysprep.inf file, and I'm not having any
> success. I've looked around and it seems like the
> sysprep.inf syntax should be something like:
>
> [NetAdapters]
> Adapter01 = params.Adapter01
>
> [params.Adapter01]
> ;This is what I want for testing...
> NetCardAddress = 0x123412341234
>
> Unfortunately, I'm stumped. Any suggestions???
>
> Thank you,
> Craig
"Craig" <anonymous@discussions.microsoft.com> wrote in message
news:19c1701c41cff$95c413b0$a301280a@phx.gbl...
> Hi folks,
> I'm trying with no success to assign my own MAC address to
> a NIC in a sysprep.inf file, and I'm not having any
> success. I've looked around and it seems like the
> sysprep.inf syntax should be something like:
>
> [NetAdapters]
> Adapter01 = params.Adapter01
>
> [params.Adapter01]
> ;This is what I want for testing...
> NetCardAddress = 0x123412341234
>
> Unfortunately, I'm stumped. Any suggestions???
>
> Thank you,
> Craig
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.