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

Assign MAC 64 in Debian

In /etc/network/interface I want to assign a 64-bit MAC address, but when I do, the MAC address just is a 48-bit random address. I'm using a Cubieboard with Debian 7.0, EMAC is on the hardware, so the MAC address used to be random, but I want it to…
dengsn
  • 23
  • 1
  • 1
  • 4
0
votes
2 answers

Bridge (?) that is doubly-connected to a network

Note: I think my question has a poor title but I am not sure how to fix it, so please correct if you think of something better. In my office our phones are equipped with a "daisy-chain" port so that users may plug in both their phone and PC into a…
tacos_tacos_tacos
  • 3,250
  • 18
  • 63
  • 100
0
votes
2 answers

Multiple NICs with IPs from same network at Linux host respond to a single MAC

CentOS host is armed with multiple NICs. All NICs are bound to the same subnetwork (let it be 10.0.0.0/24). Their IP configuration is provided with DHCP server (as reservations). While trying to get ARP entry remotely for some particular IP address…
s.zaprudsky
  • 28
  • 1
  • 5
0
votes
1 answer

IP address from a MAC address

I'm writing a class to integrate a POS card reader device to our software. In order for it to work I must know what IP it's using. We were given some sample code by the service provider and the way they do this is they open a website…
acermate433s
  • 118
  • 3
0
votes
3 answers

Linux: find MAC Address for unconfigured card

I have a linux system for which I want to create my own udev rules for the nic. Currently there are no rules, so no ethX is configured. I can't do ifconfig (it is not showing any interfaces besides lo) or grep eth in /var/log/*. Is there a way I can…
Isaac
  • 1,215
  • 3
  • 26
  • 44
0
votes
1 answer

Juniper networks mac addresses of switches in a LAN

I have a LAN consisting of switches connected to each other then to some devices, How to get the mac address of the switch connected to a specific port on the main switch then get the ports and device names who have their mac address present in the…
user2402550
  • 3
  • 1
  • 2
0
votes
1 answer

Possible MAC conflict in ESX

I have two virtual machines that are 10.1.1.10 and 10.1.1.20 in an ESX. I try to access theses machines by another network 192.168.1.0/24. The problem is that when I can ping one machine, I can not ping the other one. And conversely. Me -> A :…
fallais
  • 216
  • 2
  • 10
0
votes
1 answer

Switch CAM table and ARP messages

When the switch CAM table is empty and it receives an ARP message, does it add to the CAM table the source MAC address ? In Packet Tracer I saw that it does add it, but I read in some book that the switch ignores them. Thank you.
coredump
  • 397
  • 1
  • 3
  • 7
0
votes
1 answer

Ping server NETBIOS name returns wrong IP and "Destination host unreachable"

Problem server is Windows 2008 R2 VM running on VMWare ESXi 4 host. Single network adapter manually assigned single IP address (192.168.1.11). When I ping the server from any other network computer, it returns 192.168.1.124 and "Destination host…
music2myear
  • 1,905
  • 3
  • 27
  • 51
0
votes
1 answer

How to fix Parallels Management Node if DHCP server filters MAC address

I'm evaluating Parallels Server on Mac OS X  Lion Server, and during installation it sets up a "Management Node" VM for managing the other VMs. The problem is that my DHCP server is filtering MAC addresses, so for now the installation fails since…
CharlesB
  • 545
  • 1
  • 4
  • 20
0
votes
2 answers

Tie SSH key with MAC address

I have a ubuntu server which I scp files to often. It is setup for password-less authentication using a key I have on the server. Is it possible to tie a mac address to the key so that only my client can login with it?
zach
  • 31
  • 2
  • 3
0
votes
2 answers

Cloning IP address and/or MAC address for server fail-over

I am currently providing some web applications to my customers (apache/php/mysql on Windows server). I'm looking to provide some sort of fail-over server in the case my server has a hardware failure. My server is running in a data center. I think I…
Ronald
  • 9
  • 1
0
votes
2 answers

About the MAC table on switches?

I'm learning the network basics at my university this semester. I had a question on the mid-term exam and unfortunately ,I answered it wrong. I have a final exam about an hour from now, and I still don't know what the correct answer of that question…
Eng.Fouad
  • 139
  • 1
  • 2
  • 8
0
votes
1 answer

raisecom get vlan macs by snmp

I'm, trying to get mac addresses from switches in a network. For that i'm using snmp calls with these oids: (like in this manual) .1.3.6.1.2.1.17.4.3.1.1, .1.3.6.1.2.1.17.4.3.1.2. But i have a problem with Raisecom ISCOM device: it seems not to…
k102
  • 188
  • 1
  • 7
0
votes
4 answers

Limiting network access by MAC address and what else?

How can I limit the network access to a physical network from outside computers being plugged in? I know MAC filtering is one way, VPN is another - but it's not going to be used, so what else?
Thomas Wolf