Thread
:
Change MAC address?
View Single Post
barry99705
2008-01-04 , 00:54
Posts: 641 | Thanked: 27 times | Joined on Apr 2007
#
8
Is it a credible mac address?? If you're just pulling numbers and letters out of your butt, then it's not going to work. The mac has to have a valid oui. Something like this,
Code:
00:12:17:48:02:D2
changed to
Code:
00:12:17:48:B2:C2
will work. The first three pairs,
Code:
00:12:17
, means it's a linksys card. The last three is the unique card id,
Code:
48:02:D2
, these are the numbers you want to change. Using something like
Code:
12:34:DE:AD:BE:EF
most likely won't work. Most wireless routers know the difference between real, and made up numbers.
__________________
Just because you are online, doesn't mean you don't have to form a full sentence.
SEARCH! It's probably already been answered.
Quote & Reply
|
barry99705
View Public Profile
Send a private message to barry99705
Visit barry99705's homepage!
Find all posts by barry99705