How to change the mac address of thunderbolt to ethernet adapter?

Hello everyone,
I am using Macbook pro retina display 2013 version. I have bought a thunderbolt to ethernet adapter in order to connect my Macbook to LAN. But in my area there is a shared line and I have to clone their mac address to my Macbolok. I could not change the mac address of my thunderbot to ethernet adapter. Can anyone please tell me how to change the mac address of thunderbot to ethernet adapter step by step??
Thanks in advance.

Open terminal and type the followings;
1) sudo ifconfig bridge0  ether xx:xx:xx:xx:xx:xx(it will be your new mac address)
2) Type your password to confirm
3) ifconfig bridge0 |grep ether (to see if change is successful)
PS: *This should with your thunderbolt adapter, but its not working usb to ethernet adapters without installing required drivers.
       ** You may need to do these steps every time you boot your mac.

Similar Messages

  • Windows 7-8.1 Can not change the MAC Address on wifi and cannot load login page in public HotSpot.

    Windows 7-8.1 Can not change the MAC Address on wifi and cannot load login page in public HotSpot.
    Adapter: Ralink RT3070 Chipset wifi adapter
    Tested: os Windows 8.1 Professional
    Hot Spot: 802.11b
    The first problem windows 7-8.1 got IP adress and connect he public HotSpot  but  cannot load login page or any other page. It does not work with it.
    The second problem Wifi canrd/configure/Advandes (No network adress change function).Tested with the default windows driver and the ralink rt 3070 driver the same problem.On windows XP the same function the same driver works perfectly.
    multiple users to have expressed interest in the problem But Microsoft not corrected the problem window7-8.1 10?
    lizardsystems.com/wiki/change_mac_address/faq/change_mac_address_in_windows_7
    blog.technitium.com/2011/05/tmac-issue-with-wireless-network.html
    superuser.com/questions/519189/how-to-change-the-mac-address-in-win-8-to-spoof-a-roku-player-through-a-wifi-spl
    social.technet.microsoft.com/Forums/windows/en-US/59e07df3-471c-499e-ad5f-e7cb507595df/cannot-change-mac-address-in-windows-7-driver-has-option-doesnt-work-neither-does-regedit-ms?forum=w7itpronetworking
    networksteve.com/windows/topic.php/CANNOT_CHANGE_WIRELESS_%28SPOOF%29_MAC_ADDRESS_ON_WINDOWS_7/?TopicId=16810&Posts=1
    On windows XP or linux have a MAC adress Change function  allow 00 mac adress and another normal mac adress range.On windows 8.1 all Mac changer program dont work.This 2,6,A,E on second adress are not vaild Mac adress. You simply can not use normal MAC
    addresses on windows 8.1.When i connect the usb the Pc windows 8.1 recognizes the adapter but the default  driver and the downloaded ralink driver the same problem.On windows xp the current driver works perfectly have (Local Mac Network Adress) funktion
    and works with the 802.11b hot spot.I got the internet my PC and laptop too public HotSpots and another wifi HotSpots if wont work correctly i can not use neither the windows 7,8,8.1 or 10. Many users have expressed interest in the problem more forums.
    The 3. problem im tested in virtualbox the windows 7 and 8.1 on 8.1 (on the blue wifi platform) not show correctly the signal strengh. On windows 7 show this correctly.The windows 7-8.1 Configure/advanced the advanced options on Ralink 3070 the default (windows
    driver) somehow downgraded function is less than for Xp. Configure/advanced the advanced options (needs to be upgraded in the future) because it does not advance but rather regressed.
    Today it is very common these wi-fi technology increasingly used (hotels,Public Hots Spots,Internet coffe,) growing free bublic wifi projects. The wifi funktions on windows  need debugging and modernize.The quality of Wi-Fi is now the operating system
    is now a thing order which is not good then the operating system is unusable.

    Hi,
    For changing the MAC address for Windows 7 is designed with some limitation, we cannot get over it. Thanks for your understanding.
    Under Windows 7, the possible range of spoofed addresses for wireless adapters that can be set is limited.  To be used by Windows 7, a spoofed MAC address should have 0 as a least significant bit (unicast) and 1 as a second least significant
    bit (locally administered) in the second nibble.  Thus possible values for the second nibble are limited to 2, 6, A and E.
    In other words 
    MAC address:  “XY-XX-XX-XX-XX-XX” “X” can be anything hexadecimal.  The hexadecimal “Y”, written in binary format, is  Y:  “kmnp”,  where “p” is the least significant bit; 
    p=0 --> unicast;
    p=1 --> multicast;
    n=0 --> globally assigned MAC;
    n=1 --> locally administered;
    So, actually MAC can be changed  to any combination in which p=0 and n=1;
    “Y” can be 2, 6, A or E.
    So the possible MAC addresses in Windows 7 for wireless adapters:
    X2-XX-XX-XX-XX-XX
    X6-XX-XX-XX-XX-XX
    XA-XX-XX-XX-XX-XX
    XE-XX-XX-XX-XX-XX
    For the wifi hotspot issue, please check this blog to see if it can be helpful.
    Windows 7 Connectivity Problems in Public Hotspots
    http://blogs.technet.com/b/patrickr/archive/2010/07/28/windows-7-connectivity-problems-in-public-hotspots.aspx
    Kate Li
    TechNet Community Support

  • How to change the hardware address (MAC) of my printer to match my mac

    how to change the hardware address (MAC) of my printer to match my mac

    Hello @giomarcondes ,
    Welcome to the HP Support Forums!
    I understand that you wish to alter the MAC address on your HP Deskjet Ink Advantage 3525 e-All-in-One Printer to match the MAC address of your Mac OS X computer. Unfortunately, what you're requesting is not supported. Just to clarify, "a media access control address (MAC address) is a unique identifier assigned to network interfaces for communications on the physical network segment". They are programmed into the device and are not designed to be changed. (Source: MAC address)
    Are you experiencing issues configuring your HP Deskjet on your wireless network to communicate with your Mac computer?
    If you do actually require support configuring the wifi connection on your printer I would be more than happy to assist you with this. I look forward to hearing from you!
    X-23
    I work on behalf of HP
    Please click "Accept as Solution" if you feel my post solved your issue, it will help others find the solution.
    Click the "Kudos, Thumbs Up" on the right to say "Thanks" for helping!

  • I need to change the MAC Address for Airport on MacBook

    I have a specific need to change my son's Airport MAC address as his school requires the use of USB network cards that aren't compatible with MACs. These cards are needed because the school's router uses MAC address filtering.
    Before we upgraded his Mac to Snow Leopard, we were able to change the MAC address to the MAC address of the useless dongal the school supplied. We basically created an AppleScript program that ran the "sudo ifconfig en1 ether xx:xx:xx:xx:xx:xx" and all was good.
    This command no longer works for changing the MAC address. We tried it as root user as well and by typing it into the terminal window as root. After running the command, we can run "ifconfig en1" and it does display the new mac address but when we turn the airport on and try to connect, it just hangs and won't connect.
    Our other non-Snow Leopard still works fine after running the commands so I'm guessing Apple disabled this functionality. It's hardly a security issue by being able to change your mac addres.
    Is there a new way to accomplish this? I've searched everywhere.
    Thanks!

    Would an easier solution be to provide the school's IT admin with your mac address and have it added? If they can add a block of mac addresses for the usb dongles, they can add more for machines that cannot use the dongle.
    Also: "It's hardly a security issue by being able to change your mac address."
    While it may not be a security issue for your machine, it is a security for the school network who is using mac address filtering as hopefully only one part of their wireless security.
    That being said, have you read this?
    http://osxdaily.com/2008/01/17/how-to-spoof-your-mac-address-in-mac-os-x/

  • How to get the MAC address of the additional 10G NIC with ILO command line

    how to get the MAC address of the additional 10G NIC with ILO command line?
    thanks.
    This question was solved.
    View Solution.

    Hi Bruce,
    Out from what I can find on this network card is it not possible to get the mac address without a OS. I would recommend you to get/burn a Linux/Ubuntu live CD/DVD and run a Ifconfig in there.
    Hope it helps you.
    Best regards
    Zincas
    I work on behalf of HP

  • How is that the MAC address (BIA : Burn -in -Address) not yet exhausted?

    How is that the MAC address (BIA : Burn -in -Address) not yet exhausted? IPV4 is exhausted and we are moving to IPV6!

    MAC addresses are 48 bits long. That is 65536 times the IPv4 space. IP addresses need to be globally unique while MAC addresses only need to be unique on their local LAN segment (LAN/VLAN).
    Here is a good link explaining it more in detail:
    http://blog.michaelfmcnamara.com/2013/03/are-we-running-out-of-mac-addresses/
    There is also a link there that suggests some edits to the 24-bit OUI assignments:
    http://www.ietf.org/proceedings/86/slides/slides-86-iab-techplenary-5
    Daniel Dib
    CCIE #37149

  • How to read the MAC address of a BT device ?

    How to read the MAC address of a BT device ?
    Thanks,
    Ionut

    I should've added more details ; I'm interested to find out, from an IPhone app, if a certain BT device is in the proximity of the phone. The verification involve checking the MAC address or the name of the device.
    Thanks,
    Ionut

  • HT201269 How to change the email address associated with an iPhone account?

    How to change the email address associated with an iPhone account?  I inherited my son's phone and it still shows his phone number even though I can add my own email account.  My iCloud is also associated with his phone number.

    If you mean you want to change the iCloud ID your phone is signed into on your phone (which looks like an email address), you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use. 
    If you don't know the password for your old ID, or if it isn't accepted, and your old ID is an earlier version of your current ID, go to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • My friend took my macbook pro's MAC address.Can he operate my laptop with it?Can he see what i do?Whats is the solution?If i change the MAC address will it help me? I don't want him to operate my laptop

    My friend took my macbook pro's MAC address.Can he operate my laptop with it?Can he see what i do?Whats is the solution?If i change the MAC address will it help me? I don't want him to operate my laptop

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • How to change the Mac OSX 10.5 Leopard to 64bit ?

    Hi,
    I am wondering how to change the Mac OSX 10.5 from 32bit to 64bit ??
    I can change 10.6 Snow Leopard to 64bit by using the following command but it doesn't recognize by 10.5.
    sudo systemsetup -setkernelbootarchitecture x86_64
    <admin password>
              Note: Restart machine to apply setting.

    10.5 doesn't support 64bit.
    http://support.apple.com/kb/HT3770
    http://support.apple.com/kb/HT3696

  • How to find the MAC address of iPod Shuffle?

    Hi,
    I need to add MAC address of iPod shuffle to the wireless router. Does anyone know how to find the MAC address of iPod shuffle? I would appreciate your help! Thanks.

    Thanks for reply. So then I am not sure why my laptop is not recognizing iPod shuffle when it is connected through USB cable. I don't see DEVICES option under iTunes..so can't sync the music.

  • How to change the web address on my iWeb page?

    I was wondering if it was possible to change the web address for the page I have created with iWeb?

    No you can't change it as it is made up of your .Mac account name and the name you gave the web site in iWeb. You can change the name of the site in iWeb by clicking on the site name and editing the name, but that will only change the last part of the full URL of the web site.

  • How to find the MAC address of my iPad2?

    My WiFi hot spot has MAC address filter for better security.
    But I cannot find the MAC address of my new iPad2.

    If you need to setup wifi to start the MAC address with iPad, try  the http://www.ipad-tablet-help.com/2010/03/how-to-find-ipad-mac-address.html   to find it out.  Works for iOS5.

  • How to change the ip address of hp laserjet 5100tn

    Hi,
    I have a hp laserjet 5100tn. I can't use the control panel to change the IP address as select button is not working. I need to download and install HP Web Jetadmin software for windows 7 32 bit but I can't get one to download.
    Kindly  assist.

    Hi ujo,
    Thank you for visiting the HP Support Forums! To get your issue more exposure I would suggest posting it in the commercial forums since this is a commercial product. You can do this at http://h30499.www3.hp.com/hpeb/
    I hope this helps!
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • How to change the mailto address in Acrobat X Pro

    Have a pdf form that I need to put on a website so people can fill it out and submit it.
    Need to change the email address where it is to be sent to when they click on the Submit button.
    I have looked and looked, and can't figure out where to change this.
    Any and all help would be greatly appreciated.

    Once I have the pdf done, and then "distribute" it.....
    When I complete the pdf form, and click on submit, it is trying to send it to the wrong address.
    Need to change that address.
    Suggestions?
    Thanks,

Maybe you are looking for

  • A little arrow under my battery

    i was recently driving and when i looked down at my phone there was a little blue arrow under my battery, Does anyone know what this is i have never seen it b4, it was charging in my car, but after i unplugged it, it was still there, although i love

  • Need Answer with Create Table

    Hi OTN Peeps, I would like to ask, what's the difference between this two syntax. create table table_name as select * from other_table;and create table table_name as (select * from other_table);Thanks and More Power!

  • How to instance an mx-component

    Hi! I have the following problem. 1. I got a mx:ViewStack (main) with two components: an mx:HBox and a custom made (app:NewMailBox). 2. In the main application I want to open the app:NewMailBox and initate it with a mail object Probelm The components

  • PU12 Configuration document

    HI All, I am new to the transaction code PU12 and would like to get more details on how to configure PU12. Could someone please guide me for configuration. Thanks DK

  • How to link Inbound plug between 2 windows

    Dear All, I create a linktoaction link, and I want come out when I click this link then windows.open a new view in other windows, by the way have some data transfer between 2 views, if 2 viewes in one windows is easy ,but my task is in  2 different w