Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 





Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Networking Forum > Cabling and Network Cards
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Cabling and Network Cards cable and nic support forum; D-Link, Netgear, Linksys, Cisco, Sun

Reply
 
Thread Tools
Old 06-20-2006, 03:01 AM   #1 (permalink)
Registered User
 
Join Date: Feb 2006
Posts: 9
OS: WinXP


Trouble Changing MAC Address

Hello guys! When I try to change my MAC address my internet crashes and I get "Limited or no connectivity". I was wondering if anyone could explain why? Or explain a way that I could change my MAC address without losing connection to the internet!

Thanks guys any idea is appreciated!
josef001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-20-2006, 04:30 AM   #2 (permalink)
Design Team Moderator
 
freddyhard's Avatar
 
Join Date: Apr 2005
Location: Éire
Posts: 1,591
OS: 2k (still!)


the MAC address is burnt into the NIC and cannot be changed. every NIC has a unique MAC address world wide. the IP address can be changed, but what was it before you changed it? if you are on a domain and it is obtained automatically (DHCP) and you specify one (static address) then you'll need to enter in the DNS IP address and the default gateway as well. these are probably the servers IP address.

goto start>run and type cmd and enter. then at the command prompt type
ipconfig /all
there it will give you your current details. so keep the same DNS and default gateway if you are going to enter a new IP address.

post back if this is not what you are trying to do
__________________


"It takes two to lie, one to lie and one to listen"
Homer
freddyhard is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-20-2006, 05:14 AM   #3 (permalink)
Asst. Manager, Automotive Forums; HJT Trainee
 
Volt-Schwibe's Avatar
 
Join Date: Jan 2003
Location: Behind you, watching you as you type.
Posts: 7,242
OS: Click "My System" to view details

My System

Quote:
Originally Posted by freddyhard
the MAC address is burnt into the NIC and cannot be changed.
i hate to say this, but that simply isn't true, and i myself have told many many people that same thing in the past.

then i find that it is possible, not all cards support it, but most do.

Quote:
In XP you can use the regedit to edit the registry from a GUI or the reg command to edit it from the console, I’ll be using regedit. Information on all your NICs can be found the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\ . Under this key you will find a bunch of sub keys labeled as 0000, 00001, 0002 and so forth. We can assume any MAC address we want by finding the key that controls the NIC we want to change, putting in a string value called “NetworkAddress” and setting it to the MAC address we want to use formatted as a twelve digit hex number (example: 000000000001). To find out which key is which we can search through them for the value “DriverDesc” until we find the one that matches the NIC we wish to alter. After you set “NetworkAddress” to the address you want just restart the NIC by disabling it then enabling it (or in the case of PCMCIA cards, just eject and reinsert). You can confirm the MAC address change by using the “getmac” or “ipconfig /all” commands.
- Original link: http://addict3d.org/index.php?page=v...ecurity&ID=844

also, some software to make it even easier: (not free, demo is just to see if your card allows it.)
http://www.klcconsulting.net/smac/#Evaluation


can also see the google search i pulled off showing page after page with working instructions about how. http://www.google.com/search?q=clone...&start=10&sa=N (keep in mind, half those links are discussing routers, the other half NIC's)

in fact, in linux, this is done with a two lines of text typed into the console:
Code:
ifconfig eth0 down hw ether 00:00:00:00:00:01

ifconfig eth0 up
both my wireless cards allow it too. one time not that long ago, just to show someone it was possible, i changed my mac address to match the one on their laptop's wireless, and connected to their wireless router just to show them that limiting the router to a single connectable mac address is not as secure as WEP.

this here is also said to work, it's from the same source as that top one:
Quote:
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.
__________________
<signature>

TSF is funded by our Admin's pocket, care to help?
New Members: Subscribe to your thread (Thread Tools) to receive an instant email notification when you get a reply.
Power Tip: Creating a single new thread in the correct section is the best way to assure your thread will receive a reply.
</signature>

Last edited by Volt-Schwibe : 06-20-2006 at 05:26 AM.
Volt-Schwibe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-20-2006, 05:28 AM   #4 (permalink)
Registered User
 
Join Date: Feb 2006
Posts: 9
OS: WinXP


so am I to assume then that my card does not support it? because i can change my MAC address but when I do i lose connection to the internet (my IP changes to 0.0.0.0). I wanted to know if it is my network card or if it is my ISP that isn't letting me change my MAC address and keep the same IP address!

Last edited by josef001 : 06-20-2006 at 05:32 AM.
josef001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-20-2006, 05:34 AM   #5 (permalink)
Asst. Manager, Automotive Forums; HJT Trainee
 
Volt-Schwibe's Avatar
 
Join Date: Jan 2003
Location: Behind you, watching you as you type.
Posts: 7,242
OS: Click "My System" to view details

My System

oh sheesh, i'm sorry, i didn't realize that's what you were asking.


first off, why are you attempting to change it?

second, what exactly are you plugged into, a cable/dsl modem, or a router?

i'm here if you answer right away...
__________________
<signature>

TSF is funded by our Admin's pocket, care to help?
New Members: Subscribe to your thread (Thread Tools) to receive an instant email notification when you get a reply.
Power Tip: Creating a single new thread in the correct section is the best way to assure your thread will receive a reply.
</signature>
Volt-Schwibe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-20-2006, 05:36 AM   #6 (permalink)
Registered User
 
Join Date: Feb 2006
Posts: 9
OS: WinXP


i am connected to cable through a router, but i tried connecting directly to the cable modem. i want to change my MAC address because it was part of the instructions for a game I downloaded!
josef001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-20-2006, 05:58 AM   #7 (permalink)
Asst. Manager, Automotive Forums; HJT Trainee
 
Volt-Schwibe's Avatar
 
Join Date: Jan 2003
Location: Behind you, watching you as you type.
Posts: 7,242
OS: Click "My System" to view details

My System

ok.

i am not going to be able to help with this.

not unless you can explain which game, and they can explain a valid reason.
__________________
<signature>

TSF is funded by our Admin's pocket, care to help?
New Members: Subscribe to your thread (Thread Tools) to receive an instant email notification when you get a reply.
Power Tip: Creating a single new thread in the correct section is the best way to assure your thread will receive a reply.
</signature>
Volt-Schwibe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-20-2006, 08:53 AM   #8 (permalink)
Design Team Moderator
 
freddyhard's Avatar
 
Join Date: Apr 2005
Location: Éire
Posts: 1,591
OS: 2k (still!)


hi volt-schwibe. i just changed the MAC address by using the configure>advanced>network address.. you know yourself. but are you sure this is actually changing the MAC address or windows taking control of what the network sees as the MAC address?

the original address is still there only windows is showing the one specified by the user. in which case how useful is this?
__________________


"It takes two to lie, one to lie and one to listen"
Homer
freddyhard is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 06-20-2006, 10:50 AM   #9 (permalink)
Asst. Manager, Automotive Forums; HJT Trainee
 
Volt-Schwibe's Avatar
 
Join Date: Jan 2003
Location: Behind you, watching you as you type.
Posts: 7,242
OS: Click "My System" to view details

My System

my router says it changed.

and, the time i did it with a wireless, that router saw it change too.
Quote:
Originally Posted by freddyhard
but are you sure this is actually changing the MAC address or windows taking control of what the network sees as the MAC address?
no, that's exactly what it's doing. the mac address in the card is still there, you can delete the reg key, and you will have your old mac address back.

this literally just makes the network see it as another network card.

as far as how useful....

it's not, unless you are looking to conduct illegal activities, which is what i suspect is up with this thread.

however, i already went and gave the info anyhow, so the damage has been done.

the only reason to clone a network card's mac address, is to lie to two types of devices.

1. routers. this has nothing to do with gaming like this user has mentioned.
2. dsl/cable modems. again, this has nothing to do with gaming.

the only exception to that, is x-box, which you can not legally download games for...

i'd like to point out, that some game support sites suggest having your router clone your pc's NIC, so that the cable company doesn't see a router. that, however, is not what's being asked either.

so still, i'd like to know, what game, and why in the world does it ask this.

as far as why it causes a disconnect, i think that's common sense.
__________________
<signature>

TSF is funded by our Admin's pocket, care to help?
New Members: Subscribe to your thread (Thread Tools) to receive an instant email notification when you get a reply.
Power Tip: Creating a single new thread in the correct section is the best way to assure your thread will receive a reply.
</signature>

Last edited by Volt-Schwibe : 06-20-2006 at 11:04 AM.
Volt-Schwibe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -7. The time now is 06:57 AM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82