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
2 answers

Find IP address from a MAC address

Is there anyway to find the IP address of a MAC address using a command? I was thinking something like arping might work but can't seem to find much information on it.
1
vote
3 answers

Get the MAC addresses of all the machines connected to a LAN when NO machines have got an IP address yet

Here is the real scenario. I have say 4 machines not having any IP address yet connected to a switch. In one of the machines (OS=CentOS), I would install a DHCP server and would provide the other machines IP addresses. Prior to assigning them IP…
1
vote
2 answers

ISP login, MAC spoofing, WiFi and multiple devices

I have a Tikona Digital Broadband (WiMax based) Internet Connection which allows limited number of devices to be connected at a time and also requires that the users login with username and password (by visiting a browser page on each device) before…
neeks
  • 131
  • 1
  • 4
1
vote
1 answer

Is it possible to distinguish traffic from different computers from behind a router?

The mac address would be that of the router, I presume. But could I distinguish the ip addresses of the computers behind the router, or could I only see a global ip address that belongs to the router?
user120729
1
vote
1 answer

Using Ipset and Iptables for MAC address filtering

I use MAC address filtering on my Linux router. Here is what I have done: iptables -A INPUT -i eth5 -m mac --mac-source 00:07:e9:84:2b:99 -j RETURN #User: Someuser iptables -A INPUT -i eth5 -j DROP But the Iptables rule list is huge with more than…
nixnotwin
  • 1,543
  • 5
  • 35
  • 55
1
vote
2 answers

How can I separate a VMWare Server from the host's MAC Address on my router?

I'm running a Debian LAMP Server in VMWare Player, using a bridged connection. However, on my router the VM is showing up with the same MAC Address... therefore I can't set the VM to a static address. I've tried changing the MAC in the .vmx, but to…
mawburn
  • 187
  • 1
  • 12
1
vote
1 answer

Managed Ethernet switch per-port MAC address translation?

Just a shot in the dark here, but I thought I'd ask in case anyone has some ideas: I've got a testing scenario where some (GUI-less/embedded) IPv6 devices are going to be temporarily plugged into the ports of a managed Ethernet switch, and a control…
Jeremy Friesner
  • 1,323
  • 1
  • 14
  • 25
1
vote
2 answers

MAC Address of device when turned off?

Is it possible to get a list of MAC addresses of devices connected to a network, even though the device is currently turned off? The device has power so I could do a wake-on-lan. I'm trying to get something like this to work in Linux. Using nmap…
airtruk
  • 13
  • 1
  • 3
1
vote
4 answers

Linux - Is there a way to determine what mac addresses an interface has seen traffic from?

Yes, I know about ARP but that relies somewhat on IP layer connectivity in that the remote system must be configured with an IP on a recognized subnet. Is there any way to just dump off what mac addresses the interface has seen Ethernet frames from;…
Oesor
  • 300
  • 1
  • 2
  • 16
1
vote
4 answers

Is there a tool like 'route' in Linux to configure the forwarding entry (dst mac address --> interface)

I have a problem in configuring the forwarding table in Linux. We call IP tables for routing table in layer 3, MAC tables for forwarding table in layer 2. Now I want to add an entry in forwarding table. I know the tool route command can be used to…
victor
1
vote
1 answer

Want to wake up a computer using wake on lan but don't know mac

A computer I only have remote access to is shutdown, but it has been powered on in the last 2 hours.. I have access to another PC on the same LAN, will the target computer's MAC address persist somewhere so I can read it from so that I can send it a…
Richard
  • 105
  • 1
  • 2
  • 16
1
vote
1 answer

Valid MAC-Address with a zero-byte at last position?

is it possible that a valid MAC-Address has a empty (zero) byte at the last possition? For Example: Byte 1 = 00 Byte 2 = 26 Byte 3 = B9 Byte 4 = 13 Byte 5 = 7B Byte 6 = 00
mabstrei
  • 123
  • 2
1
vote
1 answer

What would cause a Windows 2008 server to switch destination MACs in the middle of a TCP session?

My Windows 2008 server started a TCP session talking to one destination mac address, but in the middle of the TCP session started sending packets to another destination mac address and then eventually switched back. Any thoughts/ideas on what could…
Mike B
  • 11,871
  • 42
  • 107
  • 168
1
vote
3 answers

Hash function in shell that could be used for an ssh port from (say) hwaddr of eth0

I have a growing number of remote machines that ssh home and setup a connection to allow subsequent access via tunnel so I can get into them for maintenance. Currently, I must manually configure these machines with a unique forward ssh port prior to…
Aitch
  • 1,179
  • 8
  • 14
1
vote
2 answers

MAC spoofing - keeping the connection alive

Is it possible to keep a connection alive, while spoofing/changing the MAC address of your own network adapter (especially wlan adapter), without needing to re-authenticate against 802.1X RADIUS-server with eap-tls? I need this to secure a network,…
HalloDu
  • 121
  • 1
  • 9