Quote:
Originally Posted by bigdog829
Is there anyway to log guests/members mac address?
|
The nature of how networks are built means that you will only ever be able to find the MAC addresses of PC's connected to your local Ethernet segment.
The MAC address is used to identify hardware at the data link layer, whereas the Internet works on the layers above, the network and transport layers. If we could get the MAC address of any node on an inter-connected network, then what would be the point of IP addresses?
ARP only caches the MAC addresses of devices on the same segment, so the Internet would need to be one massive Ethernet network for this to work. So when you ping google.com, ARP will cache the IP of your local gateway and the rest is done through IP.
- Sid