

You can see it beside the BD Address field. If you want to see the MAC address of your Bluetooth adapter, you can use this command: hciconfig Get the MAC address of BluetoothĪs I mentioned earlier, all networking devices have a physical address. You can find the MAC address of each device at the last line of the device description, followed by link/ether and it’s 52:54:00:5c:92:bf in my case. Generally, the wireless device names will be wlan0, wlan1, wlan2, wlo0, wlo1, and wlo2, whereas the Ethernet (wired device) will probably have eth0, eth1, eno0, eno1,enpls0, or enpls1. Open up your terminal and use the following command, and it will bring the address of the present network cards in your system: ip linkĪnd you’ll be met with the following output: There are serveral Linux networking commands that can be used to get the MAC address of the WiFi or LAN cards.īasically, use the same command that you use for checking the IP address.

Method 1: Find MAC address using command line I’ll show both command line and GUI methods. In this tutorial, I’ll share the steps for finding the MAC address of your desired networking interface in Linux. The MAC address, also known as the physical address, is a 12-digit hexadecimal code (48-bits) and is represented as MM:MM:MM:SS:SS:SS So, your WiFi card has a MAC address, and so does the Ethernet (LAN) port. It is because the MAC address is a core part of networking, and each networking peripheral device has its own MAC address.

This is the second tab from the left at the top of the window. However, it is important to note that it’s your computer’s private IP address, not your public IP address. Note: If you are just looking for your computer’s IP address, you can find it in the upper-right corner. For example, you can select Wi-Fi or Ethernet, depending on how your computer is connected to the internet. Note: You can also access your network preferences by clicking on the WiFi button in the top-right corner of your screen. Click the Apple icon in the top-left corner of your screen.Then click Advanced > TCP/IP and you will see your computer’s IP address next to IPv4 Address and your router’s IP address next to Router. To find your IP address on a Mac, go to System Preferences > Network and select your connection in the left sidebar. How to Find Your Computer’s IP Address and Router’s IP Address On a Mac
