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
0 answers

burnt Switches connected directly to the internet

We got a setup with a switch between the cable modem/bridge and the two router ports. We burn this switch every 6 months, and it has to be replaced. Symptoms are heavy packet loss or in general very slow connection. This is the third device now. I'm…
Manu
  • 21
  • 3
1
vote
1 answer

Why are eno1 and eno2 in this order?

I've just installed a Fedora 21 Workstation system, and it's reversed the order of eno1 and eno2 from the CentOS 6 system that was on here before. lspci | grep Eth 00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection…
Iain Hallam
  • 447
  • 2
  • 6
  • 22
1
vote
1 answer

Allowing a device blocked by port-security

Lets say I have port security configured on a switch's ports like this: Secure Port MaxSecureAddr CurrentAddr SecurityViolation Security Action (Count) (Count) …
red888
  • 4,183
  • 18
  • 64
  • 111
1
vote
2 answers

Capture a packet at the MAC layer

I want to implement a security solution similar to MACsec that captures a packet in its entirety (including the MAC header) at an intermediate network node (e.g linux based switch), perform some processing on the packet, and then send it out the…
cdev
  • 11
  • 1
1
vote
2 answers

Do cellular network adapters (3G/4G/LTE) have MAC addresses?

We are implementing SSH restrictions by restricting by MAC address in iptables. Without the MAC address restrictions, using an app like iSSH, it's easy to access my server on the go to check on it's health or logs. I can add my key to the app so I…
Luke Shaheen
  • 111
  • 1
  • 2
  • 9
1
vote
1 answer

Strategy for forcing cam table updates from custom hardware

I have a system that consists of a control PC, two layers of switches, and 50 custom devices. The PC continuously streams a total of 5.8MB/sec (6000 ethernet frames/sec) to the devices. I have discovered that each of the device endpoints is seeing…
Jason C
  • 128
  • 9
1
vote
1 answer

iptables arp compare and execute

EXAMPLE: iptables :internet - [0:0] -A internet -m mac --mac-source 48:5D:60:FC:29:B0 -j RETURN COMMIT [root@localhost:~ ] $ arp Address HWtype HWaddress Flags Mask Iface 10.2.0.1 ether …
dannymagat
  • 13
  • 4
1
vote
1 answer

Move IP from one server to another without disruption

I have an internal DNS server running on a VM. I've rebuilt the server from scratch in a new VM, and I want to cut over from the old to the new at some point. In order to do this, I'll need to take down the old server bring up the new one with the…
JohnCC
  • 292
  • 1
  • 6
  • 14
1
vote
1 answer

Host not showing in ARP even after broadcast

serverfault community. What I would like: to determine the current IP of a host (a networked camera to be specific) What I have: its MAC, its previously documented hostname and IP What I have done: ping the IP, ping the hostname, check the DHCP…
YouAreTheHat
  • 246
  • 1
  • 3
  • 8
1
vote
1 answer

virtualization and MAC addresses

I'm having trouble with some VMware VM problems. Short story, how can I deploy a Windows server 2008 R2 server image to a lab environment with snapshots without MAC issues. Long story, I have a 2008 R2 image that we are going to be using for a…
PsychoData
  • 151
  • 9
1
vote
1 answer

Server 2003 Filter mobile devices via MAC

At one of my client's sites I need to keep my users unauthorized devices off the wireless. They all know the SSID and Password because many of them have laptops that need the wireless. I'm running out of IP address's and we have sent out numerous…
msindle
  • 605
  • 8
  • 26
1
vote
1 answer

Redirect traffic on port 80 into apache for unknown macs, and into squid for some macs

I have a linux box behaving like a router that handles two network interfaces: eth0 for internet and eth1 for LAN. I set up iptables in order to redirect all the web traffic coming by the LAN into a local apache, listening on port 80 as well, using…
etuardu
  • 257
  • 2
  • 3
  • 12
1
vote
1 answer

Broadcom NetXtreme II GigE Teaming Does Not Use Unique MAC, Causing Collisions

I currently have a new Dell server on my local (inside) network that I have setup to use three of the four nics to create a team. Examples below. NIC_1 - mac: 000000000001 - ip: n/a NIC_2 - mac: 000000000002 - ip: 10.99.1.102 NIC_3 - mac:…
Arvo Bowen
  • 805
  • 5
  • 17
  • 35
1
vote
4 answers

Cisco Switch: trigger mac-address table update

If I run show mac-address-table dynamic I get a bunch of mac addresses on that table. But due to the aging parameter, I don't see the mac addresses of all possible devices on the network that come through that switch. Is there a way to force an…
Megaslav
  • 117
  • 1
  • 5
  • 9
1
vote
4 answers

how would it be possible to discover a cable modem's MAC remotely?

i was reading the back archives of a canadian privacy law blog, and he linked to a judicial decision. apparently as part of an investigation in which were used yahoo chat and google's old 'hello' image trading program the officer was able to…
amateurenthusiast