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

Can't ping gateway after upgrading to Ubuntu 16.04 | arp issue?

After upgrading to Ubuntu 16.04 from 14.04 I can't ping gateway, at first interface eth0 wasn't starting up, and I read that refreshing new mac address would fix that, so I decided to remove the network interface from VM and added a new one instead,…
alari
  • 1
  • 2
  • 3
0
votes
1 answer

Spacewalk/Cobbler system with multiple interfaces/MAC

I have bare metal provisioning set up with a DHCP/PXE server and a Spacewalk server. I'm using cobbler system records to match a machines MAC address to the system profile. Basically: cobbler system add --name=example --profile=example…
ryan8v
  • 1
0
votes
1 answer

iwconfig and arp commands report slightly different MAC addresses

I'm at a wifi hotspot where, when I look up the router's MAC address by two different methods, I get slightly different results: $ arp -a ? (10.128.128.128) at 00:18:0a:58:WX:YZ [ether] on wlan0 ? (10.0.2.15) at 00:18:0a:58:WX:YZ [ether] on…
Nick S
  • 103
  • 2
0
votes
1 answer

How do I properly configure KVM

I have a remote dedicated server on which I have installed KVM. When trying to create my first virtual machine I am unable to ssh to the machine. I assumed that I needed another ip address so I obtained one from the people at the data centre but it…
0
votes
2 answers

Obtain MAC address of remote, unconfigured device?

I have a device that goes on the network. I need it's MAC address. There is no label on it. How do I do that? I have no access to the device itself. I can power it on and plug it in to a switch or a laptop, and that's it. There is no serial…
John Oliver
  • 129
  • 1
  • 4
0
votes
1 answer

Packetfence & Aruba

I have a fresh install of a PacketFence (PF) server. Also, I have an Aruba networks AccessPoint (API-205), which I am using to send the users to the Captive Portal in PF. But the captive portal returns Sorry! Your computer was not found in the…
Zimpari
  • 1
  • 1
0
votes
0 answers

Cannot find a device attached to network

My work has a wireless alarm system installed, and we recently got a wireless camera to add to it (made by the same company, it simply plug-n-plays). The alarm system uses a small router like device to hook everything up, and that "bridge" device it…
Mr Pablo
  • 101
  • 1
0
votes
1 answer

Spoofing a duplicate MAC address on an interface not connecting to the network where the original MAC is

I'm trying to run a PHP project on a test server. The project uses an internal framework that has been modified so it will only run on the production server by checking the MAC address in eth0, and encoded with ioncube, (I have no access to the…
Snivs
  • 101
  • 4
0
votes
1 answer

What will happen in a network if multiple devices have the same MAC address?

What will happen in something like a wifi connection where different laptops are set with the same MAC address . To make it more interesting what will happen if there are multiple devices with same MAC address and different IP addresses.
0
votes
2 answers

router setup with server checking MAC addresses

I am running my own router on my university's network. The university checks to make sure the mac address of the computer is registered before allowing traffic to go through. What I've done is setup the router to use my computer's MAC address. The…
Patrick
0
votes
4 answers

Docking Station MAC

Would an HP notebook docking station have its own Ethernet MAC address independent of the internal Ethernet MAC on the laptop itself? I'd test it myself, but the answer decides whether or not we even get one in the first place. Many thanks.
nullArray
  • 175
  • 2
  • 10
0
votes
2 answers

connecting a switch behind a MAC Address filtering router

I have a home 802.11N + ethernet router (D-link DIR-655) with MAC filtering enabled. I am trying to connect a switch to one of the ports (D-Link DGS-2208) and connect two devices to that switch. Both devices work correctly when connected directly…
HardTech
0
votes
1 answer

calculate reserved ip address based on mac address

Is it possible to calculate ip address based on mac address for isc-dhcp server? For example: 'aa:aa:aa:aa:aa:x' => '10.10.10.x' I have following in dhcpd.conf: subnet 10.10.10.0 netmask 255.255.255.0 { class "v" { match if substring…
kakabomba
  • 113
  • 4
0
votes
1 answer

Polycom VOIP phone seems to mask the secondary device's MAC address from a Cisco switch

When I have a Polycom VOIP phone plugged into a Cisco switch and a laptop plugged into the Polycom phone I get the following. 1) The phone goes into the voice VLAN as expected. 2) The laptop goes into the data VLAN as expected. 3) When I run show…
0
votes
2 answers

Is there a way to query all the mac addresses in a network?

I know this question was flagged "off-topic" and "non-professional", but when creating a gateway or IDS, this might be quite relevant. Also, Google finds nothing usable... There is a thing called MAC-table (or CAM-table) in every common switch…
Zoltan Szeder
  • 98
  • 1
  • 9