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

Windows 7 Machines do not take reserved IP address from DHCP

I have NETGEAR router - WGR614 V6 and have mixed network of Linux machines and windows PCs. I use the router's in-built DHCP. I use 'Address Reservation' feature of the router to reserve IPs based on MAC address. All Linux machines obey the DHCP…
Chandresh Pant
  • 175
  • 1
  • 9
3
votes
2 answers

Deny Static IP Assignments

I am currently using a SonicWall Pro 2040 with DHCP enabled, but only with static IPs mapped to specific MAC addresses. There is no dynamic IP scope being used. Currently, no DHCP request will resolve an IP, as desired. However, if a server or…
BeepBoop
  • 283
  • 2
  • 10
3
votes
2 answers

Manually set IPv6 neighbor's MAC address in Mikrotik's RouterOS

I have an interesting problem. An ISP of ours started providing native IPv6 on their network. They provided us with a /56 prefix and a /126 linking segment (::1 being their endpoint and ::2 being ours). However, the ISP's DSLAM does not support…
user81458
3
votes
1 answer

What does the MAC setting on an interface do to the ability to transmit frames?

I'm told that an interface can transmit a frame no matter what the OS has set for the interface's MAC. I'm also under the impression this is how VMs do host-bridging. If that is so, then what uses the interfaces bound MAC address? Specifically, I'm…
Evan Carroll
  • 2,373
  • 10
  • 34
  • 53
3
votes
3 answers

In Ubuntu, ensure that the same NIC gets assigned the same interface each time it comes up

I'm running an Ubuntu 9.10 server that has multiple NICs in it. I'd like to make sure that each time the kernel boots up, the NIC with MAC address 01:23:45:67:89:ab gets assigned to eth0 and the one with MAC address ba:98:76:54:32:10 gets assigned…
Lorin Hochstein
  • 5,028
  • 15
  • 56
  • 72
2
votes
1 answer

Why do some unknown hosts show up with nmap option-sL , and not with -sn [and do I need to worry about them]?

Initial Disclosure I am not a network engineer and my expertise in this area is low. Background while using nmap 7.70 with nmap -sL to look for the IP address of a known device on our local network [behind VPN and firewall], I noticed two entries…
2
votes
3 answers

Can I get the Network Adapter type (wired / wireless) from its MAC address?

I know I can get the card manufacturer ID from the MAC address, what about the "type" ?
Hassen
  • 169
  • 1
  • 8
2
votes
1 answer

Different MAC addresses in packet and ARP table

What happens if a host on the network receives an IP packet with a MAC source address that differs from the MAC address in the local ARP table for that source IP? The ARP table entry for that IP was and will be filled via an valid ARP response. Now…
2
votes
0 answers

How to solve Event IDs 16945 in the System logs Hyper-V MAC conflicts

After 3 years of running perfectly with Hyper-V I am all of a sudden having network problems with Hyper-V on win 2012 R2. I set up my servers 3 years ago and never had these problem until this week. About the time I started having problems I…
Austin
  • 121
  • 1
  • 2
2
votes
1 answer

Exchange server (apparently) changing MAC address

Occasionally, I stop being able to access our Exchange server from my PC. Just my PC - everyone else carries on without incident, but I can't ping the Exchange box, log in with Outlook or get to the OWA page (also hosted on the same server). This…
RainyRat
  • 3,730
  • 1
  • 24
  • 29
2
votes
1 answer

Monitor for duplicate MAC addresses?

We just had our third incident of a duplicate MAC address from provided hardware in 2 years. I know it's possible to override the MAC in software, but detecting it during troubleshooting can take ages in a large network. On Linux, how can I monitor…
2
votes
1 answer

ESXi VMs randomly lose network on reboot; only resolution to pull NICs and reassign new NIC driver with static MAC

We have one ESXi server (HP-ESXi-6.0.0 build-2492585) that has multiple VMs on it that have exhibited the following behavior: When the VM is rebooted it will occasionally just lose all network connectivity. Access the command line of the VM from…
Sam K
  • 506
  • 5
  • 21
2
votes
2 answers

Odd traffic behavior of statically entered mac addresses over cisco 3750 vlans

At my workplace we use cisco switches to a implement a custom traffic delivery mechanism at layer 2. Custom software puts specific destination macs on ethernet frames and vlans segregate the traffic to different locations while static mac-address…
user27388
  • 41
  • 1
  • 4
2
votes
2 answers

How to find a server connected on network?

earlier this week we physically installed a machine in our server rack and connected it to our network switch. It has Scientific linux installed but we don't have a user account set up to log into. We turned it on and its running headless, but we'd…
James Yoe
  • 21
  • 1
  • 2
2
votes
1 answer

VXLAN format details

Learning about VXLAN I found in a document: ...VTEP1 then adds a VXLAN header that contains the VNI to the Ethernet frame, encapsulates the frame in a Layer 3 UDP packet, and routes the packet to VTEP2 over the Layer 3 network. And then,…
glc78
  • 133
  • 6