How can I change the MAC address of Microsoft Loopback Adapter?

14,279

It seems that the adapter will accept only locally administered MAC addresses as valid (makes sense). This is signified by 7th leftmost bit set to 1, so MAC must start with 02. I changed it without any problems: enter image description here

Ethernet adapter Local Area Connection 3:

    Connection-specific DNS Suffix  . :
    Description . . . . . . . . . . . : Microsoft Loopback Adapter
    Physical Address. . . . . . . . . : 02-FA-FA-FA-FA-FA
    Dhcp Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 10.0.0.1
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :

If you try to define it as Globally unique (00), it treats it as invalid and reverts to default: enter image description here

Ethernet adapter Local Area Connection 3:

    Connection-specific DNS Suffix  . :
    Description . . . . . . . . . . . : Microsoft Loopback Adapter
    Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
    Dhcp Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 10.0.0.1
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
Share:
14,279

Related videos on Youtube

Admin
Author by

Admin

Updated on September 18, 2022

Comments

  • Admin
    Admin over 1 year

    I am trying to designate a MAC address for MS loopback adapter. Installation is fine. I see in device manager, the adapter and in advanced tab, I enter the mac address I desire. But when I do in cmd prompt ipconfig -all, I see the original mac address is retained.

    I did search a bit but google is not extremely useful. I am hoping an easy solution exists to this problem. My os is XP.

    thanks, KD

    • Admin
      Admin about 13 years
      why would you need to change the MAC of the loopback adapter?
    • Admin
      Admin about 13 years
      Since there is no medium, there is no MAC address really. Why do you want to change it? Even if windows is silly enough to list a bogus address, you gain nothing by changing it.
    • Admin
      Admin about 7 years
      Well, I am googling this in 2017 because it may be the only way to move a (legitimately purchased!) node-locked software license onto a new computer, as some programs use a MAC address for licensing. Not sure if it'll work for my use case (probably not because of the locally-administered restriction), but this question has been helpful.
    • Admin
      Admin about 7 years
      Apparently someone else had the same question too: eightforums.com/network-sharing/…