Drupal lab
Drupal Themes and SEO
Drupal Themes and SEO
Thu, 6 Mar, 2008
There are many tools that let you change your MAC address. Most of them are commercial softwares. Of course, you also find the free or open source softwares on the internet. I searched before but i did not be happy with them. They are not as good as i expected. I need a small software to change my MAC address but it was developed into big software for a small task.
I deleted all of downloads from my laptop then changing my MAC address manually. I will track methods to change MAC address on Windows XP, Windows Vista and Linux operating system.
There are two ways change MAC address on Windows.
Method #1: Changing MAC address by changing NIC properties from Device Management System.
This is depending on the type of Network Interface Card (NIC) you have. If you have a card that doesn’t support Clone MAC address, then you have to go to second method.
a) Go to Start->Settings->Control Panel and double click on Network and Dial-up Connections.
b) Right click on the NIC you want to change the MAC address and click on properties.
c) Under "General" tab, click on the "Configure" button
d) Click on "Advanced" tab
e) Under "Property section", you should see an item called "Network Address" or "Locally Administered Address", click on it.
f) On the right side, under "Value", type in the New MAC address you want to assign to your NIC. Usually this value is entered without the "-" between the MAC address numbers.
g) Goto command prompt and type in "ipconfig /all" or "net config rdr" to verify the changes. If the changes are not materialized, then use the second method.
h) If successful, reboot your system.
Method #2: This should work on all Windows 2000/XP/Vista systems
a) Go to Start -> Run, type "regedt32" to start registry editor. Do not use "Regedit".
b) Go to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\ Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}". Double click on it to expand the tree. The subkeys are 4-digit numbers, which represent particular network adapters. You should see it starts with 0000, then 0001, 0002, 0003 and so on.
c) Find the interface you want by searching for the proper "DriverDesc" key.
d) Edit, or add, the string key "NetworkAddress" (has the data type "REG_SZ") to contain the new MAC address.
e) Disable then re-enable the network interface that you changed (or reboot the system).
Getting MAC address from command line
a) Go to Start -> Run (or win key + R) type "cmd" then press Enter.
b) type "getmac" at the console window. Windows will show you MAC address of all NIC (ethernet and wireless) NIC on your computer.
Spoof MAC address in Linux
To change/clone your MAC address in Linux (and most *nix system) is very easy to do. All it takes is two easy to script commands:
ifconfig eth0 down hw ether 01:02:10:B0:80:A1
ifconfig eth0 up
eth0 = enthernet 0
01:02:10:B0:80:A1 = new MAC address you want to change to.
Yes, it is very easy to change MAC address without use any third party script/application. You can change your MAC address anytime that you need.
Good luck!
Changing MAC address In Windows XP
download devcon form Microsoft
1. Find the registry key for your adapter [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\
2. Find the ID of your network adapter
example: devcon hwids PCI\VEN*
then use simple script
@echo off
set ip=182.31.24.21
set mac=4C0010524026
set interface=Local Area Network
set mask=255.255.255.0
set gateway=182.31.24.1
set dns1=212.221.112.2
rem ======================
set metric=0
set mac_reg=[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002]
devcon disable PCI\VEN_10EC
echo Windows Registry Editor Version 5.00 > tmp%interface%.reg
echo %mac_reg% >> tmp%interface%.reg
echo "networkaddress"="%mac%" >> tmp%interface%.reg
regedit /s tmp%interface%.reg
del tmp%interface%.reg
netsh interface ip set address name=%interface% static %ip% %mask% %gateway% %metric%
netsh interface ip set dns name=%interface% static %dns1%
devcon enable PCI\VEN_10EC
use date for filename
some useful script :)
make date & time - file name and ping all local network save arp to file timestamp
@echo off FOR /L %%i in (1,1,254) do ( ping -n 1 -w 1 192.168.54.%%i )
arp -a> %date:~0,2%%date:~3,2%%date:~6,4%%time:~0,2%%time:~3,2%%time:~6,2%.txt
4C0010524026
Re: use date for filename
Excellent blog post, I look forward to reading more.
seo
MAC Spoofing
I found another good MAC spoofing method and I created a tutorial here:
http://www.0092ff.com/tips-tricks/spoofing-your-mac-for-wireless
Cannot Find NetworkAddress
I did follow all the steps mentioned above, but Coudnt find NetworkAddress in the 4 digit folder in which DriverDesc represented my Network Adapter... Please tell me alternate method... Thanks
Re: Changing MAC address In Windows XP/Vista and Linux
hej
Re: Changing MAC address In Windows XP/Vista and Linux
Thanking you very much for this most excellent and helpful article.
Re: Changing MAC address In Windows XP/Vista and Linux
none of these tutorials are usefull, or i did something wrong ...
Re: Changing MAC address In Windows XP/Vista and Linux
Hi all,
I had a (stupid) question. Does the MAC address change when you reinstall your pc?
I guess since it is a physical address and is associated to hardware it is not supposed to depend on the operating system, but still I was wondering what happens if you format your pc and reinstall the drivers.
Thank you :)
Re: Changing MAC address In Windows XP/Vista and Linux
MAC address is associated to you network card, we can not update at hardware level so you will get "old" MAC address after you format then installing new OS. Hope this help you.
Re: Changing MAC address In Windows XP/Vista and Linux
Because thanks to my friends about this author.
every time you enter the site. youtube is always providing the original video.
A very good site like facebook siteside. I said I love you.
regards...
Re: Changing MAC address In Windows XP/Vista and Linux
Appreciate the info, it’s good to know.
Jones,
cheap banners
Re: Changing MAC address In Windows XP/Vista and Linux
Because thanks to my friends about this author.
every time you enter the site. youtube is always providing the original video.
A very good site like facebook siteside. I said I love you.
regards...
seo
L’objectif de notre stratégie de référencement naturel est la démonstration de bons résultats de positionnement pour divers clients, dans des secteurs différents et dans les trois principaux moteurs de recherche.Positionnement moteurs de recherche
Re: Changing MAC address In Windows XP/Vista and Linux
How long have you been in this field? You seem to know a lot more than I do, I’d love to know your sources!
Josh,
SEO
Re: Changing MAC address In Windows XP/Vista and Linux
Great post, you’ve helped me a lot
hp laptops
Re: Changing MAC address In Windows XP/Vista and Linux
Forwarded this to some friends, appreciate your advice
Jones,
website designer melbourne
Re: Changing MAC address In Windows XP/Vista and Linux
Great blog post. It’s useful information.
monitor stands
Re: Changing MAC address In Windows XP/Vista and Linux
A good read, definitely worth a cut and paste. Thanks!
dvd duplication