up vote 5 down vote favorite
2
share [g+] share [fb]

When you hit up a site, such as cnn.com, does the TCP/IP packet contain the MAC address of your network card?

Could cnn.com theoretically record my MAC address?

link|improve this question

feedback

1 Answer

up vote 14 down vote accepted

In IPv4: Nope. They will see the MAC of the device which forwarded the packet to the server, likely their border router.

In IPv6, the 64 bit "host" part of the full 128 bit address is often automatically generated from the MAC address, and hence might be visible to the server one connects to. See also How to avoid exposing my MAC address when using IPv6?

link|improve this answer
4  
+1 for correct answer, and bonus reminder of what mac they would see. – Ian Boyd Feb 27 '10 at 2:36
@Ian Boyd & @Jonn T So where is the furthest point in the chain that my mac address would be seen? My ISP? – AngryHacker Feb 27 '10 at 2:41
4  
MAC addresses only exist on Ethernet networks. MAC addresses stop at your Cable/DSL modem (so your ISP could see that). Even that will only see the MAC address of what it is connected to, if that's a router it sees the MAC address of the router and not your computer's. – shf301 Feb 27 '10 at 3:17
@shf301, true, for IPv4. Not so much for IPv6 (like I edited into the answer). – Arjan Feb 4 '11 at 11:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.