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

VMware Converter MAC Adress

I want to convert a running machine to VMware ESXi with VMware Converter, but it assigns a random MAC address to destination virtual machine. However, in our network, port security and static arp tables are used, so there is no chance for assigning…
user56354
1
vote
1 answer

Why did I have to clone the MAC address?

I have a Zoom X5 ADSL modem/router and a DI-524 router. I needed to turn the Zoom X5 into a modem only and use the DI-524 for router functions (DHCP Server and NAT). What drove this configuration is that when I signed onto XBOX Live with only the…
Gutzofter
  • 111
  • 1
  • 4
1
vote
3 answers

Cisco IOS router MAC or IP address filtering

I'm trying to filter a specific device from my network. Either MAC or IP address filtering would do the trick, but I have trouble finding the exact Cisco IOS commands to use. My router is a Cisco 870 and the device is connected through wifi (if that…
SaltyNuts
  • 275
  • 1
  • 6
  • 12
1
vote
1 answer

How to prevent response to who-has requests on virtual eth interface?

we use small embedded X86 linux servers equipped with a single physical ethernet port as a gateway for an IP video surveillance application. Each downstream IP cam is mapped to a separate virtual IP address like this: real eth0 IP address=…
user42881
  • 11
  • 1
1
vote
3 answers

bad switchs duplicate my ip

I had a large area LAN. There were many switch and AP on it, then somehow I couldn't ping my servers, and it's said that the IP was duplicated. I use arpwatch and found out that one of the switch flip-flop-ing the IP. I isolated that troublesome…
Ta Coen
  • 240
  • 4
  • 15
1
vote
0 answers

Filtering traffic by MAC - nftables

TL:DR : I am building a network tap with a raspberry-pi that must remains stealth. I have a bridge (br0) between the switch interface (eth0) and the workstation (eth1). Here is how i am building it (open to any suggestion): # Create a bridge with…
m4ki3lf0
  • 41
  • 3
1
vote
1 answer

What are the symptoms of an IP address conflict?

System administrators must take special precautions when setting up two DHCP servers on the same network. The most common problem caused by competing DHCP servers is an IP address conflict. Windows is able to detect IP address conflicts and will…
Rick
  • 121
  • 6
1
vote
0 answers

Same VIP different MAC

I am observing this behavior on a dual-homed server that is sending traffic in active/active mode on its 2 links connected to the same uplink switch. The server is running IPMP so it generates traffic using the same virtual IP on the 2 different…
gaetano
  • 169
  • 1
  • 1
  • 7
1
vote
2 answers

LAN static lease for Hyper-V VMs

I have a question about reserving IP addresses for VMs that run on my laptop. In this case, my laptop serves as a switch. But the thing is, how can I lease a VM an IP address in my LAN by MAC, as all of the VMs are sharing the same interface => the…
Abraham
  • 11
  • 3
1
vote
1 answer

Is it possible to check the MAC address of TCP-connected host (on same LAN)?

I have an Ethernet LAN (192.168.1.0/24) with a number of hosts, which are all assigned addresses over DHCP by a router. Due to the way that DHCP is set up the IP addresses of particular devices can change in unpredictable ways; this is something I…
Svet
  • 113
  • 1
  • 4
0
votes
0 answers

Get information about MAC address

My router (FritzBox 7330) shows tons of errors about a device that continuously try to connect to my network: 23.12.19 10:17:07 Registrazione del dispositivo wireless fallita: chiave wireless non valida. Indirizzo MAC:…
Mark
  • 155
  • 1
  • 2
  • 7
0
votes
1 answer

Use IPv6 from MAC for DNS?

I am running a private cloud server and I am facing the problem that my DNS provider does not support dynamic update of the IPv6 address. I know that every IPv6 device has a 'default' IPv6 address which is derived from the MAC address. Therefore, I…
E. Sommer
  • 101
  • 2
0
votes
1 answer

How to use my router's Mac Address on Pfsense installed on Esxi

My ISP bind my router's Mac address so only this router can connect to their pppoe server, now I want to connect it on Pfsense installed on Esxi for better configuration options but pppoe server is not connecting on pfSense probably because of Mac…
Uzair Ali
  • 113
  • 1
  • 7
0
votes
0 answers

Getting a static MAC address on AWS EC2

I want to ensure that my AWS EC2 instance has a static MAC address (for an app that ties the license to the MAC address). From what I read I just need to add an ENI to the instance to get a static MAC. However, from the AWS console | Network &…
TSG
  • 1,674
  • 7
  • 32
  • 51
0
votes
1 answer

Get mac address based on ip in filter wireshark

i am a test engineer writing some test cases. I am trying to write a test which has to be performed in wireshark. However, my collegues aren't that "into wireshark" and i would like to keep it as simple as possible for them. The core of the TC is…
tomvda
  • 101
  • 1