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

Packets for internal network addresses get gateway's MAC

i have the weird problem that certain incoming packets get forwarded to my internal netwerk with the right internal IP but when using wireshark i see that the MAC address is set to the routers default gateway. Setup: <<< Internet server>>> <<< CISCO…
marshallq
  • 1
  • 1
0
votes
2 answers

Attempting to find a device from MAC/IP

I have had a look through the related questions for this issue and was not able to pick up a solid answer. I'm getting closer via my poor use of google-fu, but I'd like to ask you guys as well (I'd also like to apologise in advance for the length of…
Markovs
  • 43
  • 1
  • 8
0
votes
2 answers

Can I translate the MAC address to the exact ethernet card model?

I know that if I have the mac address I can find the vendor of the card but is it possible to find the exact model?
Ohad Horesh
  • 249
  • 2
  • 4
  • 7
0
votes
1 answer

Assign computers to specific VLANs with Dell PowerConnect 3524/6224

Our network consists of a number of Dell PowerConnect switches. 1 x 6224 (core switch) 5 x 3524 cabinet switches. We are using VLANs, to segregate different classes of systems. This was first achieved by assigning VLANs to specific port switches,…
Bryan
  • 7,628
  • 15
  • 69
  • 94
0
votes
4 answers

MAC address filtering in Linux

I'm a new system administrator of an existing Linux network. Apparently there is MAC address filtering there. How could I allow a specific MAC to connect to the network? The INPUT, FORWARD and OUTPUT chains of iptables are empty.
Alex
  • 2,357
  • 5
  • 32
  • 41
0
votes
1 answer

Changing MAC address on the Fly on old kernel 2.6.x

I'm doing some research on old kernels and running the following on 2.6.7 or 2.6.8 gives a resource busy error. But on 2.6.28 the command works as expected. How would I determine which kernel allowed this command to change the mac address on the…
shaiss
  • 337
  • 2
  • 6
  • 20
0
votes
1 answer

Does Mac address base restriction is possible over Internet?

I want to restrict the access into my server on MAC Address base over internet... does it possible??? or there any other way of restriction over internet instead of IP address possible?? (My users are connection into my adito base ssl vpn server…
sahil
0
votes
0 answers

network does not work for VM after a while, only resolves after changing MAC

I have installed pfSense as a KVM guest in a Debian 11 host using libvirt. The host has two interfaces. One is attached to the VM using macVLAN driver, and serves as pfSense's WAN interface. The other is attached to a linux bridge, and serves the…
0
votes
0 answers

netplan mac address matching doesn't seem to work

I have a small pc box that only have one network interface, and since I needed 2 more interfaces, I've bought two usb network cards. Both same manufacturer. I wanted to rename interfaces (since they originally have pretty complex names) to: eth1 and…
zbro
  • 27
  • 6
0
votes
0 answers

Router forces to use netcard's hardware mac

I'm trying to connect to a network that manages device connections by it's mac. So, I want to connect a device, which has no interface to connect it properly by itself I decided to use a different device using the adapter with mac of the device I…
0
votes
1 answer

Can pre-assigned IP addresses be preserved when using wi-fi extenders?

I'm considering using a wi-fi extender. It will work fine for lap-tops, tablets, etc. that need a connection but don't need a fixed DNS entry with preassigned IP addresses. But wi-fi extenders modify each attached device's MAC address (e.g. D-Link…
Ray Butterworth
  • 146
  • 1
  • 1
  • 8
0
votes
1 answer

TAP interface generating same MAC address on multiple servers

We use PeeerVPN on Debian 11 servers and we recognized that the TAP interfaces on multiple servers comes up with the same MAC address (it should be random generated). Is anyone experienced the same problem? Does anyone know how can we solve this?
Arany Péter
  • 112
  • 1
  • 6
0
votes
1 answer

Decode UID from dhcpd.leases

I have am testing a device on my network which has this lease assigned: lease 192.168.110.85 { starts 3 2022/07/20 16:12:37; ends 3 2022/07/20 16:22:37; cltt 3 2022/07/20 16:12:37; binding state active; next binding state free; rewind…
Johannes Linkels
  • 307
  • 1
  • 2
  • 7
0
votes
1 answer

dnsmasq: Change DHCP range based on group of MAC address

Is it possible to change the DHCP range dnsmasq gives out based on the MAC address block. For example, I want all MACs in the block 00:0C:29 to have a different DHCP range compared to every device on the network.
foxtdev
  • 3
  • 3
0
votes
3 answers

Network layer communication with multiple hosts with the same IP but different MAC addresses

Due to an unfortunate (mis-)configuration issue I am having ~100 hosts of which the IPv6/IPv4 (even the IPv6 link-local) addresses are all the same and which for the moment I cannot change. However, all hosts have unique and known MAC addresses and…