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

How to send/broadcast ipv6-mac maping cache update request for IPv6 IP

We can update IPv4 neighbors by using arping command. I have used arping -A -I -c with success. what is the command to update mapping of IPv6 address and mac on router/gateway/nodes. we have observed when…
tushars
  • 3
  • 2
0
votes
2 answers

Static ARP Entries aren't being added

So I'm trying to create a static ARP Entry with the ip and MAC Address of my router. I'm currently using admin command prompt and the command arp -s [ip] [mac address], but it isn't working. Every time I check the table with arp -a, I just see the…
0
votes
2 answers

can ping but not arping via OpenVPN

I'm working on a remote machine using OpenVPN at a customer's network. The IP addresses there change dynamically and (until they get hostnames to work properly which is not in my hands at this point) I'm looking for a way to find "my" machine…
Cookie
  • 101
0
votes
1 answer

Mac address flapping during VM migration in WSFC

I am trying to troubleshoot an issue with our servers on a customer network. We do not support the network infrastructure. For example, I have 2 nodes(WS2019) in the Failover Cluster. Each NODE have 2 nics and connected to swt 1 and swt 2 for fault…
0
votes
1 answer

How to give permissions to local computers using computers' MAC addresses in Windows Server 2016 for file sharing

I have the following issue: I have a server with Windows Server 2016, and I need to use it only for saving, reading, and modifying files with file sharing. The way I have the restrictions is with logging in from client computers and logging with the…
0
votes
3 answers

Centos 7.6 MAC addresses change for a network interfaces

On one of the CentOS Linux release 7.6.1810 (Core) server the mac address's of networfaces got changed e.g. eth0 has eth3's mac address and so on . Does anyone know why this happens and how to resolve it ?
Babasaheb
  • 31
  • 2
  • 10
0
votes
1 answer

if all of the world used IPV6, there is no need to have mac address anymore?

Mac address can not replace IP address, because Mac address is immutable, and there is no Prefix concept in Mac address. So why IpV6 can not replace Mac address? Do we still need Mac address when all of us are using IP V6?
Jack
  • 173
  • 1
  • 1
  • 7
0
votes
2 answers

Azure Network Interface physical MAC address

I am trying to run some third-party software on an Azure Linux VM but their licensing is tied to the MAC address. The private and public IPv4 IP addresses of the Network Interface for the VM are both static. But, the MAC address I get starts with…
kilgoretrout
  • 103
  • 1
  • 3
0
votes
2 answers

Why is the mac address that appears on my computer the same?

I use the 2 ethernet interface on the my system board, eth0 / eth1(usb to ethernet) like the followings. root@E3-RDP:~# ifconfig eth0 Link encap:Ethernet HWaddr ae:a1:99:48:86:79 inet addr:10.10.0.171 Bcast:10.10.0.255 Mask:255.255.255.0 inet6 addr:…
0
votes
2 answers

How to run several ESXi VMs that must have the same MAC address?

For various reasons I have to run a few (≈6) clones of the same virtual machine at my lab ESXi server at work and unfortunately the MAC address must not be changed between the clones. Changing IP is OK though. How can I make the different virtual…
-1
votes
1 answer

Resolve MAC address to vendor BASH

As the title states, I was wondering if I could resolve a MAC address to a vendor on Linux, with BASH. I would rather not use NMap, as I want it to be quick. Example: e0:b9:e5:9e:59:00 -> Technicolor
-1
votes
1 answer

How to view dnsmasq client MAC addresses dynamically?

If I have already known the client IP, I know there's /var/log/dnsmasq.log and it contains logs such as Jun 13 12:22:42 dnsmasq-dhcp[499]: DHCPACK(wlan0) 172.24.1.110 34:12:98:11:80:bd ones-iPad Jun 13 13:19:44 dnsmasq-dhcp[499]:…
dotslash
  • 219
  • 3
  • 16
-1
votes
2 answers

Is recipient's MAC address necessary for TCP connections across the internet?

I want to estabilish TCP connection over the internet between 2 computers which are in different local networks (the local networks use wifi). I have looked for description of TCP protocol, esspecially the structure of TCP header:…
-1
votes
1 answer

Second IP for VPS on VmWare ESXI?

I bought a VPS Server run on vmware ESXI and this server just had one IP; Now I decided to ask from the reseller to give me another IP; He says in order to do that he have to remove my account and create a new one with 2 network cards (nic). (this…
r004
  • 123
  • 1
  • 2
  • 9
-1
votes
2 answers

MAC Addresses (in devices)

In what type of hardware are MAC addresses used besides routers? For example, could a MAC address be in printer or in a mobile phone? Yes, I am talking about Ethernet MAC addresses. Can you please give examples. For example, is MAC address stored on…
Jorgio
  • 1
  • 2