Windows Method 1: Using the Command Prompt

  1. 1

    Click on the Start button.

     
  2. 2

    Type cmd in the search bar, right above the Start button, and press Enter. This will open the command prompt.

    • If you're using Windows XP, click Run, type cmd, and press Enter.
  3. 3

    At the command prompt, type ipconfig /all and press Enter. Don’t forget the space.

  4. 4

    Look for Physical Address. This your MAC address. Make sure you get the physical address of the correct network adapter - usually there are several listed.

Windows Method 2: Using the Network and Sharing Center (Vista/7 only)

    1. 1

      Connect to a network. This method is only applicable if you are currently connected.

    2. 2

      Click on the connection icon at the system tray. It may look like a small graphic (like the image below), or like a tiny computer monitor. After clicking on it, select "Open Network and Sharing Center".

    3. 3

      Find the name of your network connection and click on it. It will be located right after the word "Connections". This will open a small window.

    4. 4

      Click Details.

    5. 5

      Look for Physical Address. This your MAC address. Make sure you get the physical address of the correct network adapter - usually there are several listed.

      Windows Method 3: Using Network Connections (98/XP only)

      1. 1

        Connect to a network. This method is only applicable if you are currently connected.

      2. 2

        Open Network Connections. If you don’t have a desktop icon for this, find the connection icon in the taskbar (the lower right-hand corner of the Windows toolbar) and click on it to either bring up your current connection or a list of available networks. .

      3. 3

        Right-click your connection and select Status.

      4. 4

        Click "Details". Note that, in some versions of Windows, this may be under the Supporttab.

      5. 5

        Look for Physical Address. This your MAC address. Make sure you get the physical address of the correct network adapter - usually there are several listed.

      Mac OS X Method (Older Versions)

      1. 1

        Go to Apple Menu > System Preferences.

      2. 2

        Select Network.

      3. 3

        Double-click on Airport or Built-in Ethernet. This will depend on how you access the Internet / your network.

      4. 4

        Find your Airport ID or Ethernet ID. This is the MAC address.

      Mac OS X Method 2 (Newer Versions)

      1. 1

        Click on the apple icon on top left corner of your screen.

      2. 2

        Scroll down to System Preferences and click on it.

      3. 3

        Select Network and choose either AirPort or Built-in Ethernet, depending on how you access your network.

        • For Ethernet, click Advanced and navigate to the Ethernet tab. At the top you will see the Ethernet ID, which is your MAC address.
        • For AirPort, click Advanced and navigate to the bottom of the page. There you will see the AirPort ID your MAC address.

      Linux Method

      1. 1

        Obtain a command shell. Depending on your system, this might be called XtermShell,TerminalCommand Prompt, or something similar. It can usually be found underApplications > Accessories (or the equivalent).

      2. 2

        Type /sbin/ifconfig and press Enter. If you are denied access, enter su –c “/sbin/ifconfig”and enter the root password if prompted.

      3. 3

        Look for your HWaddr. This is your MAC address.

Find mac address的更多相关文章

  1. Ubuntu 下,修改 Mac address

    ifconfig    //    check Mac address sudo ifconfig eth0 down sudo ifconfig eth0 hw ether xx:xx:xx:xx: ...

  2. 【小错误】Device eth2 has different MAC address than expected, ignoring.

    今天在搭建rac配置IP的时候报错显示如下: Device eth2 has different MAC address than expected, ignoring.[FAILED] 百度了下,问 ...

  3. OK335xS mac address hacking

    /*********************************************************************** * OK335xS mac address hacki ...

  4. 利用C语言获取设备的MAC address

    利用C语言获取设备的MAC address MAC address --> Medium Access Control layer address // // http://www.binary ...

  5. 关于获得本机Mac Address的方法

    网络上有讲获得Mac address的方法有如下: 1. 发送ARP命令,利用返回的Mac Address缓冲区得到 2. 用NetworkInterface.GetAllNetworkInterfa ...

  6. what is MAC address

    MAC Address:media access control address A media access control address (MAC address) is a unique id ...

  7. vb.net 使用ip查詢(Host Name)(WorkGroup Name)(MAC Address)-運用cmd及nbtstat命令

    Sub nbtstat(ByVal ip As String) Dim strRst, strRst1, strRst2, strRst3 As String Dim n1, n2, n3 As In ...

  8. How to Change MAC Address on Ubuntu

    1 Open Terminal.   2 Log in as root so type: sudo -i and then write your password.   3 View your cur ...

  9. Get MAC address using POSIX APIs

    #include <stdio.h>#include <unistd.h>#include <netdb.h>#include <arpa/inet.h> ...

随机推荐

  1. Python 删除 数组

    numpy删除一列 从0开始,第三个参数是第几个维度  可以多删几个 

  2. php的session_start

    如果session使用cookie记录,那么在session_start时会设置一个cookie,参数取决于php.ini的设置,当然也可以通过session_set_param在程序里设置.不同站点 ...

  3. 一起学CUDA(零)

    1.Nvidia为什么引入CUDA最近实验室已经有不少豪在入手本本了,因为学霸居多,所以大家一般都会说对显卡要求不高,不玩大型游戏,只是CPU不能差,Intel I7.3G的主频…… 其 实现在CPU ...

  4. aspose.word 在书签处插入符号

    doc.Range.Bookmarks["CBJYQQDFS110"].Text = ""; Aspose.Words.DocumentBuilder buil ...

  5. AJAX overrideMimeType作用

    我们经常在AJAX代码中发现如下代码:   if (http_request.overrideMimeType) {    http_request.overrideMimeType("te ...

  6. svn log 不显示日志的问题

    在你配好了Xcode里的SourceControl之后提交代码回复代码都很方便,可是为什么在Xcode上提交的log,在svn下面显示不出来! 解决办法是:在命令行下,先 svn update 一下, ...

  7. 嵌入式 hi3518平台获取网络环境中的ip、netmask、broadcast等信息

    <span style="font-family:Courier New;"> /********************************** (C) COPY ...

  8. [搜片神器]之DHT网络爬虫的代码实现方法

    继续接着第一篇写:使用C#实现DHT磁力搜索的BT种子后端管理程序+数据库设计(开源)[搜片神器] 谢谢园子朋友的支持,已经找到个VPS进行测试,国外的服务器: http://www.sosobta. ...

  9. python27+django创建app

    python manage.py startapp polls创建一个叫polls的app 编辑文件 polls/models.py : 1 from django.db import models ...

  10. eclipse 在Navigator视图中查看资源

    随着不断使用Eclipse,Navigator视图中的实体数目会增加.通过在某一项目或文件夹上右击,并在所出现的快捷菜单中选择Go Into命令,你就可以查看该项目或文件夹中的资源了.此时Naviga ...