0

Background

I have a client running Windows Small Business Server 2003. For reasons too dull to explain, they would access this machine via Terminal Services using the domain mail.foo.com (where "foo" represents the company's domain name). Because I moved their mail to Google Apps (and other reasons), we had to change this domain name to something else: server.foo.com.

Problem

The users cannot connect to the server using server.foo.com. They must connect using the IP address of the server, even though the domain points to that very same IP address. In fact, I have verified this by pinging that domain, copying the resulting IP address from the ping results, and connecting to the server using RDC. It works fine!

Why can they connect using the IP address but not the domain name, even though they are one and the same? I don't get it.

2 Answers2

1

Probably, your client has different DNS settings. For some reason, the name "server.foo.com" can be resolved on your side, but cannot resolve on his machine. He will receive the negative answer from dns cache, but it certainly depends on his configuration.

Denis
  • 473
  • 3
  • 9
1

My guess would be that you just need to add an additional Service Principal Name to that server for the new host/domain name.

EEAA
  • 108,414
  • 18
  • 172
  • 242