Can I change my computer's MAC address?

  • Thread starter Thread starter Truknox
  • Start date Start date
  • Tags Tags
    Change Mac
AI Thread Summary
Changing a computer's MAC address can be done through software or by purchasing a new network interface card. MAC addresses are typically hardcoded into network cards, but users can employ MAC spoofing software to modify the address temporarily. In Windows, users can change the MAC address through the advanced settings of the network adapter, though this option may not be available for all devices. It's important to note that changing the MAC address may trigger Windows activation prompts, especially on older systems like Windows XP. Overall, while it is possible to change a MAC address, the method and permanence depend on the hardware and software used.
Truknox
Messages
4
Reaction score
0
hello guys i want to change my computer's MAC address. tell me how can i change it.
 
Computer science news on Phys.org
As far as I know there are (expensive) net interfaces that allow for that. In most cases MAC address is stored in some kind of read only memory and can't be changed - so probably the only way you can do it is to connect to the network through a new network interface (be it card or USB device).

But then my knowledge is rather limited and dated, could be there are other ways.
 
Mac addresses are physically coded onto your netowork card. You cannot change them. You have two options. First, you can get a Mac spoofer. A very basic description is that Its a software program that basically sits between the network card and the network. It changes the Mac address on the packets going in and out of your system. Or second, you can simply purchase a new network card ($30) and use it instead.
 
You can spoof MAC addresses in most operating systems, e.g. Win 7, etc..
 
In the case of Windows XP: clcik on control panel, network and other connections, network connection, right click on the network controller you want to change, click on configure, advanced, choose "Locally Administrators Address", enter a 12 digit hex number.

To display your current MAC address, open a dos console window and enter

ipconfig / all | more

it will show up as physical address. The "| more" is used to pipe the output one screen at a time so the information doesn't scroll off the screen. Press spacebar to scroll one screen at a time, or enter to scroll one line at a time.
 
The message posted by rcgldr works absolutely fine.
-
The one I use is
Xp->Start->Control Panel->Network and Connections->Local area network adaptor

Click on properties of your adaptor.You can see "Configure" options in your adaptor settings.
Click on that, Advanced-> select "Network Address", from the list ., check the radio box with define network address " and enter the 12 places of mac id, i.e 48bits MAC ID.
save it, and I am sure it will change the mac id,
I use realtek and atheros NIC's. This works on both of them.

I think this changes the mac address for you, but not permanently, maybe it provides a reference address to new address.

and answer to your questions is yes..but it is not permanent.
 
advanced options under the driver for the NIC (Network Interface Card) may or may not be present. This depends on the card and the driver. Manufacturer's like Dell and HP will, generally speaking, not have this option. But depending on the type of system you might.

If the option is available, this is the best course, take this route.

If it is not, then you will need to either use a 3rd party MAC Spoofer (does essentially the same thing as the advanced options in the driver)
or
you have to get a new network card.
 
rcgldr said:
In the case of Windows XP: click on control panel, network and other connections, network connection, right click on the network controller you want to change, click on configure, advanced, choose "Locally Administrators Address", enter a 12 digit hex number.
Note it's possible that after changing your MAC on a Window XP system that it will ask to re-activate Windows since it thinks it's a new system, even though the only thing changed was a MAC address. Usually this means you'll have to make a phone call to re-activate since the online re-activation will most likely fail.
 
AFAIK, when you override the mac address the resulting value will indicate that it's a locally administered address so you're spoofing a local value rather than a universally assigned value.
 
  • #10
rcgldr said:
Note it's possible that after changing your MAC on a Window XP system that it will ask to re-activate Windows since it thinks it's a new system, even though the only thing changed was a MAC address. Usually this means you'll have to make a phone call to re-activate since the online re-activation will most likely fail.

This shouldn't cause any issues with activation rcgldr. The NIC is one of the hardware devices checked by windows but changing just once device isn't enough to cause it to fail validation.
[Source] and
http://aumha.org/win5/a/wpa.php

in any case, the hardware isn't being changed so there shouldn't be any problem.
 
Back
Top