Re: AD: getting UserName from IP address

From: donoli (eat@joes.com)
Date: 01/29/03


From: donoli <eat@joes.com>
Date: Wed, 29 Jan 2003 20:36:38 GMT

On Wed, 29 Jan 2003 16:05:49 +0200, "Meni Taub"
<NOSPAMmtaub@mailandnews.com> wrote:

>Subject: Win2kServer win2kClients Active Directory
>
>Is there any way to get a user name once an ip address
>is known?
>
>Does the server store anywhere this information.
>
>Second Question:
>How can I read the log files while everything is running?
>(I get file-in-use error)
>
###################
The only way I've ever been able to get a user name from an IP is to
try to get the NetBIOS table which may or may not give you a clue as
to what the user name is. More ften than not, a host not found error
wil appear.
nbtstat -A IP_address
To read log files while everything is running, I would imagine that
you would have to disable loging for that period of time.
donoli.
###################