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

Is bonding mode=5 a solution against MAC flapping?

There is two are interconnected Cisco WS-2950T. By the one GBIC port on first switch connected a first NIC of bonding interface, and by the one GBIC port on second switch connected a second NIC of bonding interface. Of course the both switches sees…
jurijcz
  • 207
  • 3
  • 9
8
votes
3 answers

Ethernet frames: what are the source and destination MAC addresses?

Imagine you have some network configured like this +-----+ +------+ +------+ +-----+ |comp.|---|bridge|---|router|---|comp.| | A |---| B |---| C |---| D | +-----+ +------+ ^ +------+ +-----+ | …
F. P.
  • 199
  • 1
  • 1
  • 5
7
votes
2 answers

Can I create a pf rule involving MAC address instead of IP?

The title is self explanatory. I want to create rules in pf running on OpenBSD 4.9 for perticular MAC address, something like pass in on eth0 from mac 00:04:34:5f:34:33 to mac 34:32:34:06:5e:22 I have read this, but it doesn't help!!
Vineet Menon
  • 191
  • 1
  • 7
7
votes
2 answers

NIC Teaming with Broadcom on HyperV 2008 R2

I have a HyperV cluster made up of 3 hosts. Each host is connected to both of my Nexus 5548 switches running in an etherchannel. LACP on the switch and NIC teaming using Broadcom 802.3ad on the server side. This gives me 2GB of bandwidth and also…
Ruisu
  • 485
  • 7
  • 19
7
votes
5 answers

How do I MAC filter with DHCP server

I want to Only allow certain MAC addresses to get a IP from my DHCP server, currently I use dnsmasq and I rather not change dhcp server but I'm open to other software aswell. However, I need to be able to set static IP addresses for specific MAC…
Joelbitar
  • 195
  • 1
  • 1
  • 6
7
votes
4 answers

What happens if two computers have the same MAC?

Possible Duplicate: Can duplicate MAC addresses on same LAN cause trouble? What happens to network traffic on a switched LAN if two devices have the same MAC (probably because one is cloning the other). This is probably a static IP network…
Josh
  • 73
  • 1
  • 1
  • 3
7
votes
2 answers

VirtualBox Import & Same Mac Address

Exported Virtual Box VM (CentOS 5.5 with Guest Additions Installed) - Success Imported CentOS VM Successfully on another Windows Machine via Windows Batch Problem : VM After Import retains the same Mac Address and gets the same IP as it was…
Mutahir
  • 2,357
  • 2
  • 32
  • 42
7
votes
1 answer

What does ifconfig promisc mode do, or promiscuous mode in general?

This is what man ifconfig has to say about it. [-]promisc Enable or disable the promiscuous mode of the interface. If selected, all packets on the network will be received by the interface. Looking for specifically if this means in regards…
Evan Carroll
  • 2,373
  • 10
  • 34
  • 53
6
votes
2 answers

iptables is occasionally logging MAC addresses. Why?

I have logging enabled on specific iptables packet drops. The rules I'm using are IP/port related only and this is what I can easily see in the logs, however occasionally I do get MAC address information logged as well. Like: "....OUT=eth1 IN=…
rs232
  • 105
  • 1
  • 10
6
votes
1 answer

Devices with MAC's manufacturer section "00:FF:01"?

While monitoring my office's network, I have seen a huge amount of traffic coming from devices whose MAC address manufacturer part (the three most significant octets) is 00:FF:01 I can't see the client part, but this prefix is showing ~50% more…
Savir
  • 169
  • 4
6
votes
1 answer

Ubuntu Linux - two interfaces, same subnet, different vlan - MAC/ARP issues

I'm attempting to setup a server that needs to have interfaces on the same IP subnet, but different VLANs: eth1.102 Link encap:Ethernet HWaddr 00:50:56:b1:00:0f inet addr:10.1.1.6 Bcast:10.1.1.255 Mask:255.255.255.0 eth1.103 Link…
Andy Coates
  • 91
  • 1
  • 6
6
votes
2 answers

Can I get the original MAC address after it has been changed?

I am using some linux machines that have had their MAC address changed. I would like to be able to read it back with a shell script. Is the original MAC address stored anywhere except the sticker on the box? How do I bring back the original hardware…
naugtur
  • 284
  • 3
  • 11
6
votes
2 answers

list known mac-addresses on Dell PowerConnect 5324

I have a Dell PowerConnect 5324 (SW version: 2.0.1.3) which I hardly ever use. I need to list out the mac-addresses it sees on certain ports, such as g23. I have fooled around with the cli and done a few google searches, but have not run across…
jftuga
  • 5,731
  • 4
  • 42
  • 51
6
votes
2 answers

A nice tool to look up make/model via MAC address?

The first several digits of a MAC address (Ethernet ID) are specific to its manufacturer/model. I won't ask what's the best way to look these up since it's subjective... but I'd love to know if any here has found a particularly efficient resource to…
username
  • 4,755
  • 19
  • 55
  • 78
5
votes
4 answers

Will MAC filtering increase Wifi security?

I've always thought that you should enable MAC filtering to increase Wifi security (in addition to using WPA2). Now I've found this article (Wireless LAN security hall of shame) that says MAC filtering takes the most effort to manage with zero ROI…
laktak
  • 686
  • 2
  • 9
  • 16
1
2
3
18 19