I've gotten saddled with setting up MS's Key Management Services for our systems. (I missed the meeting...)
The KMS server part seems to have installed on the KMS server box ok and appears to have activated, but none of the clients are able to activate against it, and can't actually even find it. So the first thing I'm looking at is DNS.
Up front, here's the symptom on a fresh client winds2 (not configured as an AD or DNS yet). Details and exposition below.
C:\>slmgr.vbs /dlv
C:\>nslookup -type=all _vlmcs._tcp
Server: winds1.ems.local
Address: 172.17.21.20
DNS request timed out.
timeout was 2 seconds.
DNS request timed out.
timeout was 2 seconds.
*** Request to winds1.ems.local timed-out
Here's the relevant system configuration
wsus3 -> KMS server 172.31.92.151/24 (a vmwware-convert of existing real live 2008R2 box acting as wsus server)
winds1 -> DNS server 172.17.21.20/24 (a vmware-convert of existing real live 2003 box)
winds2 -> win2008R2 172.17.21.21/24 -not- a DNS or AD box (yet). expecting to activate against wsus3
on winds2, [one of] the KMS client
C:>tcping.exe wsus3 1688
DNS: Could not find host wsus3, aborting.
C:>tcping.exe 172.31.92.151 1688
Probing 172.31.92.151:1688/tcp - Port is open - time=22.089ms Probing 172.31.92.151:1688/tcp - Port is open - time=14.074ms Probing 172.31.92.151:1688/tcp - Port is open - time=14.173ms Probing 172.31.92.151:1688/tcp - Port is open - time=14.033ms
Ping statistics for 172.31.92.151:1688 4 probes sent. 4 successful, 0 failed. Approximate trip times in milli-seconds: Minimum = 14.033ms, Maximum = 22.089ms, Average = 16.092ms
C:>tcping.exe 172.17.21.20 53
Probing 172.17.21.20:53/tcp - Port is open - time=16.426ms Probing 172.17.21.20:53/tcp - Port is open - time=14.244ms Probing 172.17.21.20:53/tcp - Port is open - time=14.352ms Probing 172.17.21.20:53/tcp - Port is open - time=14.407ms
Ping statistics for 172.17.21.20:53 4 probes sent. 4 successful, 0 failed. Approximate trip times in milli-seconds: Minimum = 14.244ms, Maximum = 16.426ms, Average = 14.857ms
C:>nslookup wsus3 Server: winds1.ems.local Address: 172.17.21.20
*** winds1.ems.local can't find wsus3: Server failed
C:>nslookup winds1 Server: winds1.ems.local Address: 172.17.21.20
*** winds1.ems.local can't find winds1: Server failed
C:>nslookup winds2 Server: winds1.ems.local Address: 172.17.21.20
*** winds1.ems.local can't find winds2: Server failed
C:>nslookup winds2. Server: winds1.ems.local Address: 172.17.21.20
*** winds1.ems.local can't find winds2.: Server failed
So there is something wrong with dns; it's not resolving names (much less SRV records) but right up top it indicates that client winds2 can tcp connect to the ip address and DNS port on DNS server winds1
However, within DNS server winds1, there is no problem:
C:>nslookup -type=all _vlmcs._tcp Server: winds1.ems.local Address: 172.17.21.20
_vlmcs._tcp.EMS.LOCAL SRV service location: priority = 0 weight = 0 port = 1688 svr hostname = wsus3.ems.local wsus3.ems.local internet address = 172.31.92.151
C:>ping wsus3
Pinging wsus3.EMS.LOCAL [172.31.92.151] with 32 bytes of data:
Reply from 172.31.92.151: bytes=32 time<1ms TTL=127 Reply from 172.31.92.151: bytes=32 time<1ms TTL=127 Reply from 172.31.92.151: bytes=32 time<1ms TTL=127 Reply from 172.31.92.151: bytes=32 time<1ms TTL=127
Ping statistics for 172.31.92.151: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:>tcping.exe wsus3 1688
Probing 172.31.92.151:1688/tcp - Port is open - time=2.895ms Probing 172.31.92.151:1688/tcp - Port is open - time=2.124ms Probing 172.31.92.151:1688/tcp - Port is open - time=2.008ms Probing 172.31.92.151:1688/tcp - Port is open - time=2.122ms
Ping statistics for 172.31.92.151:1688 4 probes sent. 4 successful, 0 failed. Approximate trip times in milli-seconds: Minimum = 2.008ms, Maximum = 2.895ms, Average = 2.287ms
C:>
Any thoughts?
I manually set up the DNS SRV per
http://technet.microsoft.com/en-us/library/ff793405.aspx
And am using these documents (so far) for setting up KMS: