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
5
votes
1 answer

Why are eth0 and vmbr0 (bridge) having the same MAC addresses?

I configured my Debian (with KVM on board) as following: /etc/network/interfaces: auto lo iface lo inet loopback auto eth0 iface eth0 inet manual auto vmbr0 iface vmbr0 inet static address 176.x.y.133 netmask 255.255.255.224 gateway…
5
votes
1 answer

How can I change the MAC address of a network bridge in Windows?

I use DHCP reservation rather than static IP for convenience, and that relies on the MAC address of my computer. I recently bridged my main adapter with my VirtualBox adapter. When things stopped working, I realized that the MAC address is now…
jnm2
  • 217
  • 2
  • 3
  • 11
5
votes
3 answers

How does VMWare generate unique MAC addresses?

I'm looking to build a series of VMWare Virtual Machines as my client needs them. The hostnames and IPs have been pre-assigned. But I'm going to need to add rules to our switches for each host's MAC address. I'm trying to find out if I can predict…
St. John Johnson
  • 153
  • 1
  • 1
  • 5
5
votes
4 answers

MAC address spoofing - why doesn't this work?

So I'm in a new job, and they're pretty draconian about their network, hardware, and OS security. :-( I'm a web developer, but am forced to use IE7 for development simply because they don't want ANYone installing ANYthing other than the…
loneboat
  • 303
  • 3
  • 10
4
votes
2 answers

Why is networkd changing the MAC addresses of my bonded interfaces?

When I add the config files below into /etc/systemd/network and restart systemd-networkd, I find that the MAC addresses of bond0, eth0 and eth2 have all been changed to a single, locally administered address. This breaks DHCP, and doesn't follow the…
Isvara
  • 215
  • 2
  • 13
4
votes
1 answer

How can I set the external interface for my bridge to be the same as my primary interface using networkd?

I've created a virtual bridge bridge0: bridge0.netdev: [NetDev] Name=bridge0 Kind=bridge bridge0.network: [Match] Name=bridge0 [Network] DHCP=yes and attached my primary interface eth0 to…
dippynark
  • 233
  • 3
  • 13
4
votes
2 answers

Physical interface MAC rather than macvlan MAC is sent as ARP response

On Arch Linux ARM (Raspberry Pi) Kernel 4.4.37, I created a macvlan e.g. ip link add link eth0 mac0 type macvlan The macvlan virtual NIC then appears in the list so I assign it an IP address, and set the link state to up. (By the way, I have tried…
bao7uo
  • 1,704
  • 12
  • 24
4
votes
1 answer

Duplicate MAC address in VMware deploying from template

I am trying to deploy a VM from a template. This template has been used dozens of times before; nothing special. The problem is that seemingly out of nowhere when I deploy a VM, it's giving it the same MAC address as an existing powered on VM. Both…
briantist
  • 2,545
  • 1
  • 19
  • 34
4
votes
1 answer

Virtual interfaces with different MAC addresses

I try to figure out how to set up two logical network interfaces (at one physical interface) with separate MAC addresses on a Linux machine. My first attempt was to use macvlan which seemed to work at first: [root@localhost ~]# ip link add link…
chwon
  • 41
  • 1
  • 3
4
votes
2 answers

ARP responds with single MAC address on Linux server with multiple interfaces on the same network

Linux server has 2 active network interfaces: IF:eth1 IP:192.168.1.1/24 MAC:11:11:11:11:11:11 (1GbE) IF:eth2 IP:192.168.1.2/24 MAC:22:22:22:22:22:22 (10GbE) The idea is that the 10GbE interface (eth2) is the primary interface for…
sardean
  • 833
  • 3
  • 15
  • 34
4
votes
1 answer

nmap and arp-scan inconsistent IP-MAC results

I seem to get variable and inconsistent results for the IP/MAC addresses from a particular machine, using nmap or arp-scan. The machine has 3 interfaces, and this is what it shows: $ uname -a Linux showstore-81 2.6.35.13 #1 SMP PREEMPT Thu Feb 9…
mivk
  • 4,004
  • 3
  • 37
  • 32
4
votes
2 answers

Windows Server 2008 ARP Cache Poisioning

Recently ran into a very strange problem. Several applications were having issues communication through our F5 Load-Balancer. When we looked into it we found that the router had an incorrect ARP and MAC-ADDRESS table entry on the Load-Balancer…
4
votes
6 answers

MAC Address Spoofing/Changing Software

What is the best MAC address changing/spoofing/editing program available for windows, mac and linux?
Daniel
  • 3,791
  • 7
  • 33
  • 34
4
votes
2 answers

Using DHCP with Multi-Homed NICs

I am trying to steer away from our current manual addressing system and embrace the decades-old wonder of DHCP. In our domain and even at my home network DHCP is great - I can use address reservations to handle the need for static IP. However, in…
tacos_tacos_tacos
  • 3,250
  • 18
  • 63
  • 100
4
votes
1 answer

Assign DHCP IPs for specific MAC prefixes on Windows Server 2008 R2

I'm running Windows Server 2008 R2 for my DHCP server. We are about to switch over to a VoIP system and Cisco VoIP phones. I would like to assign a specific range of IPs to these phones which will have a common MAC prefix (ex. 00:01:02). I would…
Daniel B
  • 113
  • 1
  • 8
1 2
3
18 19