PC Review


Reply
Thread Tools Rate Thread

DHCP - managing authorized servers

 
 
Brian Roberson
Guest
Posts: n/a
 
      29th Jan 2004
A funny issue - not really a problem but mildly irritating. Our domain has
morphed from NT 3.51 to 4.0 to 2000, and finally 2003.

We've had to phase out hardware (of course) along the way. Also, we've
renamed servers along the way. At a certain point we had a server named
"helpdesk". It was PDC under NT 4.0 and we upgraded it to 2000. It also
happened to be our DHCP server.

Ever since 2000, when we go to the DHCP MMC, then select "Managed Authorized
Servers" - we get a list of computer names that are no longer valid. The IP
Addresses now belong to the *real* DC's that run DHCP, but the names aren't
correct. I've scowered DNS/WINS and can't find where this authorized list
is maintained. We don't have a computer named "Helpdesk" anymore and for
the life of us we can't figure out where this DHCP applet is grabbing the
name.

Anyone have any good ideas??

brian


 
Reply With Quote
 
 
 
 
Danny Slye - [MSFT}
Guest
Posts: n/a
 
      30th Jan 2004
The list is maintained in Active Directory. "netsh dhcp show server" will
show the servers as they are listed in AD. Then you should be able to do a
"netsh dhcp delete server <bad name> <ip address>, followed by a "netsh
dhcp add server <correct name> <ip address>.

Danny

--------------------
>From: "Brian Roberson" <(E-Mail Removed)>
>Subject: DHCP - managing authorized servers
>Date: Thu, 29 Jan 2004 18:37:08 -0500
>Lines: 21
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <(E-Mail Removed)>
>Newsgroups: microsoft.public.win2000.networking
>NNTP-Posting-Host: tech.lmi.org 198.3.128.12
>Path:

cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.
phx.gbl
>Xref: cpmsftngxa07.phx.gbl microsoft.public.win2000.networking:53158
>X-Tomcat-NG: microsoft.public.win2000.networking
>
>A funny issue - not really a problem but mildly irritating. Our domain has
>morphed from NT 3.51 to 4.0 to 2000, and finally 2003.
>
>We've had to phase out hardware (of course) along the way. Also, we've
>renamed servers along the way. At a certain point we had a server named
>"helpdesk". It was PDC under NT 4.0 and we upgraded it to 2000. It also
>happened to be our DHCP server.
>
>Ever since 2000, when we go to the DHCP MMC, then select "Managed

Authorized
>Servers" - we get a list of computer names that are no longer valid. The

IP
>Addresses now belong to the *real* DC's that run DHCP, but the names aren't
>correct. I've scowered DNS/WINS and can't find where this authorized list
>is maintained. We don't have a computer named "Helpdesk" anymore and for
>the life of us we can't figure out where this DHCP applet is grabbing the
>name.
>
>Anyone have any good ideas??
>
>brian
>
>
>


__
Danny Slye
Microsoft Support Professional
MCSE

This posting is provided "AS IS" with no warranties and confers no rights.
Please reply to the newsgroup so that others may benefit. Thanks!

 
Reply With Quote
 
Brian Roberson
Guest
Posts: n/a
 
      30th Jan 2004
Danny,

This worked for two of the fouled up DHCP servers. I have two remaining
that it refuses to delete. Do you know the location in AD (ADSIEDIT) where
I could manually can these from AD?

Brian


"Danny Slye - [MSFT}" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The list is maintained in Active Directory. "netsh dhcp show server" will
> show the servers as they are listed in AD. Then you should be able to do

a
> "netsh dhcp delete server <bad name> <ip address>, followed by a "netsh
> dhcp add server <correct name> <ip address>.
>
> Danny
>
> --------------------
> >From: "Brian Roberson" <(E-Mail Removed)>
> >Subject: DHCP - managing authorized servers
> >Date: Thu, 29 Jan 2004 18:37:08 -0500
> >Lines: 21
> >X-Priority: 3
> >X-MSMail-Priority: Normal
> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
> >Message-ID: <(E-Mail Removed)>
> >Newsgroups: microsoft.public.win2000.networking
> >NNTP-Posting-Host: tech.lmi.org 198.3.128.12
> >Path:

>

cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.
> phx.gbl
> >Xref: cpmsftngxa07.phx.gbl microsoft.public.win2000.networking:53158
> >X-Tomcat-NG: microsoft.public.win2000.networking
> >
> >A funny issue - not really a problem but mildly irritating. Our domain

has
> >morphed from NT 3.51 to 4.0 to 2000, and finally 2003.
> >
> >We've had to phase out hardware (of course) along the way. Also, we've
> >renamed servers along the way. At a certain point we had a server named
> >"helpdesk". It was PDC under NT 4.0 and we upgraded it to 2000. It also
> >happened to be our DHCP server.
> >
> >Ever since 2000, when we go to the DHCP MMC, then select "Managed

> Authorized
> >Servers" - we get a list of computer names that are no longer valid. The

> IP
> >Addresses now belong to the *real* DC's that run DHCP, but the names

aren't
> >correct. I've scowered DNS/WINS and can't find where this authorized

list
> >is maintained. We don't have a computer named "Helpdesk" anymore and for
> >the life of us we can't figure out where this DHCP applet is grabbing the
> >name.
> >
> >Anyone have any good ideas??
> >
> >brian
> >
> >
> >

>
> __
> Danny Slye
> Microsoft Support Professional
> MCSE
>
> This posting is provided "AS IS" with no warranties and confers no rights.
> Please reply to the newsgroup so that others may benefit. Thanks!
>



 
Reply With Quote
 
Brian Roberson
Guest
Posts: n/a
 
      30th Jan 2004
When trying to remove stale items i'm getting

"There is no such object on the server"

stumped..

brian
"Danny Slye - [MSFT}" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The list is maintained in Active Directory. "netsh dhcp show server" will
> show the servers as they are listed in AD. Then you should be able to do

a
> "netsh dhcp delete server <bad name> <ip address>, followed by a "netsh
> dhcp add server <correct name> <ip address>.
>
> Danny
>
> --------------------
> >From: "Brian Roberson" <(E-Mail Removed)>
> >Subject: DHCP - managing authorized servers
> >Date: Thu, 29 Jan 2004 18:37:08 -0500
> >Lines: 21
> >X-Priority: 3
> >X-MSMail-Priority: Normal
> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
> >Message-ID: <(E-Mail Removed)>
> >Newsgroups: microsoft.public.win2000.networking
> >NNTP-Posting-Host: tech.lmi.org 198.3.128.12
> >Path:

>

cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.
> phx.gbl
> >Xref: cpmsftngxa07.phx.gbl microsoft.public.win2000.networking:53158
> >X-Tomcat-NG: microsoft.public.win2000.networking
> >
> >A funny issue - not really a problem but mildly irritating. Our domain

has
> >morphed from NT 3.51 to 4.0 to 2000, and finally 2003.
> >
> >We've had to phase out hardware (of course) along the way. Also, we've
> >renamed servers along the way. At a certain point we had a server named
> >"helpdesk". It was PDC under NT 4.0 and we upgraded it to 2000. It also
> >happened to be our DHCP server.
> >
> >Ever since 2000, when we go to the DHCP MMC, then select "Managed

> Authorized
> >Servers" - we get a list of computer names that are no longer valid. The

> IP
> >Addresses now belong to the *real* DC's that run DHCP, but the names

aren't
> >correct. I've scowered DNS/WINS and can't find where this authorized

list
> >is maintained. We don't have a computer named "Helpdesk" anymore and for
> >the life of us we can't figure out where this DHCP applet is grabbing the
> >name.
> >
> >Anyone have any good ideas??
> >
> >brian
> >
> >
> >

>
> __
> Danny Slye
> Microsoft Support Professional
> MCSE
>
> This posting is provided "AS IS" with no warranties and confers no rights.
> Please reply to the newsgroup so that others may benefit. Thanks!
>



 
Reply With Quote
 
Danny Slye - [MSFT}
Guest
Posts: n/a
 
      2nd Feb 2004
using adsiedit



find the Dhcproot object in the following AD path DN:
CN=NetServices,CN=Services,CN=Configuration,DC=domain,DC=com



display the attribute Dhcpserver, and remove the corrupt or unwanted
servername/ip address value



once the entry is removed restart the Dhcp server service



They should appear correctly now, you may have to re-authorize them



--------------------
>
>
>Danny,
>
>This worked for two of the fouled up DHCP servers. I have two remaining
>that it refuses to delete. Do you know the location in AD (ADSIEDIT) where
>I could manually can these from AD?
>
>Brian
>
>
>"Danny Slye - [MSFT}" <(E-Mail Removed)> wrote in message
>news:(E-Mail Removed)...
>> The list is maintained in Active Directory. "netsh dhcp show server"

will
>> show the servers as they are listed in AD. Then you should be able to do

>a
>> "netsh dhcp delete server <bad name> <ip address>, followed by a "netsh
>> dhcp add server <correct name> <ip address>.
>>
>> Danny
>>
>> --------------------
>> >From: "Brian Roberson" <(E-Mail Removed)>
>> >Subject: DHCP - managing authorized servers
>> >Date: Thu, 29 Jan 2004 18:37:08 -0500
>> >Lines: 21
>> >X-Priority: 3
>> >X-MSMail-Priority: Normal
>> >X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>> >Message-ID: <(E-Mail Removed)>
>> >Newsgroups: microsoft.public.win2000.networking
>> >NNTP-Posting-Host: tech.lmi.org 198.3.128.12
>> >Path:

>>

>cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Managing DHCP Servers using C# Screenbert Microsoft C# .NET 1 10th Dec 2006 11:05 AM
Managing DHCP Servers using C# or another .net lang screenbert@gmail.com Microsoft Dot NET 0 8th Dec 2006 05:23 PM
How to remove orphaned DHCP servers from authorized DHCP list Hii Sing Chung Microsoft Windows 2000 Active Directory 1 9th Jan 2006 01:57 PM
Can't remove un-authorized DHCP servers from Active Directory =?Utf-8?B?Qmxvd25hbGt5?= Microsoft Windows 2000 Active Directory 1 19th Apr 2004 08:37 PM
Un-Authorized DHCP Leases Roger Mathews Microsoft Windows 2000 DNS 3 2nd Jan 2004 12:16 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:52 AM.