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

Same MAC but different IP on router

If a device has same mac address but different IP on home router, is this some sort of error or hacking? What is going on? I can't attach a pic so I've listed below. Computer name for second doesn't show. Just blank. So.. Computer Name Mac…
rissn
  • 11
  • 1
  • 2
-1
votes
2 answers

clone ip and mac addr on wlan

what will happen if i clone another pc on a wlan network? consider the following scenario. PC1(victim) mac1 ip1 PC2(attacker) mac2 ip2. I set mac2 = mac1 and ip2 = ip1 i ran the following script on PC2 #!/bin/bash ifconfig wlan0 down macchanger…
george
  • 9
  • 2
-1
votes
1 answer

how to block mac address with portsentry

I use portsentry to block ip address who trying to scanning. Now how do I want to block mac address who trying to scanning. Can I use portsentry, or possibly other tools?
dtnder
  • 1
  • 1
-1
votes
2 answers

How does a device search for available wifi networks?

Say you have a wifi device (D) and a wifi router (R) that have never shared radio waves before, and are within range. How does D discover that R exists? Does R constantly broadcast a message with its MAC, SSID, etc that D will eventually passively…
Keith
  • 109
  • 2
-1
votes
1 answer

Do computers have IP address?

Everywhere I search some people say 'a computer has a permanent IP address' and some people say 'it doesn't but has only when it is connected to the internet through a router'. So my understanding is that a computer, since it doesn't have any SIM…
-2
votes
2 answers

What happens if a USB Ethernet Adapter has the same MAC address as the PC's network card it is connected to?

What happens if a USB Ethernet Adapter has the same MAC address as the NIC? Is it possible for internet connection to pass through the usb-ethernet adapter succesfully or not, in that scenario?
-2
votes
1 answer

How to get the correct MAC address of Windows Server 2008 out of multiple MAC addresses?

I want to know the unique MAC address of my Windows Server 2008 R2. When I used getmac command in command prompt I got a list of MAC addresses(6 count) under Primary Address header. Could you please help me get the correct one out of this…
-2
votes
2 answers

Network Switch Terminology (MAC address table)

When a switch has the ability to learn what MAC addresses each of its ports serves, then uses that to determine which port to send ethernet packets out, what is that feature called? Also, does every switch with that feature also support ethernet…
Jason C
  • 128
  • 9
-2
votes
2 answers

Show mac-address table on custom interface in FreeBSD and Linux

On switches I can show mac addresses on any port by "show mac-address-table port X" Is there any way to do this on FreeBSD and Linux systems?
carcinogen75
  • 1
  • 1
  • 2
-2
votes
1 answer

Assign arbitrary MAC address in VirtualBox VM

Is it possible to assign an arbitrary MAC address to an VirtualBox virtual machine instance? This answer suggests that it is only possible to generate MAC addresses where the most significant byte is a multiple of 2.
knittl
  • 312
  • 3
  • 11
-2
votes
1 answer

Discover IP address of the device knowing only MAC address

While "wiresharking" the network, You may come across packets that looks like THIS eth.src to eth.dst (mainly colored white).. sometimes Wireshark recognize protocol LLC, NDP etc.. but sometimes it just 0x000 or 0x0de. So You know the MAC address of…
apech zzz
  • 3
  • 1
-3
votes
1 answer

How to prevent users from scanning the network

in my network many peoples spoof mac address, they get mac adresses of online users by scanning the network or the ip address range and using wireshark they get easily any mac address so how to prevent the users from scanning the ip address or how…
DFrenzy
  • 1
  • 1
  • 1
-3
votes
2 answers

Network is gone when I start arp spoofing

So for context I have two virtual machines one is running on kali linux which is the "Hacker's" machine and the other one is running on windows 10 pro which is supposed to be the victim's machine So today I tried doing arp spoofing/poisoning via…
-4
votes
1 answer

IPv6 NAT information leakage

Edit: Since I was asked to edit this, I'll ask about an awfully specific issue. The question was obviously never about information leakage on OSI layer 7, since that wouldn't be a network issue. I'm going to assume that we have a bad guy sitting in…
f384
  • 1
  • 1
-4
votes
2 answers

Cisco 2801 - ACL example to prevent certain users in same subnet from accessing certain devices

May be a simple answer, but does anyone have an example of an ACL that would prevent certain users (preferably based on MAC address, so that I can not have to deal with static DHCP addressing) from accessing certain devices on the…
wb6vpm
  • 23
  • 5
1 2 3
18
19