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
1
vote
4 answers

Why does two different interfaces on the same machine result in two different MAC addresses?

My machine named debian has two different MAC Addresses. One for Wireless and one for LAN. I thought a device only had a single MAC address. How is this possible?
1
vote
1 answer

Port forwarding by MAC address problems

I have a server sitting behind a Huawei HG569 router. Port forwarding has been set up through the router and, when it works, it works as one would expect. Now, the problem is that the HG569 router uses MAC addresses to determine which ports to…
noonand
  • 287
  • 1
  • 7
  • 25
1
vote
0 answers

How does VXLAN prevent duplicate MAC addresses?

It seems to me that VXLAN network identifier(VNI) works silimar to a prefix keeping identical MAC addresses on different VXLAN segments separate, so that they can coexist without duplication issues. But how is it avoided that a virtual machine…
glc78
  • 133
  • 6
1
vote
3 answers

how to answer a who has arp request

Ok this is a stupid question i know, but bear with me. I started a new job and the networking is terrible, there are a bunch of dumb switches on top of dumb switches. We are running a 10. network but there is something on my network that has a 192…
1
vote
0 answers

Hyper V External Switch MAC Address Spoofing

I am trying to replace a layer 2 VPN physical server with a Hyper V virtual machine, but it doesn't look like packets are making it out of the virtual server. Does Hyper V stop spoofed MAC address packets on an 'external' switch even if the checkbox…
1
vote
1 answer

arp broadcast responds with several different MACs for same IP

I'm experiencing an issue that's causing a lot of problems on our LAN. I have a Windows Server with a single NIC, 192.168.0.100 I have certain services running on the server that I am having connection issue with, database being one, SQL. When…
riker
  • 11
  • 5
1
vote
0 answers

Is it possible to create a second network device with a specific name?

Due to a licence server requirement I need to have an eth0 or eth1 named network device. However, my current configuration only has a network device named enp8s0. I am using a CentOS 7 linux system. I do not want to rename my network device since…
Woltan
  • 81
  • 1
  • 2
  • 7
1
vote
1 answer

"match hardware" in dhcpd.conf not working

I've been trying to get mac addresses with a certain OUI into a certain address pool. I haven't been able to get it to work at all. Here is a snippet of my dhcpd.conf and how it's applied. class "testphones" { match hardware; } subclass…
imlepid
  • 175
  • 1
  • 3
  • 10
1
vote
0 answers

Netgear Prosafe SRX5308 config with Virgin Superhub

We have just bought a Netgear Prosafe SRX5308 to provide load balancing with our 4 internet connections, but I am struggling to get it configured with our Virgin Media connection. The auto-detect feature in the SRX5308 does not appear to work, so I…
James
  • 31
  • 1
  • 1
  • 4
1
vote
2 answers

Guest VMs cant reach each other on Different ESXi Servers

I have two vSphere EXSI 6 servers both setup with the same vSwitchs and connected to the same physical switches Server 1: eth0 => vlan143 (mapped to CORE/Management vSwitch) eht1 => vlan140 (mapped to SAT vSwitch) eth2 => vlan141 (mapped to ACK…
1
vote
1 answer

Assign more than one IP Address to the same MAC Address on Linux ISC-DHCP Server

I have the following question: One Linux DHCP server in pool mode, because of the step of fabrication, all the products have the same MAC Address that is changed at end of line, the boards use ethernet to record they file system, and for volume of…
1
vote
2 answers

iptables DNAT broadcast address

I'm having trouble using iptables to change the destination address of a broadcast packet. I have read several places that iptables/Linux won't forward broadcast packets, so I'm looking for alternatives. My network is set up as /30, so broadcast…
Michael
  • 11
  • 4
1
vote
1 answer

Using the same mac address on the same network at different times on two devices

If I was to use the same mac address as another device on the same network (wifi), at different times (one after the other). Would the devices for the network experience any problems, glitches or failure, while or after using the same mac address? I…
1
vote
1 answer

Changing source MAC address of routed packets

I have linux box with one network interface and IP forwarding enabled. Let's say my IP address is 192.168.1.1 and MAC is 11:11:11:11:11:11. When a packet which is not targeted for my host arrives, it gets routed by the kernel and the outgoing packet…
rgerganov
  • 111
  • 1
  • 4
1
vote
2 answers

Is the MAC address of the physical host used in a virtual environment?

In an environment with virtual servers, is the MAC address used to communicate, the MAC address of the physical host, or the MAC address of the virtual adapters. If it's is the virtual MAC address how is this translation to the physical MAC address…
Nattrass
  • 127
  • 1
  • 8