Hi Jeronimo,
As Emmet and Jim has mentioned, the clientside could have discretionary
sub net structure and MAC address only make sense for the clientside's
local network area. In fact, the subnet is just used for local network area
and is not visible to the external network. If your application's client
side are all in the same local network environment, that'll make some sense.
Thanks,
Steven Cheng
Microsoft Online Support
Get Secure!
www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Jim Hughes" <
[email protected]>
| References: <
[email protected]>
| Subject: Re: Obtain a MAC address from a connected socket
| Date: Sun, 2 Oct 2005 18:10:11 -0700
| Lines: 13
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| Message-ID: <
[email protected]>
| Newsgroups: microsoft.public.dotnet.general
| NNTP-Posting-Host: dcn243-141.dcn.davis.ca.us 168.150.243.141
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.dotnet.general:51146
| X-Tomcat-NG: microsoft.public.dotnet.general
|
| |
| > We have developed a socket tcpip server in .net that accepts calls from
| > clients. Using the connected socket we are able to use the
| > Socket.RemoteEndPoint to obtain the IP address of the client. Is there
| > any
| > way to obtain the MAC address for the client?
|
| The client MAY not even have a MAC address, they could be using a
protocol
| like SLIP or PPP.
|
|
|