Linked by Amjith Ramanujam on Fri 15th Aug 2008 04:15 UTC, submitted by computerishcat
Thread beginning with comment 327028
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Another consideration
by Gunderwo on Fri 15th Aug 2008 16:06
in reply to "RE[2]: Another consideration"
RE[3]: Another consideration
by darknexus on Fri 15th Aug 2008 18:02
in reply to "RE[2]: Another consideration"
Unfortunately you cannot. MAC Addresses are not transmitted past the first router. After that only IP is transmitted (not counting special cases like packet encapsulation for VPN traffic and such).
Once on the local segment ARP is used to match up IP address (or whatever protocol is being used if not IP) to MAC address.
Once on the local segment ARP is used to match up IP address (or whatever protocol is being used if not IP) to MAC address.
Exactly. But this wouldn't stop firefox from sending your Mac address as an anonymous usage statistic if you chose to do so. It could send the mac address of the default network interface, along with the operating system and other stats. Obtaining the mac address of a network interface is trivial enough for a program running locally.
Edited 2008-08-15 18:05 UTC







Member since:
2005-07-06
Unfortunately you cannot. MAC Addresses are not transmitted past the first router. After that only IP is transmitted (not counting special cases like packet encapsulation for VPN traffic and such).
Once on the local segment ARP is used to match up IP address (or whatever protocol is being used if not IP) to MAC address.