"Chuck [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On 05 Feb 2008 19:02:17 GMT, (E-Mail Removed) (Ken Philips) wrote:
>
>>How can I find out my own MAC address FROM outside the local network?
>>
>>Yes, I know, I could simply type
>>
>>ipconfig /all
>>
>>to find all my local adapters MAC addresses out.
>>
>>However I am using a couple of Virtual Machines, Firewalls, Security tools
>>and routers and I guess at least one of them is modifying my original MAC
>>address.
>>
>>Similarly to servces like
>>
>>www.whatismyip.com
>>
>>which shows my own IP like it is seen from other users I could imagine
>>that there are services which show my MAC address as it is visible from
>>outside Internet.
>>
>>Is there such a web page which displays my MAC address ?
>>
>>Ken
>
> Ken,
>
> The MAC address is visible only to hosts on the same subnet. Outside the
> subnet, all addressing is by IP address. Your MAC address simply isn't
> seen,
> from the Internet.
> <http://nitecruzr.blogspot.com/2005/10/mac-addresses.html>
> http://nitecruzr.blogspot.com/2005/1...addresses.html
>
> --
> Cheers,
> Chuck, MS-MVP 2005-2007 [Windows - Networking]
> http://nitecruzr.blogspot.com/
> Paranoia is not a problem, when it's a normal response from experience.
> My email is AT DOT
> actual address pchuck mvps org.
That is most interesting information Chuck...
Back when I was working for a living, I maintained an ethernet sniffer for
VMS which ran DECnet. Regardless of that fact, my sniffer detected every
computer on our segment of the
plant wide ethernet without regard to the network protocol that it was
using. I understood at the time that all ethernet adapters are expected to
broadcast their address at
regular intervals. My program placed the ethernet adapter on our VAX into
promiscuous mode (which causes the adapter to pass all packets to the
software). A VAX had a hard time keeping up; when I ported the program over
to an Alpha, things worked much better.
I suppose my point is that a program can be written which grabs all packets
which pass by without regard to whatever structure the IP believes it has.
By the way, DECnet and IP can coexist on the ethernet with no problems at
all.
Jim