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> ...
随机推荐
- Shell 的source命令
source命令用法: source FileName 作用:在当前bash环境下读取并执行FileName中的命令. 注:该命令通常用命令“.”来替代. 如:source .bash_rc 与 . ...
- 嵌入式 C 语言的可变参数表函数的设计
首先在介绍可变参数表函数的设计之前,我们先来介绍一下最经典的可变参数表printf函数的实现原理.一.printf函数的实现原理在C/C++中,对函数参数的扫描是从后向前的.C/C++的函数参数是通过 ...
- 抛弃EF,20分构建一个属于自己的ORM框架
Poiuyt_cyc 博客园首页新随笔联系订阅管理随笔 - 11 文章 - 0 评论 - 111 抛弃EF,20分构建一个属于自己的ORM框架 相信EF大家都不陌生了,因为数据库表跟程序实体是一一 ...
- 设置VMWARE通过桥接方式使用主机无线网卡上网(zz)
环境:WIN7旗舰版,台式机,U盘无线上网卡. 虚拟软件:VMware9.0,虚拟系统:CentOS6.4 需要实现虚拟机以独立机形式工作和上网. 先介绍一下VMware网络设置的三种方式 1 Hos ...
- postgresql编译安装与调试(二)
接前文postgresql编译安装与调试(一),继续说说postgresql的编译安装与调试. 上一篇已经详细说明了如何在Linux系统上编译安装postgresql,这次我们在此基础上简单讲讲如何在 ...
- jquery元素定位方法
用chrome浏览器打开页面,按f12调出开发者调试模式,查看elements,部分代码如下图所示,注意红框部分 假设我们要查找某些元素的位置,用鼠标移到那部分元素,调试器会自动用蓝颜色标示选中部分的 ...
- c++ 小知识总结 .xml
pre{ line-height:1; color:#800080; background-color:#d2c39b; font-size:16px;}.sysFunc{color:#627cf6; ...
- spring BeanFactory概述
BeanFactory是Spring提供的两种容器类型之一,它是基础的IoC容器,并提供完整的IoC服务支持.如果没有指定,默认采用延迟初始化策略.只有当客户端对象需要访问容器中的某个受管对象的时候, ...
- 备份数据库SQL Server 2008下实测
下面的存储过程适用: 1.一次想备份多个数据库. 2.只需要一步操作,在有存储过程的条件下. 3.可以根据自己的需要修改存储过程. /*----------------------------- De ...
- winform form
WinForm:Windows Form,.Net中用来开发Windows窗口程序的技术,无论是之前学的控制台程序,还是后面要学的asp.net都是调用.net框架,因此所有知识点都是一样的.新建一个 ...