Find mac address
Windows Method 1: Using the Command Prompt
- 1
Click on the Start button.

- 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
At the command prompt, type ipconfig /all and press Enter. Don’t forget the space.

- 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
Connect to a network. This method is only applicable if you are currently connected.
- 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
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
Click Details.

- 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
Connect to a network. This method is only applicable if you are currently connected.
- 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
Right-click your connection and select Status.

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

- 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
Go to Apple Menu > System Preferences.
- 2
Select Network.
- 3
Double-click on Airport or Built-in Ethernet. This will depend on how you access the Internet / your network.

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

Mac OS X Method 2 (Newer Versions)
- 1
Click on the apple icon on top left corner of your screen.
- 2
Scroll down to System Preferences and click on it.
- 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
Obtain a command shell. Depending on your system, this might be called Xterm, Shell,Terminal, Command Prompt, or something similar. It can usually be found underApplications > Accessories (or the equivalent).
- 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
Look for your HWaddr. This is your MAC address.

Find mac address的更多相关文章
- Ubuntu 下,修改 Mac address
ifconfig // check Mac address sudo ifconfig eth0 down sudo ifconfig eth0 hw ether xx:xx:xx:xx: ...
- 【小错误】Device eth2 has different MAC address than expected, ignoring.
今天在搭建rac配置IP的时候报错显示如下: Device eth2 has different MAC address than expected, ignoring.[FAILED] 百度了下,问 ...
- OK335xS mac address hacking
/*********************************************************************** * OK335xS mac address hacki ...
- 利用C语言获取设备的MAC address
利用C语言获取设备的MAC address MAC address --> Medium Access Control layer address // // http://www.binary ...
- 关于获得本机Mac Address的方法
网络上有讲获得Mac address的方法有如下: 1. 发送ARP命令,利用返回的Mac Address缓冲区得到 2. 用NetworkInterface.GetAllNetworkInterfa ...
- what is MAC address
MAC Address:media access control address A media access control address (MAC address) is a unique id ...
- 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 ...
- 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 ...
- Get MAC address using POSIX APIs
#include <stdio.h>#include <unistd.h>#include <netdb.h>#include <arpa/inet.h> ...
随机推荐
- MySQL连接问题浅析
MySQL的客户端,无论是PHP或者Java,都会发起多个连接来提高系统的吞吐量.在云里面的服务器,因为一些设计和实现上的不同,有一些问题被放大了,同时也带了一些新的问题. 连接的超时时间 在Azur ...
- (一) 从零开始搭建Spark Standalone集群环境搭建
本文主要讲解spark 环境的搭建 主机配置 4核8线程,主频3.4G,16G内存 虚拟环境: VMWare 虚拟环境系统:Ubuntu 14.10 虚拟机运行环境: jdk-1.7.0_79(64 ...
- Sqoop的使用(Mysql To HBase)
最近需要将mysql的数据整合到HBase中,原本使用MapReduce,自己制作job将mysql的数据导入, 查阅资料过程中,发现了开源工具sqoop(关系性数据库与HDFS,HBASE,HIVE ...
- freemaker转word xml注意事项
java类字符串变量如果含有以下2种字符: &和 <,必须转义否则转化将失败. 其中: &替换成 & <替换成 < 因为一些怪字符数据库存储时已转义了,从数 ...
- Golang 绘图基础 -绘制简单图形
前一节讲的是 绘图到不同输出源,请看地址: http://www.cnblogs.com/ghj1976/p/3440856.html 上一节的例子效果是通过设置每一个点的的RGBA属性来实现的,这是 ...
- SqlServer 列的增加和删除
有些时候我们需要删除或增加数据库中有数据中表的列.总结一下列的删除和增加. 1. 删除列 当表中存在数据时,删除列后,数据也会被删除. sql语句: alter table 表名 drop colum ...
- 发现第三方资源,chrome控制台
for(var i=0,tags=document.querySelectorAll('iframe[src],frame[src],script[src],link[rel=stylesheet], ...
- 该不该将变量设为 null ?
该不该将变量设为 null ? 对于引用类型的变量,在什么时候需要将其显式设为 null ,在什么时候不需要呢? 局部变量 对于局部变量,在方法结束的时候,变量就会失效,变量指向的对象引用也会减少一个 ...
- mybatis系列-14-延迟加载
14.1 什么是延迟加载 resultMap可以实现高级映射(使用association.collection实现一对一及一对多映射),association.collection具备延迟加载 ...
- AC多模式匹配算法
建议:学习ac算法最好的途径是看论文pdf_Efficient_String_Matching_An_Aid_to_Biblio 一.一般的搜索算法 keyword: { he, she, his, ...