View Full Version : Changing MAC ADDRESS
SchumiX
30th January 2007, 08:17 AM
Hello to all,
I have such a question: Is there any posibility to soft change MAC ADDRESS of my WiFi card? I use Winzard WIZA200 G4.
I am under a Network coverage at work, but access points have an ALLOW LIST by MAC ADDRESS, so I can't connect.
Thank you in advance for every reply.
SchumiX
__________________
QTEK 9100
Wizard WIZA200 G4 CID Locked
Wizard_Love_2.26.10.2_WWE
ROM 2.26.10.2 WWE
Radio 02.25.11
ExtRom 2.26.10.105
Rudegar
30th January 2007, 09:03 AM
you mean you have access to the filer lists of ok mac's ?
and if you change your mac to another which is valid what would you do when the other nic with that mac connects ?
SchumiX
30th January 2007, 12:04 PM
you mean you have access to the filer lists of ok mac's ?
and if you change your mac to another which is valid what would you do when the other nic with that mac connects ?
Yes, because I'm IT there :) , but don't have access to access points :mad: . Therefore all wireless devices I monitor :rolleyes: .
As I supply/repair device's, I always know which MAC address is free for use. ;)
SchumiX
7th February 2007, 02:22 PM
So... no one knows how to change MAC in PDA?
Rudegar
7th February 2007, 04:12 PM
if it's handled in anyway like on normal windows
http://www.klcconsulting.net/Change_MAC_w2k.htm
under
Method 2:
thats all i can think off
vijay555
7th February 2007, 05:04 PM
Isn't the mac address normally stored in the wifi chip's eeprom or equivalent?
http://www.rtl.nl/programma/csiny/team/162x186_Mac_Taylor.jpg
V
SchumiX
7th February 2007, 05:35 PM
Hello,
I'm not programer for Pocket PC. I don't know where to find the MAC address for PocketPC, but I suppose that is stored in WiFi chip.
What is clear for me, that MAC is not stored in Registry .. at least in free text mode.
@Rudegar: It can't be changed like in Windows like system.
Rudegar
7th February 2007, 09:32 PM
yes it's stored / hardcoded in the nic
both on windows and in pda but on windows at least
it's put in the registry and can be masked there
if thats not dont in windows mobil and the nic is requsted each time
the os need it
one need to capture all msg's asking for the mac and that's a bit of possible complex programming if the os never use it and the nic itself just add it to the packets there is no way to change it
SetoK
8th February 2007, 10:25 PM
Here's a link where someone explains how they got it to work.
http://www.eggheadcafe.com/software/aspnet/28397893/re-set-mac-address-.aspx
5n0rk
9th February 2007, 01:00 AM
Thanks a lot Chris & Paul,
Finally changing MAC on the fly is working .
Here are the steps I followed(just detailing them incase someone needs)
Step 1 --> changes to driver
Steps [2-5] from C# application
1) In NDIS Intermediate driver (QueryMiniport function), I made the
following changes
a) When OID is CURRENT_MAC_ADDRESS , open registry , read a
registry name ChangeMAC,
b) if value of ChangeMAC is 1 then read registry value of "NewMAC"
and then convert it appropriately to MAC format
(remove extra unicode characters etc)
c) then do a NDISMoveMemory to current adapters MACaddr field.
d) close registry
2) Set value of ChangeMAC (DWord) to 1
3) Set value of NewMAC (string) to the new mac address
4) Invoke a NDIS_REBIND_ADAPTER (this internally will call
QueryMiniport ) and inturn execute step (1)
5) Set value of ChangeMAC (DWord) to 0
Once again thanks Chris and Paul.
SchumiX
9th February 2007, 09:28 AM
@Setok: Thanks for your research. I will pray for method to work ;)
@5n0rk: Thanks to copy paste the article right-here. not spending lot of traffic :)
@vijay555: Are you able to release the steps described above in C++ or C# like it is explained?:rolleyes:
How I understand from all that thread.. first we should change original drivers to a specific one which looks for macAddress in registry. And then to change the MAC in registry.. or with a program.
cjchriscj
31st July 2007, 04:55 AM
I have an 8525 that has a wiped eeprom, could I use this method to fix it?
richard_j_green
7th September 2007, 05:34 PM
If you are the manager for the Wireless AP's, would it not just be easier to add the MAC address of your device to the allowed list?
Huckleberry88
16th February 2009, 10:52 PM
Hello to all,
I have such a question: Is there any posibility to soft change MAC ADDRESS of my WiFi card? I use Winzard WIZA200 G4.
I am under a Network coverage at work, but access points have an ALLOW LIST by MAC ADDRESS, so I can't connect.
Thank you in advance for every reply.
SchumiX
__________________
QTEK 9100
Wizard WIZA200 G4 CID Locked
Wizard_Love_2.26.10.2_WWE
ROM 2.26.10.2 WWE
Radio 02.25.11
ExtRom 2.26.10.105
Dear SchumiX,
did you manage to do it? I am looking for a way to restore a corrupted MAC address of my Wizard.
Thanks,
Huckleberry
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.