"Lord Dark Helmet" <> wrote in message news:8806B3BD-EDE2-4C2A-BFD2-...
> DHCP is not installed on this server. That service is taken care of by
> another system.
>
> I did notice something different that may or maynot matter. When I was
> looking in the sites zone listed under my domain one of my sites had
> something different that all the others do not. It had a SRV record for
> three domain controllers not at that location (location I am meaning sites
> from AD sites and services).
>
> Here is the ipconfig /all from this server.
>
> Windows IP Configuration
>
> Host Name . . . . . . . . . . . . : <correct server name>
> Primary Dns Suffix . . . . . . . : <correct domain name>
> Node Type . . . . . . . . . . . . : Unknown
> IP Routing Enabled. . . . . . . . : No
> WINS Proxy Enabled. . . . . . . . : No
> DNS Suffix Search List. . . . . . : <correct domain name>
>
> Ethernet adapter Local Area Connection:
>
> Connection-specific DNS Suffix . :
> Description . . . . . . . . . . . : Intel(R) PRO/1000 MT Net
> Physical Address. . . . . . . . . : <correct mac>
> DHCP Enabled. . . . . . . . . . . : No
> IP Address. . . . . . . . . . . . : <correct IP>
> Subnet Mask . . . . . . . . . . . : <correct subnet mask>
> Default Gateway . . . . . . . . . : <correct Gateway>
> DNS Servers . . . . . . . . . . . : <primary DNS>
> <secondary DNS "which is this server>
>
Hello "Lord Dark Helmet"
Sometimes it is difficult to support some issues without actually seeing a config. Since you've hidden most of the important stuff, such as the Primary DNS suffix, I will assume that that name matches the zone name in DNS, and that updates are allowed in the zone, as well as that the primary DNS is an internal (not an ISP or router) DNS server.
Actually, I would recommend to change that to, also assuming this is a DC, to itself as the first (you called the primary) address, and a partner DC in the same site, or different site, as as the second DNS entry. There are various thoughts on this, but this has been adopted as best practice by many engineers.
As for what Meinolf asked about the DHCP Client Service if it was disabled or not, he was not asking if the DHCP server service is installed, rather if the "DHCP CLient Service" is set to Automatic and is running (Started). This is actually an extremely important service for the machine, whether the machine is using a static IP configuration (as your server), or set to automatically get a DHCP IP configuraiton from a DHCP server (such as a client machine). The name of this service doesn't do justice for what it actually does, for actually it is a misnomer for the DNS Client Side Resolver and DNS DYnamic Update service on the machine, which is what it really does. If you disable it, it will not be able to register itself into DNS, nor be able to resolve names.
These are some of the questions we ask when there is a registration problem, hence why we usually ask for an unedited configuration. I know some are hesitant to provide such info, but if the server is in a private NAT subnet, there is usually a safe bet, but I can understand your concerns.
The main things that must match and be set for registration to occur properly are:
Primary DNS Suffix must match the zone name.
Zone name in DNS must be allowed to update.
Zone name must NOT be a single label name, such as DOMAIN instead of the required minimal format of 'domain.com' domain.internal, domain.darkhelmet', etc.
The DNS servers listed in ip config must only be internal DNS servers that host the AD DNS domain name.
I hope that helps to find out what is going on.
--
Ace
This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.
Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSA Messaging, MCT
Microsoft Certified Trainer
For urgent issues, you may want to contact Microsoft PSS directly. Please
check
http://support.microsoft.com for regional support phone numbers.
"Efficiency is doing things right; effectiveness is doing the right things." - Peter F. Drucker
http://twitter.com/acefekay