When we do "experiments" sometimes are need to hide ... or say more softly , change our MAC address. And for this , Ubuntu has very hand tool, called MAC Changer.
But first some words about MAC address... Media Access Control a.k.a. MAC is a unique identifier used to identify network adapters weather it is a Ethernet or WiFi or any Bluetooth , all networking hardware has unique ID , and with who's help those devices --- and so --- "USER" of that device can be identified. This method is used in very basic security schemes that includes mobile networks too !!!
Well, i don't wanna ask why would you ever think to change your MAC address but i know there are always "reasons" to change it for sometime. There are number of ways to change it ,
one method is ...
go to your termainal and write ,
sudo gedit /etc/network/interfaces
it will open interface file of network , it should look like ,
auto eth0
iface eth0 inet dhcp
then simply add a line after these two lines , and it will look like this ,
auto eth0
iface eth0 inet dhcp
hwaddress ether 01:02:03:04:05:06
where 01:02:03:04:05:06 is a FAKE MAC address...
sudo /etc/init.d/networking restart
and you will see your "all new" identity.
Tuesday, December 9, 2008
MEWU - Scene 8 ... Change your Identity !!!
Subscribe to:
Post Comments (Atom)
Tags
- antivirus (5)
- cloud computing (3)
- computer (7)
- eyecandy (2)
- firefox (5)
- free (13)
- information (23)
- internet (59)
- linux (6)
- MEWU (9)
- My First Birthday.... (1)
- news (52)
- security (21)
- software (37)
- technology (27)
- ubuntu (12)
- vulnerability (22)
- windows (42)
- windows xp (4)
Creative Commons
Random Thoughts .... by Gaurang is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License.
0 comments:
Post a Comment