My Techie Guy |
1. #sudo su (yes, you have to be root to change system settings, i hope you have the root password!)
2. #ifconfig -a (Note the interface you wish to manipulate, e.g. "eth0")
3. #ifconfig eth0 down (first bring the interface down)
4. ifconfig eth0 hw ether 00:BA:12:00:FE:00 (give it a new MAC address)
5. ifconfig eth0 up (Bring the interface back up)
6. ifconfig -a (check to make sure that your changes have been accepted)
7. Please note that these changes are temporary and they don't persist after a reboot!
8. Have fun hiding your ID :-)
No comments:
Post a Comment