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
4
votes
5 answers

DHCPDISCOVER requests from an off-by-one MAC address

In a Linux DHCP server I'm getting a bunch of these log lines: dhcpd: DHCPDISCOVER from 00:30:48:fe:5c:9c via eth1: network 192.168.2.0/24: no free leases I don't have any machines with 00:30:48:fe:5c:9c and I don't intend to give out an IP to…
Aleksandr Levchuk
  • 2,465
  • 3
  • 22
  • 41
4
votes
1 answer

Debian: Where does a bridge interface store its MAC address and how can I change it?

I have reinstalled a computer and since I need several similar computers, I duplicated the hard disk with dd. On the target systems I have adjusted /etc/hosts, /etc/hostname and /etc/network/interfaces.d/* accordingly. So I got different machines…
3
votes
1 answer

hostapd: mapping MAC address to VLAN ID (static mapping via accept_mac_file)

I want hostapd to assign each station a given VLAN based on MAC address. BTW, my network is quite small. Using RADIUS would be an overkill. According to the hostapd manual: Optionally, the local MAC ACL list (accept_mac_file) can be used to set…
Pedro Abrantes
  • 153
  • 1
  • 7
3
votes
1 answer

cloning mac address of physical server converted into vmware server

We've recently converted a physical Windows Server 2003 into vmware using P2V. However, one of the pieces of software on the 2003 machine are still looking for the old server's network MAC address in order to run. I've read several articles where…
user24981
3
votes
1 answer

How to create DHCP reservations with long hardware address?

DHCP is managed by a Windows 2008r2 server. I want to convert a lease into a reservation so the IP will be fixed. Normally, I create a reservation based on the assigned IP address, and when the lease expires, it uses the reservation. Most of my…
tim11g
  • 425
  • 5
  • 11
  • 21
3
votes
1 answer

Cisco switch: Trunk port MAC address disppearing from MAC address table

I have users complaining of slowness on their machines but we can't find anything specific (ping tests, etc). I'm trying to rule out the connection between the switch they're plugged into (3560) and the core switch (a stack of 3570s). Currently the…
Winski Tech
  • 169
  • 3
  • 13
3
votes
0 answers

Can ISC-DHCP bind to Option 82 rather than Mac Addresses?

We use option 82 information to limit leases presently in ISC-DHCP using a spawn with statement for our billing subclass. This keeps a single household/business from obtaining more leases than they should. The issue we have is ISC-DHCP ties leases…
Mythics
  • 171
  • 2
3
votes
2 answers

How to get a report of all mac addresses on another subnet?

We have an MPLS consisting of two branches: Location1 and Location2. I am using the Softperfect netscan to report all ip addresses and mac addresses of devices on Location1 where my workstation is located (subnet1). However, I want to have the same…
bgmCoder
  • 706
  • 4
  • 16
  • 29
3
votes
1 answer

Gather mac addresses of domain computers, preferably from command line

In preparing to move to a domain and SCCM to manage machines in a new office I need to gather their MAC addresses. I could go from machine to machine, run ipconfig and gather the ip, but that would be time consuming. I can also look at a list of…
Tvanover
  • 257
  • 1
  • 3
  • 13
3
votes
1 answer

Hyper-V MAC Address collisions

I am trying to troubleshoot a performance issue with our application on a customer network. We do not support the network infrastructure, and the people that do have effectively washed their hands of the problem. On examining the System log on the…
Alan B
  • 503
  • 5
  • 15
3
votes
2 answers

Solaris doesn't know which MAC address to use to send an UDP multicast message

I have a pair of Solaris 10 boxes which are supposed to send multicast UDP packets to a group of hosts. One of them works just fine, whereas the other one does not. The problem with the second machine is that it doesn't know what MAC address to use…
3
votes
2 answers

What is the Cisco iOS (CLI) command to display a WAP's Radio MAC address?

I can't believe I'm unable to find this with teh g00glez or by RTFMing, but does anyone know how to display the MAC address of a Cisco WAP's Radio (wifi connection) from the command line? show version is nice enough to tell me that I have 2 Radios,…
HopelessN00b
  • 53,795
  • 33
  • 135
  • 209
3
votes
2 answers

How do I find out which physical port my ethersvi MAC address corresponds to on a Cisco switch?

I'm doing a layer2 network map (my first) and this is the first virtual mac I've encountered. From the mac address table of switch1, I have VLAN 1 6416.8d98.52c0 DYNAMIC Te0/1 and on the other, which I'll call switch0, when I am looking…
gozu
  • 313
  • 2
  • 6
  • 14
3
votes
3 answers

Why need to send ARP to ask for MAC address when IP address is already unique?

In the usual networks, since every host has a unique IP address recognised among the stations in the network, why is a MAC address still necessary? Suppose a station A wants to send to Station B. Station A knows Station B's IP address. But Station A…
xenon
  • 311
  • 2
  • 6
  • 11
3
votes
1 answer

Set Mac Address in QEMU/KVM properties file

I'm trying to set the mac address for my virtual machine in the virtual machine properties file. The properties file '102.conf' currently looks like this: name: vm1.mydomain.com bootdisk: ide0 ostype: w2k8 ide0: local:102/vm-102-disk-1.raw memory:…
Joel Kennedy
  • 261
  • 1
  • 4
  • 11