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. 正则化,数据集扩增,Dropout

    正则化方法:防止过拟合,提高泛化能力 在训练数据不够多时,或者overtraining时,常常会导致overfitting(过拟合).其直观的表现如下图所示,随着训练过程的进行,模型复杂度增加,在tr ...

  2. 【C#学习笔记】图片像素操作

    using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; usin ...

  3. a标签包input引起的问题

    最近公司中的一个项目中,有一个同事跟我说,他写的输入框不能选中输入内容了,并且光标也不能插入到已写好的文字其他位置. 简化了一下他的代码结构,如下: <a href="javascri ...

  4. Linux下tail命令

    简述 tail命令从指定点开始将文件写到标准输出,使用tail命令的“-f”选项可以方便的查阅正在改变的日志文件,“tail -f filename”会把filename里最尾部的内容显示在屏幕上,并 ...

  5. 数据绑定表达式(上):.NET发现之旅(一)

    数据绑定表达式(上):.NET发现之旅(一) 2009-06-30 10:29:06 来源:网络转载 作者:佚名 共有评论(0)条 浏览次数:859 作为.NET平台软件开发者,我们频繁与各种各样的数 ...

  6. 关于“怎么比较两个SQL查询语句产生的结果集是否相同”搜集到的一些资料

    一. 如果你这两个结果集都没有close,可以这样: rs.last(); rs2.last(); if (rs.getRow() != rs2.getRow()) { //记录数不等,即结果不等 } ...

  7. hdu 1527(威佐夫博奕)

    题意:容易理解. 分析:威佐夫博奕的模板题. 代码实现: #include<stdio.h> #include<string.h> #include<math.h> ...

  8. android 性能优化大纲

    性能优化系列 分为三个部分:视图篇 逻辑篇  和代码规范篇 . ------2016/9/6  视图篇      主要涵盖视图树层级优化.自定义视图.图片优化,常用布局性能缺陷等多个方面 .把平常经常 ...

  9. Asp.Net 自定义控件实现图片的上传,浏览,删除功能

    4月的时候公司比较闲,就想着自己做点东西,其实主要是为了更加熟悉.Net,毕竟接触的时间不长,趁着有时间想提高提高.不过当我做到图片上传这个功能的时候,就有些停滞不前了,连续写了两天也达不到自己想要的 ...

  10. 【LeetCode】6 - ZigZag Conversion

    The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like ...