Questions tagged [mac-address]

A Media Access Control address (MAC address) is a unique identifier assigned to network interfaces for communications on the physical network segment.

MAC addresses are most often assigned by the manufacturer of a network interface card (NIC) and are stored in its hardware, the card's read-only memory, or some other firmware mechanism. If assigned by the manufacturer, a MAC address usually encodes the manufacturer's registered identification number and may be referred to as the burned-in address. It may also be known as an Ethernet hardware address (EHA), hardware address or physical address. A network node may have multiple NICs and will then have one unique MAC address per NIC.

MAC addresses are formed according to the rules of one of three numbering name spaces managed by the Institute of Electrical and Electronics Engineers (IEEE): MAC-48, EUI-48, and EUI-64. The IEEE claims trademarks on the names EUI-48 and EUI-64, in which EUI is an acronym for Extended Unique Identifier.

275 questions
187
votes
13 answers

Why couldn't MAC addresses be used instead of IPv4|6 for networking?

I am reading up on TCP/IP and other related protocols and technologies. MAC addresses are described as being (reasonably :) unique, and as having a large possibility space (several hundred trillions), while also being assigned to all network…
Félix Saparelli
  • 1,393
  • 2
  • 10
  • 10
100
votes
6 answers

What range of MAC addresses can I safely use for my virtual machines?

I want to assign my virtual machines MAC addresses so that I can configure DHCP reservations for them so that they always get the same IP address regardless of which host hypervisor they are running on or operating system they are running. What I…
Chris Magnuson
  • 3,771
  • 10
  • 42
  • 46
35
votes
13 answers

how to generate a random MAC address from the Linux command line

How do I generate a random MAC address from the Linux command line? I search for a solution that only requires standard tools commonly found on the Linux command line. The MAC address will be used for a guest KVM.
Erik Sjölund
  • 2,115
  • 5
  • 22
  • 27
25
votes
4 answers

multiple MAC addresses on one physical network interface (linux)

Simple question: How can I setup multiple MAC addresses on one physical network interface (linux)? Why? My ISP is checking ip<->mac on GW and I d like to route traffic through my "linuxbox" and than forward it with different source ip. Without…
grapefruyt
  • 253
  • 1
  • 3
  • 4
22
votes
4 answers

Duplicate MAC address on the same LAN possible?

Let's say someone is on the same network as me and spoofs their MAC address to match mine: Is this possible? Can two or more clients with the same MAC address be on the same network at the same time and stay consistently connected? When this…
Aaron
  • 722
  • 2
  • 10
  • 19
15
votes
3 answers

Look up manufacturer based on Mac Address?

I want to incorporate into a piece of software the ability to look up a manufacturer based on a mac address. By googling "mac address lookup" and similar, I have noticed several websites that make this correlation which suggests this data source is…
John R
  • 297
  • 4
  • 10
15
votes
4 answers

Is a Network Switch IP-Aware?

I have some very trivial basic questions about networking, but I find varying information on that, so I just wanted to settle this. As far as I understand a Network Switch handles traffic "intelligently" in the way that it only propagates packets to…
The Shurrican
  • 2,240
  • 7
  • 39
  • 60
12
votes
2 answers

Why do some mac-addresses repeat so often?

My application queries mac-addresses of client computers where it runs and stores them on the server. When I analysed the server DB, I found that some mac-addresses repeat 100-150 times. I.e. different client computers in different unrelated…
Mike Siomkin
  • 223
  • 1
  • 7
12
votes
1 answer

VirtualBox cloned Ubuntu Server network error

I run a number of virtual servers on my network and I want to be able to easily clone base installations of Ubuntu Server. I use the VBoxManage command to clone the actual hard disk and I then create a new profile for my VM and copy over the…
Luke
  • 3,826
  • 8
  • 36
  • 40
12
votes
13 answers

How to discover the MAC address of machines in a network?

How do I discover the MAC address of machines in a network? I need to discover the machines that are available just with only BIOS installed (no operating system). And I need to find the MAC address of machines that are up.
sarav
11
votes
5 answers

Can I use nmap to discover IPs and mac addresses?

When I need to locate the IPs of devices by their mac address on a Windows system, I normally use Advanced IP Scanner (from radmin.com) to scan the network, then I use arp -a to list the mac addresses. Is it possible to use nmap to perform the same…
vfclists
  • 1,632
  • 5
  • 22
  • 37
10
votes
7 answers

What's a good way to handle multiple devices with the same MAC address on one network?

The devices I'm working with come off the production line all set to the same MAC address. I can set each one to have their own static IP, and I'm wondering if there would be a way to connect them to the network at the same time in order to…
Anthony A.
  • 111
  • 1
  • 6
10
votes
3 answers

iptables, allow access from certain MAC addresses

Presently, I limit which clients can access my server by using IP addresses via iptables, only approved IP addresses can connect. However, the problem with this is if a client is on a laptop and goes to a different location, they can no longer…
user788171
  • 279
  • 1
  • 5
  • 13
9
votes
2 answers

Assign DHCP IPs for specific MAC prefixes

I'm running a ISC DHCPd server for my network serving a number of subnets. One of the things I would like to do is assign a specific range of IPs to hosts with a common MAC prefix (ex. 00:01:02). Also, the assignments have to be able to be…
Jon Bailey
  • 257
  • 1
  • 4
  • 11
9
votes
2 answers

MAC addresses on dual-NIC mainboards

Here's a weird problem. We've got a number of devices with dual-NIC mainboards. Some are Realtek NICs, which suck. Some are Intel e1000s, which don't. I've just noticed on 2 machines, one is an Intel NIC, one is a Realtek, that when I put the MAC…
Tom O'Connor
  • 27,480
  • 10
  • 73
  • 148
1
2 3
18 19