How to change MAC addresses on Windows, Linux and MAC OS X

One of the reasons that the computer cannot catch WiFi is due to the network card's MAC address, not matching the MAC address of the WiFi network. The solution now is to customize the MAC address of the network card, so that it can match the MAC address of the WiFi network.

In the following article we will show you how to change MAC addresses on Windows, Linux and Mac OS X computers.

1. How to change MAC address on Windows:

In addition to using software to change the MAC address on Windows, we can change it right on the computer's settings. Most network cards allow users to set optional MAC addresses from the configuration pane in Windows' default Device Manager device manager.

However, there are some cards that are not supported by this driver.

Step 1:

First we open Device Manager by entering the Device Manager keyword in the search bar of Windows 8 or Windows 10.

How to change MAC addresses on Windows, Linux and MAC OS X Picture 1

With Windows 7 operating system, we press the Windows key and type the keyword Device Manager.

Step 2:

In the Device Manager interface, we go to Network adapters . Then click on this item to appear sub-items. After that, the user will find the network interface to edit and right-click and select Properties .

How to change MAC addresses on Windows, Linux and MAC OS X Picture 2

Step 3:

In the Properties dialog box, click on the Advanced tab .

Next, the Property section in the list below click on Network Adress . In case you do not see this option, it means that your computer's network card does not support the MAC address change function on the computer.

Also at this interface, users select Valu e and then type an arbitrary MAC address.

Note to the user that the MAC address has no spaces, colons ':' or commas ';' and dashes, spaces. Finally click OK when the import is complete.

How to change MAC addresses on Windows, Linux and MAC OS X Picture 3

2. How to change MAC address on Linux:

Step 1:

First of all in the panel at the bottom of the screen, we find the network icon and click Edit Connections . Select the network connection you want to customize and then click Edit .

Step 2:

In the connection network Editing interface, you go to the wired Ethernet connection tab . Finally enter the new MAC address in the Cloned MAC address section . Click Save to save the changes.

How to change MAC addresses on Windows, Linux and MAC OS X Picture 4

In case the user connects to the wireless network, click on the WiFi tab . Also enter the new MAC address into the Cloned MAC address entry, as shown below. Click Save to save.

How to change MAC addresses on Windows, Linux and MAC OS X Picture 5

On Linux we can also switch MAC addresses using the command line through the Terminal window.

First of all, open the Terminal window using the shortcut Ctrl and Alt-T or open the Menu Dash in the left-hand corner, type the keyword Terminal.

In the Terminal window enter the command line:

  1. sudo ifconfig eth0 down
  2. sudo ifconfig eth0 hw ether xx: xx: xx: xx: xx: xx
  3. sudo ifconfig eth0 up

The first command line will turn off the network interface, the second command line to change the MAC address and the last line to reopen the connection. The eth0 part will enter the name of the network interface you want to adjust. The character xx is the MAC address according to the user.

How to change MAC addresses on Windows, Linux and MAC OS X Picture 6

In case if you are unsure of the connection name, you can run ifonfig to open the list of wired and wireless network connections.

New MAC addresses will be reset after restarting the computer. If you want these changes to be the default, you need to adjust the corresponding configuration file in /etc/network/interfaces.d/ or / etc / network / interfaces.

3. How to change MAC address on MAC OS X:

We will proceed to change the MAC address via the Terminal command line. Press Ctr-Space type Terminal and press Enter. Then enter the following command line into Terminal.

  1. sudo ifconfig en0 xx: xx: xx: xx: xx: xx

We also replace en0 with the network connection we want to change.

How to change MAC addresses on Windows, Linux and MAC OS X Picture 7

4. Check that the MAC address changes:

After we have changed the new MAC address, we can proceed with the test.

For Windows computers, open Command Prompt and then enter the command line ipconfig / all. With Linux and MAC OS X, open Terminal and enter the ifconfig command line.

Wish you all success!

4 ★ | 4 Vote

May be interested

  • How to set and change a user password in LinuxHow to set and change a user password in Linux
    both linux and unix operating systems use the passwd command to change the user password. the password used to update the user's authentication token (password) is stored in the / etc / shadow file.
  • How to find available IP addressesHow to find available IP addresses
    finding an available ip address is useful if you need to connect devices such as printers, computers, game consoles (like xbox 360) or dvrs to the network.
  • 7 ways to run Linux software on Windows7 ways to run Linux software on Windows
    linux users want to run windows software on linux, whereas windows users want to use linux software. even if you are looking for a better development environment, more powerful command-line tools, you can run linux software without removing windows.
  • How to Install Linux Mint Operating SystemHow to Install Linux Mint Operating System
    linux mint is a linux operating system distribution that is becoming increasingly popular quickly, largely because of its ease of use and simplicity, neat interface, and friendliness to windows operating system users who want to change their operating systems. change the air. like most other linux distributions, because this is a free distribution, you can install it as many times as you want on as many devices as you want. over the years, the process of installing linux has become much simpler than before, even simpler than installing the windows operating system. read on to learn how to install and use linux mint.
  • How to configure static IP addresses on LinuxHow to configure static IP addresses on Linux
    when you need a linux system with a static ip address instead of a dynamically set address by dhcp, all you need to do is make some configuration changes and reboot the system. follow these steps to make the conversion.
  • How to change hostname in LinuxHow to change hostname in Linux
    there are many reasons why you might want to change the hostname of your linux system. unfortunately, changing hostname is not an intuitive process.
  • 8 main differences between Windows and Linux8 main differences between Windows and Linux
    is linux and windows the same? linux is different from windows? that is the question that many people wonder when they first come into contact with the linux operating system. in this article we will help you answer that question.
  • Convert data, applications from Windows to Linux in minutesConvert data, applications from Windows to Linux in minutes
    many people want to use both windows and linux operating systems that perform dual booting, but recently a problem with windows drivers has made users frustrated and annoyed, so they can only use linux operating system.
  • How to Change Time Zone on LinuxHow to Change Time Zone on Linux
    today's tipsmake will show you how to change the time zone on your linux computer. you can change the time zone on any linux distribution using the command line or command line menu depending on the linux version. if you are using mint, ubuntu or another distribution with a simple user interface and settings menu, you can also change the time zone right here.
  • How to Check IP Address on LinuxHow to Check IP Address on Linux
    this article shows you how to view the private and public ip addresses of computers using the linux operating system.