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

Query a Windows DHCP server : find MAC from hostname

From my computer, I want to query my DHCP server to find a specific mac adress. I want to enter the hostname to search, and getting back the Mac address. Something like : netsh dhcp server scope show clients |find hostname This command line doesn't…
user117283
  • 31
  • 1
  • 1
  • 3
2
votes
3 answers

On CentOS 4.5, How to Masquerade a connection using MAC address?

Currently we give Internet access using ip address in our firewall script as follows iptables -t nat -A POSTROUNTING -s 192.168.1.40 -j MASQUERADE But we have noticed that some guys steal these ip addresses after office hours to browse personal…
Silkograph
  • 197
  • 3
  • 14
2
votes
2 answers

Get client's MAC address when connecting with SSH

I want to get the MAC address of every machine that connects via SSH to my server. Is this possible? If yes, can you provide me some references? Thank you in advance!
Panos
2
votes
2 answers

Counting traffic to destination MAC address using ebtables/iptables

I would like to be able to count the number of bytes going to a given MAC address using iptables or ebtables or some other linux utility. I have tried looking at the byte counts in ebtables but they are always 0, am I doing something wrong here?
DanielGibbs
  • 573
  • 5
  • 13
  • 32
2
votes
1 answer

Mac address filtering radius server

I would like to use the radius server on mac os x server (10.6.8) to allow users to access wireless. However the restriction i would like to use is Mac address filtering. Is this possible? how can i do this if it is?
Gatura
  • 573
  • 3
  • 10
  • 24
2
votes
1 answer

IP address conflict with MAC address 00:00:00:00:00:00

One of our Windows 2003 R2 ISA firewall servers recently had a 1-hour spell of intermittent connectivity to our Internet WAN connection, which was fixed after disabling then re-enabling the network adapter. The error log showed multiple instances of…
2
votes
0 answers

dhcpd.conf rule-based mapping

We have ~100 physical nodes which can host a large number of VMs apiece. We need to set up dhcpd on one machine to distribute addresses in a predictable fashion based on MAC address. We'd like to go with a scheme such as: Physical host address:…
BigChief
  • 398
  • 1
  • 2
  • 12
2
votes
1 answer

Gateway - Understanding packet details (IP and MAC addresses)

I'm learning the Cisco CCNA material, and most of it is completely new to me. I'm currently learning about how source and destination IP addresses are defined in the IP packet header and the source and destination MAC addresses are defined in the…
mouche
  • 133
  • 5
2
votes
0 answers

Filtering traffic by MAC address with nftables

TL;DR: when spoofing MAC addresses, how can I make sure the real addresses won't be leaked to the rest of the network using nftables ? Context For network security training purposes I am currently building a network tap consisting of a transparent…
Kate
  • 487
  • 3
  • 8
1
vote
2 answers

Can one identify the MAC addresses participating in a wireless network?

Specifically I'm trying to track a portable device by MAC; it may be participating in either an open 802.11b network or one with WPA. Is it possible to monitor these networks for the presence of the device? What software would be recommended in…
dlamblin
  • 939
  • 2
  • 10
  • 20
1
vote
1 answer

Can I use source MAC of Ethernet packet for UDP reply instead of ARP lookup?

I'm working on an embedded platform with very limited resources where I need to build my own Ethernet frames. If I need to answer a UDP request with a UDP reply, is it ever not OK to just send the reply back to the Ethernet source MAC address of the…
Markus A.
  • 419
  • 7
  • 18
1
vote
1 answer

Possibility of detecting MAC address spoofing in a decentralized network?

The paper that has been published here: https://dl.acm.org/citation.cfm?id=3282283 proposes a consensus algorithm based on distributed voting process in which it claims that it would be possible to detect (and not prevent) MAC address change using…
Questioner
  • 111
  • 4
1
vote
4 answers

Is there a way to determine if a certain MAC address is on the local network from a Synology Cubestation, which doesn't have arp?

I have a bit of a strange problem, I am trying to determine if a certain MAC address (my xbox 360) is on the network (i.e. on) The problem is i'm doing it from my Synology Cubestation, which is a powerpc based NAS with an embedded Linux. I have…
Salgar
  • 113
  • 1
  • 5
1
vote
1 answer

ISC DHCP assign pool/subnet to certain MAC addresses

Hej, desperate here! I'm running isc-dhcp-server 4.1 here (with webmin but that's another topic) and want to give some options (tftp-server and bootfile) to network-components that I can identify by MAC address and vendorstring. However, I got to…
Jeremiah
  • 11
  • 1
  • 3
1
vote
1 answer

How to reserve a static-ip on Mikrotik router for a device that is attached to a fixed router's Ethernet port

I am trying hard to figure out how can I force any DHCP client device connects to the port ETH10 on Mikrotik router get assigned a fixed IP-address. Please note that the device MAC address is unknown and I will not reserve the static IP address…
Sina S.
  • 11
  • 1
  • 2