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

ARP table not updated until response is sent

I'm executing the arp -a command on CentOS 7 in order to translate an IP address to a MAC address (since I can't access the source MAC of the layer 2 frame in Java). I see a lot of cases where the ARP table doesn't include an entry for the IP…
manash
  • 159
  • 2
  • 10
0
votes
1 answer

On VirtualBox, is there a way to set 'Reinitialize MAC address' as default?

When cloning a VirtualBox instance, is there a way to set the "Reinitialize the MAC address of all network cards" as the default? Humans sometimes forget to tick this box, with the resulting horror of having different machines - on the same LAN -…
0
votes
1 answer

How to setup my MAC address to be static using OpenVPN on Ubuntu 16.04?

I'm connecting to a server using vpn connection. So, every time that I connect using this VPN, my PC (Ubuntu 16.04) always create a virtual netboard and gives to me a new MAC address. But for what I need for, I have to get always the same MAC…
Yuri
  • 1
  • 1
  • 1
0
votes
1 answer

Is it possible to isolate a network device from the rest of the LAN via its MAC address ?

Is it possible to isolate a network device from the rest of the LAN via its MAC address ? Im familiar with creating a VLAN based on a tagged port of the network switch, but is it possible by recognising the devices MAC address ?
sam
  • 173
  • 3
  • 15
0
votes
1 answer

KVM guest not reaching externally (OVH, failover IPs)

Both host and guest are running Fedora 26 server edition. Host is from OVH, guest is ISO from Fedora directly. I've trimmed anything regarding TXRX and loopbacks for the sake of brevity. Main IP a.a.a.17 Main IP Gateway a.a.a.254 Failover IP…
0
votes
1 answer

Linux easy way to extract MAC address per device

I am dealing with post systemd crapstorm where devices get renamed to eno1,2,3 or sometimes rename1,2,3. I don't run systemd as init system but unfortunately udevd is that systemd infected garbage what is broken now so it won't do much good adding…
msuser
  • 9
  • 3
0
votes
1 answer

Mac address not entering mac table of a huawei s5700 switch

We have a very strange problem, where certain ports refuse to learn the mac addresses of their hosts. For example host A is connected to switch S1 on port 0/0/30. Each packet to host A results in a unicast to all connected hosts of S1, because the…
Alexander
  • 101
  • 2
0
votes
0 answers

Windows Server 2012 DHCP Failover and MAC address replication

I'm stuck with a problem in my configuration. We have a domain controller who works also as DNS and DHCP server. Yesterday i deployed a secondary DHCP server and configured it in a failover cluster with the first one using the Hot-StandBy mode. I…
0
votes
0 answers

Why are there different types of bond configuration policies in linux, instead of one that can give a combined throughput and fail-over configuration?

I am confused and not able to understand exactly the actual concept behind it. At switch level, what happens that prevents to use one globally accepted bond configuration policy? And I don't understand why do we use specifically active-backup…
GP92
  • 681
  • 2
  • 9
  • 27
0
votes
1 answer

How can I create a top priority firewall rule for a trusted mac address?

I want to accept all packets sent to my centos7 VPS from my device regardless of options defined on public zone. (I want to remove ssh service from public zone and just be able to connect from my mac address!) But when I add my mac address as a…
Mojtaba Rezaeian
  • 451
  • 5
  • 14
0
votes
2 answers

No network after MAC address change

I'm running a CentOS 5.4 box for which I need to spoof a MAC address in order to make a certain software work (nothing illegal going on, before you ask). Problem: Whenever I try to change the MAC, I no longer can connect to the network, not even the…
0
votes
1 answer

Ubuntu 16.04, Keepalived VMAC

I'm trying to build up two redundant forward-facing load balancers (using either IPVS or NGINX), but first I'm trying to get the floating VRRP virtual-ip/mac to work properly before moving forward through the process. I've got a stock Ubuntu 16.04…
0
votes
1 answer

nftables configuration - allow mac on tcp port

im new in firewalls etc. readed nftables quick reference how to allow only my mac address (my device - laptop, phone etc.). allow my mac to access ssh port (port:22) tried that: ether saddr 00:00:00:00:00 tcp dport 22 accept;tcp 11:11:11:11:11…
gcboard
  • 1
  • 8
0
votes
4 answers

Getting a Windows machine's MAC address

OK guys, this is not the usual easy to answer question the title may imply... I need to get the MAC address from a machine running Windows (ranging from XP to Server2012). I have the following option that I can use: 1) getmac - Fine in general and…
0
votes
0 answers

arp table contains addresses asigned to 00:00:00:00:00:00 mac address

What mean 00:00:00:00:00:00 MAC address in arp table? On my OpenWRT router on interface connected to ISP I have seen 24 entries with this MAC address and on local network there are 7 entries. What these entries means or indicate?
Misaz
  • 113
  • 6