WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

NETDIAG problem - SPN queries

 
   Home -> Windows Other -> DNS RSS
Next:  How do I properly Partition my Hard Drives?........  
Author Message
Neko-

External


Since: Oct 01, 2008
Posts: 2



(Msg. 1) Posted: Wed Oct 01, 2008 4:42 am
Post subject: NETDIAG problem - SPN queries
Archived from groups: microsoft>public>win2000>dns (more info?)

Using NETDIAG I found 3 errors on my Windows 2000 Domain Controller:

The first:

Netcard queries test . . . . . . . : Passed
[WARNING] The net card 'RAS Async Adapter' may not be working
because it has not received any packets.

I'm expecting this is related to the running RRAS services on there.
They're not used anymore, so I'm seriously contemplating taking those
off anyway. Can't find the device in the device list, and of what I
could find on the net it's not really a problematic notice.

The second:

AutoConfiguration results. . . . . . : Failed
[WARNING] AutoConfiguration is in use. DHCP not available.

and a bit further down in the log:

Autonet address test . . . . . . . : Failed
[FATAL] All adapters are autoconfigured.
The DHCP servers are unreachable. Please check cables, hubs, and
taps.

The DHCP server is a hardware box on our network. I know it works, and
I know the server can reach it. The reason however for it to try for
DHCP is unknown, since it has a fixed IP adres set. I'm considering
this error to be ignorable. There is only one LAN card, and as stated:
it's not running DHCP.

Then we get the third (and possibly most annoying) problem:

LDAP test. . . . . . . . . . . . . : Passed
[WARNING] Failed to query SPN registration on DC
'SERVER1.DOMAIN.INTERNAL'.
[WARNING] Failed to query SPN registration on DC
'SERVER2.DOMAIN.INTERNAL'.

I found quite a few people running into this problem through a search
engine, but no real follow-ups or solutions on it... Except one page
that mentioned a Microsoft utility called SETSPN.EXE

Now with that utility the SPN (ServicePrincipalNames) can be verified
or even reset if needed.

First off: a list of the SPN's on the machine:

Registered ServicePrincipalNames for CN=SERVER1,OU=Domain
Controllers,DC=DOMAIN,DC=INTERNALAL:
MSSQLSvc/SERVER1.DOMAIN.INTERNAL:1433
SMTPSVC/SERVER1
SMTPSVC/SERVER1.DOMAIN.INTERNAL
NtFrs-88f5d2bd-b646-11d2-a6d3-00c04fc9b232/SERVER1.DOMAIN.INTERNAL
GC/SERVER1.DOMAIN.INTERNAL/DOMAIN.INTERNAL
HOST/SERVER1.DOMAIN.INTERNAL/DOMIN
HOST/SERVER1
HOST/SERVER1.DOMAIN.INTERNAL
HOST/SERVER1.DOMAIN.INTERNAL/DOMAIN.INTERNAL
E3514235-4B06-11D1-AB04-00C04FC2DCD2/7b0b58c0-8a12-4906-
b856-5771f3505e43/DOMAIN.INTERNAL
LDAP/7b0b58c0-8a12-4906-b856-5771f3505e43._msdcs.DOMAIN.INTERNAL
LDAP/SERVER1.DOMAIN.INTERNAL/DOMIN
LDAP/SERVER1
LDAP/SERVER1.DOMAIN.INTERNAL
LDAP/SERVER1.DOMAIN.INTERNAL/DOMAIN.INTERNAL
DNS/SERVER1.DOMAIN.INTERNAL

Now when I try to reset this to the required settings through the
command SETSPN -R SERVER1, the following error appears:

Failed to crack name DOMIN\SERVER1 into the FQDN, (0) 1 0x2

When I try to ping the machine using it's name (SERVER1), it's FQDN
(SERVER1.DOMAIN.INTERNAL) or even it's full FQDN
(SERVER1.DOMAIN.INTERNAL.) it works normally. The IP is resolved and
no real issues are present. Using the FQDN to run the command (SETSPN -
R SERVER1.DOMAIN.INTERNAL) tells me it couldn't find the account
SERVER1.DOMAIN.INTERNAL.

Anyone have any idea if the SPN's listed are correct or not, or what
specifically might be the cause of my root problem (the warnings), or
even how to get SETSPN.EXE to run properly with the re-create switch?
Back to top
Login to vote
Meinolf Weber

External


Since: Aug 27, 2007
Posts: 720



(Msg. 2) Posted: Wed Oct 01, 2008 11:52 am
Post subject: Re: NETDIAG problem - SPN queries [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello Neko-,

How many DC's do you have in total? Please post an unedited ipconfig /all
from all. Did you run netdiag also on the other ones? Please post the complete
output from netdiag /v

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


> Using NETDIAG I found 3 errors on my Windows 2000 Domain Controller:
>
> The first:
>
> Netcard queries test . . . . . . . : Passed
> [WARNING] The net card 'RAS Async Adapter' may not be working
> because it has not received any packets.
> I'm expecting this is related to the running RRAS services on there.
> They're not used anymore, so I'm seriously contemplating taking those
> off anyway. Can't find the device in the device list, and of what I
> could find on the net it's not really a problematic notice.
>
> The second:
>
> AutoConfiguration results. . . . . . : Failed
> [WARNING] AutoConfiguration is in use. DHCP not available.
> and a bit further down in the log:
>
> Autonet address test . . . . . . . : Failed
> [FATAL] All adapters are autoconfigured.
> The DHCP servers are unreachable. Please check cables, hubs, and
> taps.
> The DHCP server is a hardware box on our network. I know it works, and
> I know the server can reach it. The reason however for it to try for
> DHCP is unknown, since it has a fixed IP adres set. I'm considering
> this error to be ignorable. There is only one LAN card, and as stated:
> it's not running DHCP.
>
> Then we get the third (and possibly most annoying) problem:
>
> LDAP test. . . . . . . . . . . . . : Passed
> [WARNING] Failed to query SPN registration on DC
> 'SERVER1.DOMAIN.INTERNAL'.
> [WARNING] Failed to query SPN registration on DC
> 'SERVER2.DOMAIN.INTERNAL'.
> I found quite a few people running into this problem through a search
> engine, but no real follow-ups or solutions on it... Except one page
> that mentioned a Microsoft utility called SETSPN.EXE
>
> Now with that utility the SPN (ServicePrincipalNames) can be verified
> or even reset if needed.
>
> First off: a list of the SPN's on the machine:
>
> Registered ServicePrincipalNames for CN=SERVER1,OU=Domain
> Controllers,DC=DOMAIN,DC=INTERNALAL:
> MSSQLSvc/SERVER1.DOMAIN.INTERNAL:1433
> SMTPSVC/SERVER1
> SMTPSVC/SERVER1.DOMAIN.INTERNAL
> NtFrs-88f5d2bd-b646-11d2-a6d3-00c04fc9b232/SERVER1.DOMAIN.INTERNAL
> GC/SERVER1.DOMAIN.INTERNAL/DOMAIN.INTERNAL
> HOST/SERVER1.DOMAIN.INTERNAL/DOMIN
> HOST/SERVER1
> HOST/SERVER1.DOMAIN.INTERNAL
> HOST/SERVER1.DOMAIN.INTERNAL/DOMAIN.INTERNAL
> E3514235-4B06-11D1-AB04-00C04FC2DCD2/7b0b58c0-8a12-4906-
> b856-5771f3505e43/DOMAIN.INTERNAL
> LDAP/7b0b58c0-8a12-4906-b856-5771f3505e43._msdcs.DOMAIN.INTERNAL
> LDAP/SERVER1.DOMAIN.INTERNAL/DOMIN
> LDAP/SERVER1
> LDAP/SERVER1.DOMAIN.INTERNAL
> LDAP/SERVER1.DOMAIN.INTERNAL/DOMAIN.INTERNAL
> DNS/SERVER1.DOMAIN.INTERNAL
> Now when I try to reset this to the required settings through the
> command SETSPN -R SERVER1, the following error appears:
>
> Failed to crack name DOMIN\SERVER1 into the FQDN, (0) 1 0x2
>
> When I try to ping the machine using it's name (SERVER1), it's FQDN
> (SERVER1.DOMAIN.INTERNAL) or even it's full FQDN
> (SERVER1.DOMAIN.INTERNAL.) it works normally. The IP is resolved and
> no real issues are present. Using the FQDN to run the command (SETSPN
> -
> R SERVER1.DOMAIN.INTERNAL) tells me it couldn't find the account
> SERVER1.DOMAIN.INTERNAL.
> Anyone have any idea if the SPN's listed are correct or not, or what
> specifically might be the cause of my root problem (the warnings), or
> even how to get SETSPN.EXE to run properly with the re-create switch?
>
Back to top
Login to vote
Neko-

External


Since: Oct 01, 2008
Posts: 2



(Msg. 3) Posted: Thu Oct 02, 2008 3:32 am
Post subject: Re: NETDIAG problem - SPN queries [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I got two DC's. One Windows 2000, and the other Windows 2003. Due to a
minor issue on the Windows 2003 (dubbed SERVER2) I was referred to the
command repadmin /syncall <replication partner>. Did that on both
servers to resolve a minor KCC warning in the DCDIAG of the Windows
2003 machine. That got resolved.

Then did the NETDIAG on the Windows 2000 (the problem SERVER1) machine
to see if the error was still there... The SPN issue seems to have
vanished. The DHCP things are still in there tho Sad

To accomodate your request tho... (and I am aware this machine is
pretty busy):

IPCONFIG from the 2000 machine (SERVER1 which has the issue):

Windows 2000 IP Configuration

Host Name . . . . . . . . . . . . : SERVER1
Primary DNS Suffix . . . . . . . : DOMAIN.INTERNAL
Node Type . . . . . . . . . . . . : Broadcast
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : DOMAIN.INTERNAL

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . : DOMAIN.INTERNAL
Description . . . . . . . . . . . : Intel(R) PRO/1000 XT Network
Connection
Physical Address. . . . . . . . . : 00-06-5B-F0-F2-63
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration IP Address. . . : 192.168.1.3
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.3

IPCONFIG from the 2003 machine (SERVER2):

Windows IP Configuration

Host Name . . . . . . . . . . . . : SERVER2
Primary Dns Suffix . . . . . . . : DOMAIN.INTERNAL
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : DOMAIN.INTERNAL

Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Broadcom BCM5708C NetXtreme II
GigE (NDIS VBD Client)
Physical Address. . . . . . . . . : 00-1E-4F-1B-BD-18
DHCP Enabled. . . . . . . . . . . : No
IP Address. . . . . . . . . . . . : 192.168.1.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.2
192.168.1.3

As for the NETDIAG/V on SERVER1:

Gathering IPX configuration information.
Querying status of the Netcard drivers... Passed
Testing Domain membership... Passed
Gathering NetBT configuration information.
Testing for autoconfiguration... Failed
Testing IP loopback ping... Passed
Testing default gateways... Passed
Enumerating local and remote NetBT name cache... Passed
Testing the WINS server
Local Area Connection
There is no primary WINS server defined for this adapter.
There is no secondary WINS server defined for this
adapter.
Gathering Winsock information.
Testing DNS
The DNS registration for SERVER1.DOMAIN.INTERNAL is correct
on all DNS servers
PASS - All the DNS entries for DC are registered on DNS server
'192.168.1.3' and other DCs also have some of the names registered.
Testing redirector and browser... Passed
Testing DC discovery.
Looking for a DC
Looking for a PDC emulator
Looking for a Windows 2000 DC
Gathering the list of Domain Controllers for domain 'DOMIN'
Testing trust relationships... Skipped
Testing Kerberos authentication... Passed
Testing LDAP servers in Domain DOMIN ...
Gathering routing information
Gathering network statistics information.
Gathering configuration of bindings.
Gathering RAS connection information
Gathering Modem information
Gathering Netware information
Gathering IP Security information

Tests complete.

Computer Name: SERVER1
DNS Host Name: SERVER1.DOMAIN.INTERNAL
DNS Domain Name: DOMAIN.INTERNAL
System info : Windows 2000 Server (Build 2195)
Processor : x86 Family 15 Model 2 Stepping 7, GenuineIntel
Hotfixes :
Installed? Name
Yes KB820888
Yes KB822343
Yes KB822831
Yes KB823182
Yes KB823559
Yes KB824105
Yes KB824141
Yes KB824146
Yes KB824151
Yes KB825119
Yes KB826232
Yes KB828028
Yes KB828035
Yes KB828741
Yes KB828749
Yes KB829558
Yes KB832353
Yes KB832359
Yes KB834707-IE6SP1-20040929.091901
Yes KB835732
Yes KB837001
Yes KB837272
Yes KB839645
Yes KB840315
Yes KB840987
Yes KB841356
Yes KB841533
Yes KB841872
Yes KB841873
Yes KB842526
Yes KB842773
Yes KB842933
Yes KB867282-IE6SP1-20050127.163319
Yes KB871250
Yes KB873333
Yes KB873339
Yes KB885250
Yes KB885834
Yes KB885835
Yes KB885836
Yes KB887797-OE6SP1-20041112.131144
Yes KB888113
Yes KB889293-IE6SP1-20041111.235619
Yes KB890046
Yes KB890047
Yes KB890175
Yes KB890859
Yes KB890923-IE6SP1-20050225.103456
Yes KB891711
Yes KB891781
Yes KB893066
Yes KB893086
Yes KB893756
Yes KB893803v2
Yes KB896358
Yes KB896422
Yes KB896423
Yes KB899587
Yes KB899589
Yes KB899591
Yes KB900725
Yes KB901017
Yes KB901214
Yes KB904706
Yes KB905414
Yes KB905495-IE6SP1-20050805.184113
Yes KB905749
Yes KB908519
Yes KB908531
Yes KB911280
Yes KB911564
Yes KB913580
Yes KB914388
Yes KB914389
Yes KB917008
Yes KB917537
Yes KB917736
Yes KB917953
Yes KB918118
Yes KB920213
Yes KB920670
Yes KB920683
Yes KB920685
Yes KB921398
Yes KB921503
Yes KB922582
Yes KB923191
Yes KB923414
Yes KB923689
Yes KB923694-OE6SP1-20061106.120000
Yes KB923810
Yes KB923980
Yes KB924191
Yes KB924270
Yes KB924667
Yes KB925398_WMP64
Yes KB925902
Yes KB926121
Yes KB926122
Yes KB926436
Yes KB927891
Yes KB928843
Yes KB929969-IE6SP1-20061220.120000
Yes KB930178
Yes KB931784
Yes KB932168
Yes KB933566-IE6SP1-20070417.120000
Yes KB933729
Yes KB935839
Yes KB935840
Yes KB935966
Yes KB936021
Yes KB937143-IE6SP1-20070717.120000
Yes KB937894
Yes KB938127-IE6SP1-20070626.120000
Yes KB938464-IE6SP1-20080429.120000
Yes KB938827
Yes KB938829
Yes KB939653-IE6SP1-20070817.120000
Yes KB941202-OE6SP1-20070820.120000
Yes KB941568_DX9
Yes KB941569
Yes KB941644
Yes KB941672
Yes KB941693
Yes KB942615-IE6SP1-20071029.120000
Yes KB942831
Yes KB943055
Yes KB943484
Yes KB943485
Yes KB944338
Yes KB944533-IE6SP1-20071210.120000
Yes KB945553
Yes KB947864-IE6SP1-20080215.120000
Yes KB948590
Yes KB948881-IE6SP1-20080313.120000
Yes KB949014
Yes KB950749
Yes KB950759-IE6SP1-20080418.120000
Yes KB950760
Yes KB950974
Yes KB951066-OE6SP1-20080625.120000
Yes KB951698_DX9
Yes KB951746
Yes KB951748
Yes KB952954
Yes KB953838-IE6SP1-20080620.120000
Yes KB953839
Yes Q147222
Yes Q816093
Yes Q828026
No ServicePackUninstall
Yes Update Rollup 1

Netcard queries test . . . . . . . : Passed

Information of Netcard drivers:


---------------------------------------------------------------------------
Description: RAS Async Adapter
Device: \DEVICE\{D6F1E877-AD56-40EB-A680-12E3F8F823D9}

Media State: Connected

Device State: Connected
Connect Time: 21 days, 18:13:18
Media Speed: 28 Kbps

Packets Sent: 0
Bytes Sent (Optional): 0

Packets Received: 0
Directed Pkts Recd (Optional): 0
Bytes Received (Optional): 0
Directed Bytes Recd (Optional): 0

[WARNING] The net card 'RAS Async Adapter' may not be working
because it has not received any packets.

---------------------------------------------------------------------------
Description: Intel(R) PRO/1000 XT Network Connection
Device: \DEVICE\{C7C96FB4-5166-4EE6-9288-6408A8A26AF2}

Media State: Connected

Device State: Connected
Connect Time: 21 days, 18:24:38
Media Speed: 1000 Gbps

Packets Sent: 1012889521
Bytes Sent (Optional): 0

Packets Received: 710254508
Directed Pkts Recd (Optional): 707225961
Bytes Received (Optional): 0
Directed Bytes Recd (Optional): 0


---------------------------------------------------------------------------
[PASS] - At least one netcard is in the 'Connected' state.

Per interface results:

Adapter : Local Area Connection
Adapter ID . . . . . . . . :
{C7C96FB4-5166-4EE6-9288-6408A8A26AF2}

Netcard queries test . . . : Passed

Adapter type . . . . . . . : Ethernet
Host Name. . . . . . . . . : SERVER1.DOMAIN.INTERNAL
Description. . . . . . . . : Intel(R) PRO/1000 XT Network
Connection
Physical Address . . . . . : 00-06-5B-F0-F2-63
Dhcp Enabled . . . . . . . : No
DHCP ClassID . . . . . . . :
Autoconfiguration Enabled. : Yes
Autoconfiguration IP Address : 192.168.1.3
Subnet Mask. . . . . . . . : 255.255.255.0
Default Gateway. . . . . . : 192.168.1.1
Dns Servers. . . . . . . . : 192.168.1.3

IpConfig results . . . . . : Passed

AutoConfiguration results. . . . . . : Failed
[WARNING] AutoConfiguration is in use. DHCP not available.

Default gateway test . . . : Passed
Pinging gateway 192.168.1.1 - reachable
At least one gateway reachable for this adapter.

NetBT name test. . . . . . : Passed
NetBT_Tcpip_{C7C96FB4-5166-4EE6-9288-6408A8A26AF2}
SERVER1 <00> UNIQUE REGISTERED
SERVER1 <20> UNIQUE REGISTERED
DOMIN <00> GROUP REGISTERED
DOMIN <1C> GROUP REGISTERED
DOMIN <1B> UNIQUE REGISTERED
DOMIN <1E> GROUP REGISTERED
SERVER1 <03> UNIQUE REGISTERED
DOMIN <1D> UNIQUE REGISTERED
SERVER1$ <03> UNIQUE REGISTERED
..__MSBROWSE__.<01> GROUP REGISTERED
INet~Services <1C> GROUP REGISTERED
IS~SERVER1.........<00> UNIQUE REGISTERED
ADMINISTRATOR <03> UNIQUE REGISTERED

NetBios Resolution : Enabled

Netbios Remote Cache Table
Name Type HostAddress Life
[sec]

---------------------------------------------------------------
PC228 <20> UNIQUE 192.168.1.228 477
COPEN <20> UNIQUE 10.0.0.4 32
DOMIN <1C> GROUP 192.168.1.2 397
TERASTATION <20> UNIQUE 192.168.1.6 477
XC-PTR-1E <00> UNIQUE 192.168.1.28 147
SERVER2 <20> UNIQUE 192.168.1.2 400
SERVER2.DOMAIN <55> UNIQUE 192.168.1.2 400

WINS service test. . . . . : Skipped
There is no primary WINS server defined for this adapter.
There is no secondary WINS server defined for this
adapter.
There are no WINS servers configured for this interface.
IPX test : IPX is not installed on this machine.

Global results:

IP General configuration
LMHOSTS Enabled. . . . . . . . : Yes
DNS for WINS resolution. . . . : Enabled
Node Type. . . . . . . . . . . : Broadcast
NBT Scope ID . . . . . . . . . :
Routing Enabled. . . . . . . . : No
WINS Proxy Enabled . . . . . . : No
DNS resolution for NETBIOS . . : No

Domain membership test . . . . . . : Passed
Machine is a . . . . . . . . . : Primary Domain Controller
Emulator
Netbios Domain name. . . . . . : DOMIN
Dns domain name. . . . . . . . : DOMAIN.INTERNAL
Dns forest name. . . . . . . . : DOMAIN.INTERNAL
Domain Guid. . . . . . . . . . : {D7859F82-62B2-4F2D-9AB8-
F7CFF86417D9}
Domain Sid . . . . . . . . . . :
S-1-5-21-3423479009-2228460590-672678141
Logon User . . . . . . . . . . : Administrator
Logon Domain . . . . . . . . . : DOMIN

NetBT transports test. . . . . . . : Passed
List of NetBt transports currently configured:
NetBT_Tcpip_{C7C96FB4-5166-4EE6-9288-6408A8A26AF2}
1 NetBt transport currently configured.

Autonet address test . . . . . . . : Failed
[FATAL] All adapters are autoconfigured.
The DHCP servers are unreachable. Please check cables, hubs, and
taps.

IP loopback ping test. . . . . . . : Passed
PASS - pinging IP loopback address was successful.
Your IP stack is most probably OK.

Default gateway test . . . . . . . : Passed
PASS - you have at least one reachable gateway.


NetBT name test. . . . . . . . . . : Passed
No NetBT scope defined

PASS - The NetBT is properly configured.
There is at least one interface where the <00> 'WorkStation
Service',
<03> 'Messenger Service', <20> 'WINS' names are defined and they
are
not in conflict.

Winsock test . . . . . . . . . . . : Passed
The number of protocols which have been reported : 14
Description: MSAFD Tcpip [TCP/IP]
Provider Version :2
Max message size : Stream Oriented
Description: MSAFD Tcpip [UDP/IP]
Provider Version :2
Description: RSVP UDP Service Provider
Provider Version :4
Description: RSVP TCP Service Provider
Provider Version :4
Max message size : Stream Oriented
Description: MSAFD NetBIOS [\Device
\NetBT_Tcpip_{C7C96FB4-5166-4EE6-9288-6408A8A26AF2}] SEQPACKET 0
Provider Version :2
Description: MSAFD NetBIOS [\Device
\NetBT_Tcpip_{C7C96FB4-5166-4EE6-9288-6408A8A26AF2}] DATAGRAM 0
Provider Version :2
Description: MSAFD NetBIOS [\Device
\NetBT_Tcpip_{78275DF3-919B-4CA1-9E6F-1BF9E109A866}] SEQPACKET 1
Provider Version :2
Description: MSAFD NetBIOS [\Device
\NetBT_Tcpip_{78275DF3-919B-4CA1-9E6F-1BF9E109A866}] DATAGRAM 1
Provider Version :2
Description: MSAFD NetBIOS [\Device
\NetBT_Tcpip_{D772C0FC-8E51-45AC-940B-3A5C8A5E5145}] SEQPACKET 2
Provider Version :2
Description: MSAFD NetBIOS [\Device
\NetBT_Tcpip_{D772C0FC-8E51-45AC-940B-3A5C8A5E5145}] DATAGRAM 2
Provider Version :2
Description: MSAFD NetBIOS [\Device\NetBT_Tcpip_{FEE28DC8-
FB9B-4376-B8CD-15DE46376708}] SEQPACKET 3
Provider Version :2
Description: MSAFD NetBIOS [\Device\NetBT_Tcpip_{FEE28DC8-
FB9B-4376-B8CD-15DE46376708}] DATAGRAM 3
Provider Version :2
Description: MSAFD NetBIOS [\Device
\NetBT_Tcpip_{56556F62-2F07-4A6B-B83D-9290F79E4863}] SEQPACKET 4
Provider Version :2
Description: MSAFD NetBIOS [\Device
\NetBT_Tcpip_{56556F62-2F07-4A6B-B83D-9290F79E4863}] DATAGRAM 4
Provider Version :2

Max UDP size : 65507 bytes

DNS test . . . . . . . . . . . . . : Passed
Interface {C7C96FB4-5166-4EE6-9288-6408A8A26AF2}
DNS Domain: DOMAIN.INTERNAL
DNS Servers: 192.168.1.3
IP Address: 192.168.1.3
Expected registration with PDN (primary DNS domain name):
Hostname: SERVER1.DOMAIN.INTERNAL.
Authoritative zone: DOMAIN.INTERNAL.
Primary DNS server: SERVER1.DOMAIN.INTERNAL 192.168.1.3
Authoritative NS:192.168.1.2 192.168.1.3
Verify DNS registration:
Name: SERVER1.DOMAIN.INTERNAL
Expected IP: 192.168.1.3
Server 192.168.1.2: NO_ERROR
Server 192.168.1.3: NO_ERROR
The DNS registration for SERVER1.DOMAIN.INTERNAL is correct on all
DNS servers
Check the DNS registration for DCs entries on DNS server '192.168.1.3'
The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _ldap._tcp.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 389 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _ldap._tcp.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 389 SERVER2.DOMAIN.INTERNAL
SRV 0 100 389 SERVER1.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _ldap._tcp.Default-First-Site-Name._sites.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 389 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _ldap._tcp.Default-First-Site-Name._sites.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 389 SERVER2.DOMAIN.INTERNAL
SRV 0 100 389 SERVER1.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is correct on DNS server '192.168.1.3'.

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _ldap._tcp.gc._msdcs.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 3268 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _ldap._tcp.gc._msdcs.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 3268 SERVER2.DOMAIN.INTERNAL
SRV 0 100 3268 SERVER1.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _ldap._tcp.Default-First-Site-
Name._sites.gc._msdcs.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 3268 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _ldap._tcp.Default-First-Site-
Name._sites.gc._msdcs.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 3268 SERVER1.DOMAIN.INTERNAL
SRV 0 100 3268 SERVER2.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _kerberos._tcp.dc._msdcs.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 88 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _kerberos._tcp.dc._msdcs.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 88 SERVER2.DOMAIN.INTERNAL
SRV 0 100 88 SERVER1.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _kerberos._tcp.Default-First-Site-
Name._sites.dc._msdcs.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 88 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _kerberos._tcp.Default-First-Site-
Name._sites.dc._msdcs.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 88 SERVER2.DOMAIN.INTERNAL
SRV 0 100 88 SERVER1.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _ldap._tcp.dc._msdcs.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 389 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _ldap._tcp.dc._msdcs.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 389 SERVER2.DOMAIN.INTERNAL
SRV 0 100 389 SERVER1.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _ldap._tcp.Default-First-Site-
Name._sites.dc._msdcs.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 389 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _ldap._tcp.Default-First-Site-
Name._sites.dc._msdcs.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 389 SERVER1.DOMAIN.INTERNAL
SRV 0 100 389 SERVER2.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _kerberos._tcp.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 88 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _kerberos._tcp.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 88 SERVER2.DOMAIN.INTERNAL
SRV 0 100 88 SERVER1.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _kerberos._tcp.Default-First-Site-
Name._sites.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 88 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _kerberos._tcp.Default-First-Site-
Name._sites.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 88 SERVER2.DOMAIN.INTERNAL
SRV 0 100 88 SERVER1.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _gc._tcp.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 3268 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _gc._tcp.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 3268 SERVER2.DOMAIN.INTERNAL
SRV 0 100 3268 SERVER1.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _gc._tcp.Default-First-Site-Name._sites.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 3268 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _gc._tcp.Default-First-Site-Name._sites.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 3268 SERVER1.DOMAIN.INTERNAL
SRV 0 100 3268 SERVER2.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _kerberos._udp.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 88 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _kerberos._udp.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 88 SERVER2.DOMAIN.INTERNAL
SRV 0 100 88 SERVER1.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _kpasswd._tcp.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 464 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _kpasswd._tcp.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 464 SERVER2.DOMAIN.INTERNAL
SRV 0 100 464 SERVER1.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _kpasswd._udp.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 464 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _kpasswd._udp.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 464 SERVER2.DOMAIN.INTERNAL
SRV 0 100 464 SERVER1.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = _ldap._tcp.d7859f82-62b2-4f2d-9ab8-
f7cff86417d9.domains._msdcs.DOMAIN.INTERNAL.
DNS DATA =
SRV 0 100 389 SERVER1.DOMAIN.INTERNAL.

The record on DNS server 192.168.1.3 is:
DNS NAME = _ldap._tcp.d7859f82-62b2-4f2d-9ab8-
f7cff86417d9.domains._msdcs.DOMAIN.INTERNAL
DNS DATA =
SRV 0 100 389 SERVER2.DOMAIN.INTERNAL
SRV 0 100 389 SERVER1.DOMAIN.INTERNAL
+------------------------------------------------------+

The Record is correct on DNS server '192.168.1.3'.

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = DOMAIN.INTERNAL.
DNS DATA =
A 192.168.1.3

The record on DNS server 192.168.1.3 is:
DNS NAME = DOMAIN.INTERNAL
DNS DATA =
A 192.168.1.2
A 192.168.1.3
+------------------------------------------------------+

The Record is different on DNS server '192.168.1.3'.
DNS server has more than one entries for this name, usually this means
there are multiple DCs for this domain.
Your DC entry is one of them on DNS server '192.168.1.3', no need to
re-register.

+------------------------------------------------------+
The record on your DC is:
DNS NAME = gc._msdcs.DOMAIN.INTERNAL.
DNS DATA =
A 192.168.1.3

The record on DNS server 192.168.1.3 is:
DNS NAME = gc._msdcs.DOMAIN.INTERNAL
DNS DATA =
A 192.168.1.2
A 192.168.1.3
+------------------------------------------------------+

PASS - All the DNS entries for DC are registered on DNS server
'192.168.1.3' and other DCs also have some of the names registered.

Redir and Browser test . . . . . . : Passed
List of transports currently bound to the Redir
NetbiosSmb
NetBT_Tcpip_{C7C96FB4-5166-4EE6-9288-6408A8A26AF2}
The redir is bound to 1 NetBt transport.

List of transports currently bound to the browser
NetBT_Tcpip_{C7C96FB4-5166-4EE6-9288-6408A8A26AF2}
The browser is bound to 1 NetBt transport.
Mailslot test for DOMIN* passed.

DC discovery test. . . . . . . . . : Passed

Find DC in domain 'DOMIN':
Found this DC in domain 'DOMIN':
DC. . . . . . . . . . . : \\SERVER1.DOMAIN.INTERNAL
Address . . . . . . . . : \\192.168.1.3
Domain Guid . . . . . . : {D7859F82-62B2-4F2D-9AB8-
F7CFF86417D9}
Domain Name . . . . . . : DOMAIN.INTERNAL
Forest Name . . . . . . : DOMAIN.INTERNAL
DC Site Name. . . . . . : Default-First-Site-Name
Our Site Name . . . . . : Default-First-Site-Name
Flags . . . . . . . . . : PDC emulator GC DS KDC TIMESERV
WRITABLE DNS_DC DNS_DOMAIN DNS_FOREST CLOSE_SITE 0x8

Find PDC emulator in domain 'DOMIN':
Found this PDC emulator in domain 'DOMIN':
DC. . . . . . . . . . . : \\SERVER1.DOMAIN.INTERNAL
Address . . . . . . . . : \\192.168.1.3
Domain Guid . . . . . . : {D7859F82-62B2-4F2D-9AB8-
F7CFF86417D9}
Domain Name . . . . . . : DOMAIN.INTERNAL
Forest Name . . . . . . : DOMAIN.INTERNAL
DC Site Name. . . . . . : Default-First-Site-Name
Our Site Name . . . . . : Default-First-Site-Name
Flags . . . . . . . . . : PDC emulator GC DS KDC TIMESERV
WRITABLE DNS_DC DNS_DOMAIN DNS_FOREST CLOSE_SITE 0x8

Find Windows 2000 DC in domain 'DOMIN':
Found this Windows 2000 DC in domain 'DOMIN':
DC. . . . . . . . . . . : \\SERVER2.DOMAIN.INTERNAL
Address . . . . . . . . : \\192.168.1.2
Domain Guid . . . . . . : {D7859F82-62B2-4F2D-9AB8-
F7CFF86417D9}
Domain Name . . . . . . : DOMAIN.INTERNAL
Forest Name . . . . . . : DOMAIN.INTERNAL
DC Site Name. . . . . . : Default-First-Site-Name
Our Site Name . . . . . : Default-First-Site-Name
Flags . . . . . . . . . : GC DS KDC TIMESERV WRITABLE DNS_DC
DNS_DOMAIN DNS_FOREST CLOSE_SITE 0x8

DC list test . . . . . . . . . . . : Passed
List of DCs in Domain 'DOMIN':
SERVER1.DOMAIN.INTERNAL
SERVER2.DOMAIN.INTERNAL

Trust relationship test. . . . . . : Skipped

Kerberos test. . . . . . . . . . . : Passed
Cached Tickets:
Server: krbtgt/DOMAIN.INTERNAL
End Time: 10/2/2008 22:08:28
Renew Time: 10/9/2008 12:08:28
Server: krbtgt/DOMAIN.INTERNAL
End Time: 10/2/2008 18:02:46
Renew Time: 10/9/2008 8:02:46
Server: SERVER1$
End Time: 10/2/2008 22:08:28
Renew Time: 10/9/2008 12:08:28
Server: SERVER2$
End Time: 10/2/2008 22:08:28
Renew Time: 10/9/2008 12:08:28
Server: ldap/SERVER1.DOMAIN.INTERNAL/DOMAIN.INTERNAL
End Time: 10/2/2008 18:02:46
Renew Time: 10/9/2008 8:02:46
Server: PC120$
End Time: 10/1/2008 21:52:50
Renew Time: 10/8/2008 11:52:50

LDAP test. . . . . . . . . . . . . : Passed

Do un-authenticated LDAP call to 'SERVER1.DOMAIN.INTERNAL'.
Found 1 entries:
Attr: currentTime
Val: 17 20081002101243.0Z
Attr: subschemaSubentry
Val: 61
CN=Aggregate,CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: dsServiceName
Val: 109 CN=NTDS Settings,CN=SERVER1,CN=Servers,CN=Default-
First-Site-Name,CN=Sites,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: namingContexts
Val: 48 CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Val: 38 CN=Configuration,DC=DOMAIN,DC=INTERNAL
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: defaultNamingContext
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: schemaNamingContext
Val: 48 CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: configurationNamingContext
Val: 38 CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: rootDomainNamingContext
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: supportedControl
Val: 22 1.2.840.113556.1.4.319
Val: 22 1.2.840.113556.1.4.801
Val: 22 1.2.840.113556.1.4.473
Val: 22 1.2.840.113556.1.4.528
Val: 22 1.2.840.113556.1.4.417
Val: 22 1.2.840.113556.1.4.619
Val: 22 1.2.840.113556.1.4.841
Val: 22 1.2.840.113556.1.4.529
Val: 22 1.2.840.113556.1.4.805
Val: 22 1.2.840.113556.1.4.521
Val: 22 1.2.840.113556.1.4.970
Val: 23 1.2.840.113556.1.4.1338
Val: 22 1.2.840.113556.1.4.474
Val: 23 1.2.840.113556.1.4.1339
Val: 23 1.2.840.113556.1.4.1340
Val: 23 1.2.840.113556.1.4.1413
Attr: supportedLDAPVersion
Val: 1 3
Val: 1 2
Attr: supportedLDAPPolicies
Val: 14 MaxPoolThreads
Val: 15 MaxDatagramRecv
Val: 16 MaxReceiveBuffer
Val: 15 InitRecvTimeout
Val: 14 MaxConnections
Val: 15 MaxConnIdleTime
Val: 16 MaxActiveQueries
Val: 11 MaxPageSize
Val: 16 MaxQueryDuration
Val: 16 MaxTempTableSize
Val: 16 MaxResultSetSize
Val: 22 MaxNotificationPerConn
Attr: highestCommittedUSN
Val: 7 1681133
Attr: supportedSASLMechanisms
Val: 6 GSSAPI
Val: 10 GSS-SPNEGO
Attr: dnsHostName
Val: 19 SERVER1.DOMAIN.INTERNAL
Attr: ldapServiceName
Val: 36 DOMAIN.INTERNAL:SERVER1$@DOMAIN.INTERNAL
Attr: serverName
Val: 92 CN=SERVER1,CN=Servers,CN=Default-First-Site-
Name,CN=Sites,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: supportedCapabilities
Val: 22 1.2.840.113556.1.4.800
Val: 23 1.2.840.113556.1.4.1791
Attr: isSynchronized
Val: 4 TRUE
Attr: isGlobalCatalogReady
Val: 4 TRUE

Do NTLM authenticated LDAP call to 'SERVER1.DOMAIN.INTERNAL'.
Found 1 entries:
Attr: currentTime
Val: 17 20081002101243.0Z
Attr: subschemaSubentry
Val: 61
CN=Aggregate,CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: dsServiceName
Val: 109 CN=NTDS Settings,CN=SERVER1,CN=Servers,CN=Default-
First-Site-Name,CN=Sites,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: namingContexts
Val: 48 CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Val: 38 CN=Configuration,DC=DOMAIN,DC=INTERNAL
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: defaultNamingContext
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: schemaNamingContext
Val: 48 CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: configurationNamingContext
Val: 38 CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: rootDomainNamingContext
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: supportedControl
Val: 22 1.2.840.113556.1.4.319
Val: 22 1.2.840.113556.1.4.801
Val: 22 1.2.840.113556.1.4.473
Val: 22 1.2.840.113556.1.4.528
Val: 22 1.2.840.113556.1.4.417
Val: 22 1.2.840.113556.1.4.619
Val: 22 1.2.840.113556.1.4.841
Val: 22 1.2.840.113556.1.4.529
Val: 22 1.2.840.113556.1.4.805
Val: 22 1.2.840.113556.1.4.521
Val: 22 1.2.840.113556.1.4.970
Val: 23 1.2.840.113556.1.4.1338
Val: 22 1.2.840.113556.1.4.474
Val: 23 1.2.840.113556.1.4.1339
Val: 23 1.2.840.113556.1.4.1340
Val: 23 1.2.840.113556.1.4.1413
Attr: supportedLDAPVersion
Val: 1 3
Val: 1 2
Attr: supportedLDAPPolicies
Val: 14 MaxPoolThreads
Val: 15 MaxDatagramRecv
Val: 16 MaxReceiveBuffer
Val: 15 InitRecvTimeout
Val: 14 MaxConnections
Val: 15 MaxConnIdleTime
Val: 16 MaxActiveQueries
Val: 11 MaxPageSize
Val: 16 MaxQueryDuration
Val: 16 MaxTempTableSize
Val: 16 MaxResultSetSize
Val: 22 MaxNotificationPerConn
Attr: highestCommittedUSN
Val: 7 1681133
Attr: supportedSASLMechanisms
Val: 6 GSSAPI
Val: 10 GSS-SPNEGO
Attr: dnsHostName
Val: 19 SERVER1.DOMAIN.INTERNAL
Attr: ldapServiceName
Val: 36 DOMAIN.INTERNAL:SERVER1$@DOMAIN.INTERNAL
Attr: serverName
Val: 92 CN=SERVER1,CN=Servers,CN=Default-First-Site-
Name,CN=Sites,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: supportedCapabilities
Val: 22 1.2.840.113556.1.4.800
Val: 23 1.2.840.113556.1.4.1791
Attr: isSynchronized
Val: 4 TRUE
Attr: isGlobalCatalogReady
Val: 4 TRUE

Do Negotiate authenticated LDAP call to 'SERVER1.DOMAIN.INTERNAL'.
Found 1 entries:
Attr: currentTime
Val: 17 20081002101243.0Z
Attr: subschemaSubentry
Val: 61
CN=Aggregate,CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: dsServiceName
Val: 109 CN=NTDS Settings,CN=SERVER1,CN=Servers,CN=Default-
First-Site-Name,CN=Sites,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: namingContexts
Val: 48 CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Val: 38 CN=Configuration,DC=DOMAIN,DC=INTERNAL
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: defaultNamingContext
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: schemaNamingContext
Val: 48 CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: configurationNamingContext
Val: 38 CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: rootDomainNamingContext
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: supportedControl
Val: 22 1.2.840.113556.1.4.319
Val: 22 1.2.840.113556.1.4.801
Val: 22 1.2.840.113556.1.4.473
Val: 22 1.2.840.113556.1.4.528
Val: 22 1.2.840.113556.1.4.417
Val: 22 1.2.840.113556.1.4.619
Val: 22 1.2.840.113556.1.4.841
Val: 22 1.2.840.113556.1.4.529
Val: 22 1.2.840.113556.1.4.805
Val: 22 1.2.840.113556.1.4.521
Val: 22 1.2.840.113556.1.4.970
Val: 23 1.2.840.113556.1.4.1338
Val: 22 1.2.840.113556.1.4.474
Val: 23 1.2.840.113556.1.4.1339
Val: 23 1.2.840.113556.1.4.1340
Val: 23 1.2.840.113556.1.4.1413
Attr: supportedLDAPVersion
Val: 1 3
Val: 1 2
Attr: supportedLDAPPolicies
Val: 14 MaxPoolThreads
Val: 15 MaxDatagramRecv
Val: 16 MaxReceiveBuffer
Val: 15 InitRecvTimeout
Val: 14 MaxConnections
Val: 15 MaxConnIdleTime
Val: 16 MaxActiveQueries
Val: 11 MaxPageSize
Val: 16 MaxQueryDuration
Val: 16 MaxTempTableSize
Val: 16 MaxResultSetSize
Val: 22 MaxNotificationPerConn
Attr: highestCommittedUSN
Val: 7 1681133
Attr: supportedSASLMechanisms
Val: 6 GSSAPI
Val: 10 GSS-SPNEGO
Attr: dnsHostName
Val: 19 SERVER1.DOMAIN.INTERNAL
Attr: ldapServiceName
Val: 36 DOMAIN.INTERNAL:SERVER1$@DOMAIN.INTERNAL
Attr: serverName
Val: 92 CN=SERVER1,CN=Servers,CN=Default-First-Site-
Name,CN=Sites,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: supportedCapabilities
Val: 22 1.2.840.113556.1.4.800
Val: 23 1.2.840.113556.1.4.1791
Attr: isSynchronized
Val: 4 TRUE
Attr: isGlobalCatalogReady
Val: 4 TRUE

Registered Service Principal Names:
MSSQLSvc/SERVER1.DOMAIN.INTERNAL:1433
SMTPSVC/SERVER1
SMTPSVC/SERVER1.DOMAIN.INTERNAL
NtFrs-88f5d2bd-b646-11d2-a6d3-00c04fc9b232/
SERVER1.DOMAIN.INTERNAL
GC/SERVER1.DOMAIN.INTERNAL/DOMAIN.INTERNAL
HOST/SERVER1.DOMAIN.INTERNAL/DOMIN
HOST/SERVER1
HOST/SERVER1.DOMAIN.INTERNAL
HOST/SERVER1.DOMAIN.INTERNAL/DOMAIN.INTERNAL
E3514235-4B06-11D1-AB04-00C04FC2DCD2/7b0b58c0-8a12-4906-
b856-5771f3505e43/DOMAIN.INTERNAL
LDAP/7b0b58c0-8a12-4906-
b856-5771f3505e43._msdcs.DOMAIN.INTERNAL
LDAP/SERVER1.DOMAIN.INTERNAL/DOMIN
LDAP/SERVER1
LDAP/SERVER1.DOMAIN.INTERNAL
LDAP/SERVER1.DOMAIN.INTERNAL/DOMAIN.INTERNAL
DNS/SERVER1.DOMAIN.INTERNAL

Do un-authenticated LDAP call to 'SERVER2.DOMAIN.INTERNAL'.
Found 1 entries:
Attr: currentTime
Val: 17 20081002101243.0Z
Attr: subschemaSubentry
Val: 61
CN=Aggregate,CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: dsServiceName
Val: 113 CN=NTDS Settings,CN=SERVER2,CN=Servers,CN=Default-
First-Site-Name,CN=Sites,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: namingContexts
Val: 21 DC=DOMAIN,DC=INTERNAL
Val: 38 CN=Configuration,DC=DOMAIN,DC=INTERNAL
Val: 48 CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: defaultNamingContext
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: schemaNamingContext
Val: 48 CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: configurationNamingContext
Val: 38 CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: rootDomainNamingContext
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: supportedControl
Val: 22 1.2.840.113556.1.4.319
Val: 22 1.2.840.113556.1.4.801
Val: 22 1.2.840.113556.1.4.473
Val: 22 1.2.840.113556.1.4.528
Val: 22 1.2.840.113556.1.4.417
Val: 22 1.2.840.113556.1.4.619
Val: 22 1.2.840.113556.1.4.841
Val: 22 1.2.840.113556.1.4.529
Val: 22 1.2.840.113556.1.4.805
Val: 22 1.2.840.113556.1.4.521
Val: 22 1.2.840.113556.1.4.970
Val: 23 1.2.840.113556.1.4.1338
Val: 22 1.2.840.113556.1.4.474
Val: 23 1.2.840.113556.1.4.1339
Val: 23 1.2.840.113556.1.4.1340
Val: 23 1.2.840.113556.1.4.1413
Val: 23 2.16.840.1.113730.3.4.9
Val: 24 2.16.840.1.113730.3.4.10
Val: 23 1.2.840.113556.1.4.1504
Val: 23 1.2.840.113556.1.4.1852
Val: 22 1.2.840.113556.1.4.802
Val: 23 1.2.840.113556.1.4.1907
Val: 23 1.2.840.113556.1.4.1948
Attr: supportedLDAPVersion
Val: 1 3
Val: 1 2
Attr: supportedLDAPPolicies
Val: 14 MaxPoolThreads
Val: 15 MaxDatagramRecv
Val: 16 MaxReceiveBuffer
Val: 15 InitRecvTimeout
Val: 14 MaxConnections
Val: 15 MaxConnIdleTime
Val: 11 MaxPageSize
Val: 16 MaxQueryDuration
Val: 16 MaxTempTableSize
Val: 16 MaxResultSetSize
Val: 22 MaxNotificationPerConn
Val: 11 MaxValRange
Attr: highestCommittedUSN
Val: 6 476214
Attr: supportedSASLMechanisms
Val: 6 GSSAPI
Val: 10 GSS-SPNEGO
Val: 8 EXTERNAL
Val: 10 DIGEST-MD5
Attr: dnsHostName
Val: 23 SERVER2.DOMAIN.INTERNAL
Attr: ldapServiceName
Val: 40 DOMAIN.INTERNAL:SERVER2$@DOMAIN.INTERNAL
Attr: serverName
Val: 96 CN=SERVER2,CN=Servers,CN=Default-First-Site-
Name,CN=Sites,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: supportedCapabilities
Val: 22 1.2.840.113556.1.4.800
Val: 23 1.2.840.113556.1.4.1670
Val: 23 1.2.840.113556.1.4.1791
Attr: isSynchronized
Val: 4 TRUE
Attr: isGlobalCatalogReady
Val: 4 TRUE
Attr: domainFunctionality
Val: 1 0
Attr: forestFunctionality
Val: 1 0
Attr: domainControllerFunctionality
Val: 1 2

Do NTLM authenticated LDAP call to 'SERVER2.DOMAIN.INTERNAL'.
Found 1 entries:
Attr: currentTime
Val: 17 20081002101243.0Z
Attr: subschemaSubentry
Val: 61
CN=Aggregate,CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: dsServiceName
Val: 113 CN=NTDS Settings,CN=SERVER2,CN=Servers,CN=Default-
First-Site-Name,CN=Sites,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: namingContexts
Val: 21 DC=DOMAIN,DC=INTERNAL
Val: 38 CN=Configuration,DC=DOMAIN,DC=INTERNAL
Val: 48 CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: defaultNamingContext
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: schemaNamingContext
Val: 48 CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: configurationNamingContext
Val: 38 CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: rootDomainNamingContext
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: supportedControl
Val: 22 1.2.840.113556.1.4.319
Val: 22 1.2.840.113556.1.4.801
Val: 22 1.2.840.113556.1.4.473
Val: 22 1.2.840.113556.1.4.528
Val: 22 1.2.840.113556.1.4.417
Val: 22 1.2.840.113556.1.4.619
Val: 22 1.2.840.113556.1.4.841
Val: 22 1.2.840.113556.1.4.529
Val: 22 1.2.840.113556.1.4.805
Val: 22 1.2.840.113556.1.4.521
Val: 22 1.2.840.113556.1.4.970
Val: 23 1.2.840.113556.1.4.1338
Val: 22 1.2.840.113556.1.4.474
Val: 23 1.2.840.113556.1.4.1339
Val: 23 1.2.840.113556.1.4.1340
Val: 23 1.2.840.113556.1.4.1413
Val: 23 2.16.840.1.113730.3.4.9
Val: 24 2.16.840.1.113730.3.4.10
Val: 23 1.2.840.113556.1.4.1504
Val: 23 1.2.840.113556.1.4.1852
Val: 22 1.2.840.113556.1.4.802
Val: 23 1.2.840.113556.1.4.1907
Val: 23 1.2.840.113556.1.4.1948
Attr: supportedLDAPVersion
Val: 1 3
Val: 1 2
Attr: supportedLDAPPolicies
Val: 14 MaxPoolThreads
Val: 15 MaxDatagramRecv
Val: 16 MaxReceiveBuffer
Val: 15 InitRecvTimeout
Val: 14 MaxConnections
Val: 15 MaxConnIdleTime
Val: 11 MaxPageSize
Val: 16 MaxQueryDuration
Val: 16 MaxTempTableSize
Val: 16 MaxResultSetSize
Val: 22 MaxNotificationPerConn
Val: 11 MaxValRange
Attr: highestCommittedUSN
Val: 6 476214
Attr: supportedSASLMechanisms
Val: 6 GSSAPI
Val: 10 GSS-SPNEGO
Val: 8 EXTERNAL
Val: 10 DIGEST-MD5
Attr: dnsHostName
Val: 23 SERVER2.DOMAIN.INTERNAL
Attr: ldapServiceName
Val: 40 DOMAIN.INTERNAL:SERVER2$@DOMAIN.INTERNAL
Attr: serverName
Val: 96 CN=SERVER2,CN=Servers,CN=Default-First-Site-
Name,CN=Sites,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: supportedCapabilities
Val: 22 1.2.840.113556.1.4.800
Val: 23 1.2.840.113556.1.4.1670
Val: 23 1.2.840.113556.1.4.1791
Attr: isSynchronized
Val: 4 TRUE
Attr: isGlobalCatalogReady
Val: 4 TRUE
Attr: domainFunctionality
Val: 1 0
Attr: forestFunctionality
Val: 1 0
Attr: domainControllerFunctionality
Val: 1 2

Do Negotiate authenticated LDAP call to 'SERVER2.DOMAIN.INTERNAL'.
Found 1 entries:
Attr: currentTime
Val: 17 20081002101243.0Z
Attr: subschemaSubentry
Val: 61
CN=Aggregate,CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: dsServiceName
Val: 113 CN=NTDS Settings,CN=SERVER2,CN=Servers,CN=Default-
First-Site-Name,CN=Sites,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: namingContexts
Val: 21 DC=DOMAIN,DC=INTERNAL
Val: 38 CN=Configuration,DC=DOMAIN,DC=INTERNAL
Val: 48 CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: defaultNamingContext
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: schemaNamingContext
Val: 48 CN=Schema,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: configurationNamingContext
Val: 38 CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: rootDomainNamingContext
Val: 21 DC=DOMAIN,DC=INTERNAL
Attr: supportedControl
Val: 22 1.2.840.113556.1.4.319
Val: 22 1.2.840.113556.1.4.801
Val: 22 1.2.840.113556.1.4.473
Val: 22 1.2.840.113556.1.4.528
Val: 22 1.2.840.113556.1.4.417
Val: 22 1.2.840.113556.1.4.619
Val: 22 1.2.840.113556.1.4.841
Val: 22 1.2.840.113556.1.4.529
Val: 22 1.2.840.113556.1.4.805
Val: 22 1.2.840.113556.1.4.521
Val: 22 1.2.840.113556.1.4.970
Val: 23 1.2.840.113556.1.4.1338
Val: 22 1.2.840.113556.1.4.474
Val: 23 1.2.840.113556.1.4.1339
Val: 23 1.2.840.113556.1.4.1340
Val: 23 1.2.840.113556.1.4.1413
Val: 23 2.16.840.1.113730.3.4.9
Val: 24 2.16.840.1.113730.3.4.10
Val: 23 1.2.840.113556.1.4.1504
Val: 23 1.2.840.113556.1.4.1852
Val: 22 1.2.840.113556.1.4.802
Val: 23 1.2.840.113556.1.4.1907
Val: 23 1.2.840.113556.1.4.1948
Attr: supportedLDAPVersion
Val: 1 3
Val: 1 2
Attr: supportedLDAPPolicies
Val: 14 MaxPoolThreads
Val: 15 MaxDatagramRecv
Val: 16 MaxReceiveBuffer
Val: 15 InitRecvTimeout
Val: 14 MaxConnections
Val: 15 MaxConnIdleTime
Val: 11 MaxPageSize
Val: 16 MaxQueryDuration
Val: 16 MaxTempTableSize
Val: 16 MaxResultSetSize
Val: 22 MaxNotificationPerConn
Val: 11 MaxValRange
Attr: highestCommittedUSN
Val: 6 476214
Attr: supportedSASLMechanisms
Val: 6 GSSAPI
Val: 10 GSS-SPNEGO
Val: 8 EXTERNAL
Val: 10 DIGEST-MD5
Attr: dnsHostName
Val: 23 SERVER2.DOMAIN.INTERNAL
Attr: ldapServiceName
Val: 40 DOMAIN.INTERNAL:SERVER2$@DOMAIN.INTERNAL
Attr: serverName
Val: 96 CN=SERVER2,CN=Servers,CN=Default-First-Site-
Name,CN=Sites,CN=Configuration,DC=DOMAIN,DC=INTERNAL
Attr: supportedCapabilities
Val: 22 1.2.840.113556.1.4.800
Val: 23 1.2.840.113556.1.4.1670
Val: 23 1.2.840.113556.1.4.1791
Attr: isSynchronized
Val: 4 TRUE
Attr: isGlobalCatalogReady
Val: 4 TRUE
Attr: domainFunctionality
Val: 1 0
Attr: forestFunctionality
Val: 1 0
Attr: domainControllerFunctionality
Val: 1 2

Registered Service Principal Names:
MSSQLSvc/SERVER1.DOMAIN.INTERNAL:1433
SMTPSVC/SERVER1
SMTPSVC/SERVER1.DOMAIN.INTERNAL
NtFrs-88f5d2bd-b646-11d2-a6d3-00c04fc9b232/
SERVER1.DOMAIN.INTERNAL
GC/SERVER1.DOMAIN.INTERNAL/DOMAIN.INTERNAL
HOST/SERVER1.DOMAIN.INTERNAL/DOMIN
HOST/SERVER1
HOST/SERVER1.DOMAIN.INTERNAL
HOST/SERVER1.DOMAIN.INTERNAL/DOMAIN.INTERNAL
E3514235-4B06-11D1-AB04-00C04FC2DCD2/7b0b58c0-8a12-4906-
b856-5771f3505e43/DOMAIN.INTERNAL
LDAP/7b0b58c0-8a12-4906-
b856-5771f3505e43._msdcs.DOMAIN.INTERNAL
LDAP/SERVER1.DOMAIN.INTERNAL/DOMIN
LDAP/SERVER1
LDAP/SERVER1.DOMAIN.INTERNAL
LDAP/SERVER1.DOMAIN.INTERNAL/DOMAIN.INTERNAL
DNS/SERVER1.DOMAIN.INTERNAL

Routing table test . . . . . . . . : Passed
Active Routes :
Network Destination Netmask Gateway
Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1
192.168.1.3 1
127.0.0.0 255.0.0.0 127.0.0.1
127.0.0.1 1
192.168.43.0 255.255.255.0 192.168.1.3
192.168.1.3 1
192.168.1.3 255.255.255.255 127.0.0.1
127.0.0.1 1
192.168.1.255 255.255.255.255 192.168.1.3
192.168.1.3 1
224.0.0.0 224.0.0.0 192.168.1.3
192.168.1.3 1
255.255.255.255 255.255.255.255 192.168.1.3
192.168.1.3 1
No persistent route entries.


Netstat information test . . . . . : Passed

Interface Statistics

Received Sent
Unicast Packets 3867663342 181887663
Non-unicast packets 2887696 117826
Discards 0 0
Errors 0 0
Unknown protocols 258677 457224

Interface index = 1
Description = MS TCP Loopback interface
Type = 24
MTU = 1500
Speed = 10000000
Physical Address = 00-00-00-00-00-00
Administrative Status = 1
Operational Status = 1
Last Changed = 2358309253
Output Queue Length = 0

Interface index = 16777219
Description = Intel(R) PRO/1000 XT Network Connection
Type = 6
MTU = 1500
Speed = 1000000000
Physical Address = 00-06-5B-F0-F2-63
Administrative Status = 1
Operational Status = 1
Last Changed = 2358309256
Output Queue Length = 0

Active Connections

Proto Local Address Foreign
Address State
TCP SERVER1:12 SERVER1.DOMAIN.INTERNAL:
18435 LISTENING
TCP SERVER1:daytime SERVER1.DOMAIN.INTERNAL:
34860 LISTENING
TCP SERVER1:ftp SERVER1.DOMAIN.INTERNAL:
18558 LISTENING
TCP SERVER1:smtp SERVER1.DOMAIN.INTERNAL:
2112 LISTENING
TCP SERVER1:time SERVER1.DOMAIN.INTERNAL:
51452 LISTENING
TCP SERVER1:domain SERVER1.DOMAIN.INTERNAL:
2256 LISTENING
TCP SERVER1:81 SERVER1.DOMAIN.INTERNAL:
51411 LISTENING
TCP SERVER1:85 SERVER1.DOMAIN.INTERNAL:
51433 LISTENING
TCP SERVER1:kerberos SERVER1.DOMAIN.INTERNAL:
10376 LISTENING
TCP SERVER1:nntp SERVER1.DOMAIN.INTERNAL:
2240 LISTENING
TCP SERVER1:epmap SERVER1.DOMAIN.INTERNAL:
34940 LISTENING
TCP SERVER1:ldap SERVER1.DOMAIN.INTERNAL:
10477 LISTENING
TCP SERVER1:https SERVER1.DOMAIN.INTERNAL:
43197 LISTENING
TCP SERVER1:microsoft-ds SERVER1.DOMAIN.INTERNAL:
51319 LISTENING
TCP SERVER1:kpasswd SERVER1.DOMAIN.INTERNAL:
18524 LISTENING
TCP SERVER1:563 SERVER1.DOMAIN.INTERNAL:
34818 LISTENING
TCP SERVER1:593 SERVER1.DOMAIN.INTERNAL:
10266 LISTENING
TCP SERVER1:ldaps SERVER1.DOMAIN.INTERNAL:
43034 LISTENING
TCP SERVER1:1026 SERVER1.DOMAIN.INTERNAL:
26779 LISTENING
TCP SERVER1:1029 SERVER1.DOMAIN.INTERNAL:
59540 LISTENING
TCP SERVER1:1092 SERVER1.DOMAIN.INTERNAL:
2240 LISTENING
TCP SERVER1:1093 SERVER1.DOMAIN.INTERNAL:
43026 LISTENING
TCP SERVER1:1094 SERVER1.DOMAIN.INTERNAL:
18670 LISTENING
TCP SERVER1:1095 SERVER1.DOMAIN.INTERNAL:
51434 LISTENING
TCP SERVER1:1108 SERVER1.DOMAIN.INTERNAL:
10395 LISTENING
TCP SERVER1:1135 SERVER1.DOMAIN.INTERNAL:
10458 LISTENING
TCP SERVER1:1143 SERVER1.DOMAIN.INTERNAL:
51341 LISTENING
TCP SERVER1:1167 SERVER1.DOMAIN.INTERNAL:
51415 LISTENING
TCP SERVER1:1172 SERVER1.DOMAIN.INTERNAL:
51449 LISTENING
TCP SERVER1:1175 SERVER1.DOMAIN.INTERNAL:
35018 LISTENING
TCP SERVER1:1176 SERVER1.DOMAIN.INTERNAL:
18590 LISTENING
TCP SERVER1:1265 SERVER1.DOMAIN.INTERNAL:
10477 LISTENING
TCP SERVER1:1266 SERVER1.DOMAIN.INTERNAL:
18526 LISTENING
TCP SERVER1:1267 SERVER1.DOMAIN.INTERNAL:
2064 LISTENING
TCP SERVER1:1268 SERVER1.DOMAIN.INTERNAL:
51414 LISTENING
TCP SERVER1:1311 SERVER1.DOMAIN.INTERNAL:
18564 LISTENING
TCP SERVER1:ms-sql-s SERVER1.DOMAIN.INTERNAL:
10266 LISTENING
TCP SERVER1:1621 SERVER1.DOMAIN.INTERNAL:
51346 LISTENING
TCP SERVER1:1622 SERVER1.DOMAIN.INTERNAL:
2064 LISTENING
TCP SERVER1:1623 SERVER1.DOMAIN.INTERNAL:
51229 LISTENING
TCP SERVER1:1840 SERVER1.DOMAIN.INTERNAL:
2261 LISTENING
TCP SERVER1:1841 SERVER1.DOMAIN.INTERNAL:
2112 LISTENING
TCP SERVER1:1842 SERVER1.DOMAIN.INTERNAL:
18434 LISTENING
TCP SERVER1:2075 SERVER1.DOMAIN.INTERNAL:
51417 LISTENING
TCP SERVER1:2077 SERVER1.DOMAIN.INTERNAL:
2240 LISTENING
TCP SERVER1:2078 SERVER1.DOMAIN.INTERNAL:
26787 LISTENING
TCP SERVER1:2105 SERVER1.DOMAIN.INTERNAL:
26722 LISTENING
TCP ...(message truncated)
Back to top
Login to vote
Display posts from previous:   
       Home -> Windows Other -> DNS All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
  Windows Other
 Office
 Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET