Link to home
Start Free TrialLog in
Avatar of ney_santos
ney_santosFlag for Brazil

asked on

Identify DFS Servers

Hi there,

I was wondering if its possible to identify the server that the clients are connected. I got 3 file servers in differents locations using the DFS Namepace to get high availability of the files, but I would like to know, where the clients on site A are getting the files if the File Server of site A fails.

Thanks.
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

You could probably sniff the packets on the network and get an MAC address.
Avatar of ney_santos

ASKER

But is there a command line or some tool to get this information? Didnt want to use a sniffer to get this.

Thanks.
I'm not aware of a tool to do what you want.  The point of DFS is to be transparent, so...
Ok... Do you know which port does DFS use?
Hmm. When a client wants to access something in a DFS share, the client obtains a referral to a partner in the share from Active Directory.  The client then accesses the share directly.  Since what you want is to know which server the client is accessing, your best bet is to sniff the traffic at the client.

Between DFS servers, I'd expect normal RPC traffic for both coordination and sychronization.  More information here:
   http://technet.microsoft.com/en-us/library/cc773238(WS.10).aspx
and here:
   https://www.experts-exchange.com/questions/22746536/What-SPECIFIC-ports-does-DFS-under-Windows-2003-R2-require.html
ASKER CERTIFIED SOLUTION
Avatar of kevinhsieh
kevinhsieh
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial