RSS Feeds
Posted in myLife      No comments

To change your MAC address in Linux (and most *nix system) is easy as pie. All it takes is two easy to script commands:

ifconfig eth0 down hw ether 00:00:00:00:00:01

ifconfig eth0 up

PS: However, you can use macchange! :P

Post comment