How to change MAC address of your WIFI or Ethernet card

Open a terminal window and type the following command



sudo ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx


replace xx:xx:xx:xx:xx:xx with the MAC address that you want to change to

3 comments:

  1. for ReactOS you can use GUI tools

    ReplyDelete
  2. Hi ! Nice !

    Is this permanent ? Even until you reboot ? Because, I usually have "macchanger" but it returns to the original mac adresse when you reboot.

    for machanger :
    sudo macchanger eth1 -m xx:xx:xx:xx:xx:xx

    ReplyDelete