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

What security problems are caused by public MAC address knowledge?

What types of attacks are made possible or worse by having knowledge of a target computer's MAC address? I am planning on using a type 1 UUID generator that includes the generating computer's MAC address in the UUID. I've read that you should be…
Ryan Ahearn
  • 317
  • 2
  • 10
2
votes
1 answer

Does a private MAC Address range exist?

I need a set of MAC/Ethernet addresses that I do not have to worry about collisions with, analogous to 192.168.x.x: addresses that will NEVER be assigned to real hardware.
2
votes
1 answer

DNS propagation to new box with upgraded CentOS using same IP

I am having trouble with a DNS Configuration. I've had a CentOS 6 server serving five sites up for a few years. I need to upgrade to CentOS 7 for PCI compliance. I bought a new box and left the old one online as I built the new one. In order to not…
2
votes
3 answers

Can I run a single DHCP Server for all branches of an MPLS?

We have a two-location MPLS. I am told by the ISP that I can have a single DHCP server to service both branches. But I don't understand this. Consider this: Location1 (Host branch with the DHCP server) Location2 (Remote branch) If I do a ip scan…
bgmCoder
  • 706
  • 4
  • 16
  • 29
2
votes
1 answer

Questions about bridging VLANs

If, across the same building, I have two physically separate networks to connect devices together via simple switches, my understanding is that I could save myself some hardware-complexity if I were to instead use smart-switches, connect them to…
Markus A.
  • 419
  • 7
  • 18
2
votes
1 answer

How to use Calling-Station-Id on a per user basis in freeRADIUS?

I am trying to limit every user to a small set of Mac-IDs in RADIUS, by directly including the appropriate information in the users file. It would be acceptable even if every user was limited to one mac. The server is running FreeRADIUS version…
ronno
  • 123
  • 1
  • 1
  • 7
2
votes
0 answers

Keepalived failover not working for Static NAT target behind Cisco ASA

I've got a Cisco ASA[0] with a pair of Linux boxes in the DMZ running Keepalived and HAproxy acting as a load-balancing failover pair for another pair of Windows servers, also in the DMZ. I'm convinced Keepalived is working properly. I can…
2
votes
5 answers

Find the network card mac address in Windows

How can I find the network card mac address in Windows (7)?
reshefm
  • 123
  • 1
  • 5
2
votes
1 answer

Assign two static IP addresses to one mac address

Can Isc-dhcp-server give two static ip addresses to one mac address? I have several Genexis terminals in my network. Each terminal have two interfaces, one for public traffic and one for a management traffic. Both interfaces have same mac address.…
2
votes
3 answers

How to prevent MAC spoofing?

I want to define in my Cisco switch a whitelist of allowed MAC, but MAC spoofing could allow any host to connect. How can I prevent MAC spoofing?
Abid
  • 21
  • 1
  • 1
  • 4
2
votes
1 answer

Two NIC card with same mac address

Yes its very strange but I have got two server having same H/W MAC address. The issue which I am facing is again very strange. 1st Server is normal windows server. 2nd Server is running KVM on Cenots. Have provisioned 4 Virtual Machine on this…
Pratap
  • 695
  • 6
  • 22
2
votes
2 answers

Any standard protocol to find all systems' MAC addresses and possible hostname connected to a switch

I have servers and storage arrays in a composite lab and intermediate switches. I want to get a list of all the MAC addresses of the systems connected to each switch. It should be switch vendor independent like no CDP and all. And also independent…
2
votes
1 answer

Cisco switch:change mac type from dynamic to static in console

How to change mac from static to dynamic in mac-address-table (switch)?I find this official source but still not understand what options I must choose. Something like this: switch(config)# mac-address-table static 12ab.47dd.ff89 vlan 3 interface…
Anton Putov
  • 123
  • 5
2
votes
4 answers

Newbie questions on MAC and high availability failovers

I am reading about High Availability and I can not understand the following I read: On failover the primary IP migrates to the backup server BUT so must the MAC address. Specifically I read that every machine has a unique address MAC that can be…
user76678
  • 349
  • 3
  • 5
  • 16
2
votes
1 answer

MAC and IP address text-identicon as avatar

I would like to create something like identicons but not with images but with a unique word for each IP-Addresses and MAC-Addresses. create an easy to remember alias for a mac address, that is unique and reverse lookupable, for example: IP…
rubo77
  • 2,469
  • 4
  • 34
  • 66