12-13-2009, 12:42 PM
Often, daily I met ppl who want to change their MAC address on their network card. Why to change your MAC address?
Generally the answer is because internet providers are "codding" MAC addresses, and when you will bring in the cable on your laptop or personal computer you don't have internet access. There is a solution for this with changing your mac address.
Windows XP/Vista
1. Open "cmd" and type "getmac" or "ipconfig /all". Find your Physical Address and remember it.
2. Then go to Control Panel » Right click on Network Connections » Properties on the Local Arena Connection or on the network which you want to change the MAC address.
3. Go to "General" » Configure » Advanced:
From the left side-pane choose "Network Address" and in the field "Value" type your MAC address(without -) and click OK.
Also you can see your mac address when you will right click on Local Arena Connection » Support » Details.
GNU/Linux
1. Open terminal and type:
to see the mac address.
2. At the second computer in terminal type:
00:00:00:00:00:00:01 = mac address.
At the end type:
and your MAC address is changed.
MAC OS X
For OS X version before Tiger (OS X 10.4) you will need to install this patch.
Type:
to see your mac addres, and then on the second computer write:
where 00:00:00:00:00:01 is the mac address.
Generally the answer is because internet providers are "codding" MAC addresses, and when you will bring in the cable on your laptop or personal computer you don't have internet access. There is a solution for this with changing your mac address.
Windows XP/Vista
1. Open "cmd" and type "getmac" or "ipconfig /all". Find your Physical Address and remember it.
2. Then go to Control Panel » Right click on Network Connections » Properties on the Local Arena Connection or on the network which you want to change the MAC address.
3. Go to "General" » Configure » Advanced:
From the left side-pane choose "Network Address" and in the field "Value" type your MAC address(without -) and click OK.
Also you can see your mac address when you will right click on Local Arena Connection » Support » Details.
GNU/Linux
1. Open terminal and type:
Code:
ifconfig eth0 |grep HWaddr
2. At the second computer in terminal type:
Code:
ifconfig eth0 down hw ether 00:00:00:00:00:01
At the end type:
Code:
ipconfig eth0 up
and your MAC address is changed.
MAC OS X
For OS X version before Tiger (OS X 10.4) you will need to install this patch.
Type:
Code:
ipconfig en0
Code:
sudo ifconfig en0 lladdr 00:00:00:00:00:01
Condoms aren't completely safe. A friend of mine was wearing one and got hit by a bus.