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

Can't find IPMI mac address

The MAC address listed under ipmitool lan print seems to be incorrect, since there is no entry in the arp cache for the set ip address, 10.224.242.121: # arp 10.224.242.121 10.224.242.121 (10.224.242.121) -- no entry Obviously the ipmi interface…
lobi
  • 1,083
  • 2
  • 15
  • 30
0
votes
1 answer

MAC ID Binding to IP on Windows

Is there a way i can bind a certain IP to have traffic allowed if it has a certain MAC ID on windows routing and remote access or network policies? Basically Associated MAC ID to IP xxx.xxx.xxx.xxx and if any other MAC ID shows it wont allow…
soniccool
  • 181
  • 1
  • 8
0
votes
1 answer

Bridge behavior when MAC address is not found

Lets say, a uni-cast packet is sent from one system to another system. The packet passes goes to the bridge. But the bridge does not have any information about the MAC address of the destination. What will the bridge do in this case? Drop the…
0
votes
1 answer

How can I get a report of all MAC addresses nearby?

I am trying to get an idea of how to get a list of all the MAC/IP's near my network. I've tried arp -a commands (What I found from some previous searching.) but those are not showing any of the iPhones or iPads that I know are for sure in range. The…
zshock
  • 1
  • 1
0
votes
0 answers

Wireless Client missing from MAC table

I am currently having problems with Wireless Clients loosing network connectivity, though still displaying a connection to their Wireless Access Point. I have 4 Wireless APs, each a Cisco WAP321 setup using Single Point Setup, hence they share a…
Jamie
  • 1
  • 2
0
votes
1 answer

Connectivity problems - ARP, MACs and IPs

I'm trying to diagnose some connection issues I was having last night while setting up my new PC based router. For a while everything was working perfectly, but then suddenly I found that I couldn't ping the new PC, and I couldn't ping other…
Justin
  • 379
  • 6
  • 13
0
votes
0 answers

Do some network administrators assign MAC addresses with an unassigned OUI?

I am in a situation where I have observed MAC addresses on a network that do not belong to any assigned OUI range, and this is causing some issues. I suspect the cause here is a heavy use of virtualization, but I am aware that VMWare ESX and other…
0
votes
0 answers

Network access sometimes lost, disabling port security temporary solves?

I have network based primarily on Edge-Core managed switched. Port security with max mac count = 1 is enabled, DHCP snoopping enabled. Some clients have troubles with accesing network, but when I disable port security on switch connection to network…
josefus
  • 11
  • 5
0
votes
1 answer

Does the IP -> Ethernet multicast address mapping ambiguity matter for IGMP snooping switches?

There are 2^28 possible IP multicast addresses, but only 2^23 possible Ethernet (MAC) multicast addresses (http://technet.microsoft.com/en-us/library/cc957928.aspx), which is why e.g. 224.1.1.1 gets mapped to the same MAC address as…
Evgeniy Berezovsky
  • 861
  • 1
  • 8
  • 27
0
votes
1 answer

Linux static dhcp ip for visitor access internet without requesting MAC address?

Currently, my company internet access for visitor are required to request MAC address from them if they want to access to internet. Can we do something like the Hotel wifi? they just access to the network and just key in the password, then they are…
Min Hong Tan
  • 147
  • 2
  • 11
0
votes
1 answer

Can RADIUS offer protection against spoofed MAC addresses accessing resources protected with MAC Authentication

When running RADIUS via WPA2 Enterprise and 802.1x, clients wishing to access the network must provide valid credentials. However, this does not stop malicious clients forging valid clients MAC addresses, to gain access to MAC-authenticated services…
Robin McCorkell
  • 273
  • 1
  • 10
0
votes
1 answer

Why does IPTraf show multiple MAC addresses for my interfaces?

Hopefully a simple question with a simple answer. I thought each NIC had a single MAC address. However, as can be seen from the IPTraf output below, I have multiple MAC addresses for both my eth0 and wlan0 interfaces. Why do I have multiple MAC…
Steve Lorimer
  • 175
  • 11
0
votes
1 answer

Two Identical mac addresses on the same lan - Tracking one down?

So I've been playing around with nmap, and found a curious problem, two devices in the same subnet have the same mac address. I would like to track down the second mac, as the first one is the sonic wall, which has some unsettling implications. If…
Sidney
  • 184
  • 1
  • 1
  • 7
0
votes
3 answers

Finding NAS devices on the LAN

Thanks to some lax record keeping by our (ex! :-) network manager I'm tasked with finding what QNAP and Synology NAS devices exist in our company. We have several hundred offices scattered across the UK and they are all separate networks and…
John Rennie
  • 7,776
  • 1
  • 23
  • 35
0
votes
1 answer

How can I set up a transparent proxy using squid and squidguard which has time-based acl based on MAC addresses?

I have a linux based server and I want to control access to internet based on MAC addresses of devices. How can I do that?
abrbhat
  • 11
  • 1