PC Review


Reply
Thread Tools Rate Thread

DHCP Server Service wont start

 
 
Paul Landregan
Guest
Posts: n/a
 
      15th Sep 2004
We have an established enterprise forest containing many domains. Each
domain is on a separate subnet, connected together via routers into a
central management domain/subnet.
eg. server1.class1.domain.com server1.class2.domain.com etc etc.

Each classroom is on a separate subnet 172.20.x.0 /24, with a single IP
uplinking to higher formations of 172.20.1.x (Where x is the same in both
addresses).
Each classroom has its own DHCP server serving the clients on that subnet.
This works perfectly. We now wish to add in 6 more classrooms in the same
fashion, however instead of being part of the AD forest, they are required
to be in a workgroups.

All went fine till we tried to configure the DHCP server to issue out
addresses. It recognises there is a DHCP serving the higher formation
172.20.1.100-199 above the fixed uplink IP's. So will not start. The error
ID is 1052.

What could be causing this?
Is it the fact the DHCP server in the root subnet/domain is authorised as
are all the existing classrooms, but the new ones are not authorised, as the
server is part of a workgroup not the existing forest.

How can I get the new DHCP servers to start and issue addresses to their
respective classes.


 
Reply With Quote
 
 
 
 
Doug Sherman [MVP]
Guest
Posts: n/a
 
      15th Sep 2004
If a workgroup DHCP detects a domain DHCP server on the network, the
workgroup server assumes itself to be unauthorized and will not service DHCP
requests - See:

http://download.microsoft.com/downlo...925a4/dhcp.doc

Try editing the registry;

Set the following registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DHCPServer\Parameters

Value name: DisableRogueDetection

Data type: REG_DWORD Value data: 1

Doug Sherman

MCSE Win2k/NT4.0, MCSA, MCP+I, MVP

"Paul Landregan" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> We have an established enterprise forest containing many domains. Each
> domain is on a separate subnet, connected together via routers into a
> central management domain/subnet.
> eg. server1.class1.domain.com server1.class2.domain.com etc etc.
>
> Each classroom is on a separate subnet 172.20.x.0 /24, with a single IP
> uplinking to higher formations of 172.20.1.x (Where x is the same in both
> addresses).
> Each classroom has its own DHCP server serving the clients on that subnet.
> This works perfectly. We now wish to add in 6 more classrooms in the same
> fashion, however instead of being part of the AD forest, they are required
> to be in a workgroups.
>
> All went fine till we tried to configure the DHCP server to issue out
> addresses. It recognises there is a DHCP serving the higher formation
> 172.20.1.100-199 above the fixed uplink IP's. So will not start. The error
> ID is 1052.
>
> What could be causing this?
> Is it the fact the DHCP server in the root subnet/domain is authorised as
> are all the existing classrooms, but the new ones are not authorised, as

the
> server is part of a workgroup not the existing forest.
>
> How can I get the new DHCP servers to start and issue addresses to their
> respective classes.
>
>



 
Reply With Quote
 
Paul Landregan
Guest
Posts: n/a
 
      15th Sep 2004
Yes that's whets happening. Is there a way to add in the workgroup servers
into the authorised list in AD. To allow them to operate.

"Doug Sherman [MVP]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> If a workgroup DHCP detects a domain DHCP server on the network, the
> workgroup server assumes itself to be unauthorized and will not service
> DHCP
> requests - See:
>
> http://download.microsoft.com/downlo...925a4/dhcp.doc
>
> Try editing the registry;
>
> Set the following registry key:
> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DHCPServer\Parameters
>
> Value name: DisableRogueDetection
>
> Data type: REG_DWORD Value data: 1
>
> Doug Sherman
>
> MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
>
> "Paul Landregan" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> We have an established enterprise forest containing many domains. Each
>> domain is on a separate subnet, connected together via routers into a
>> central management domain/subnet.
>> eg. server1.class1.domain.com server1.class2.domain.com etc etc.
>>
>> Each classroom is on a separate subnet 172.20.x.0 /24, with a single IP
>> uplinking to higher formations of 172.20.1.x (Where x is the same in both
>> addresses).
>> Each classroom has its own DHCP server serving the clients on that
>> subnet.
>> This works perfectly. We now wish to add in 6 more classrooms in the same
>> fashion, however instead of being part of the AD forest, they are
>> required
>> to be in a workgroups.
>>
>> All went fine till we tried to configure the DHCP server to issue out
>> addresses. It recognises there is a DHCP serving the higher formation
>> 172.20.1.100-199 above the fixed uplink IP's. So will not start. The
>> error
>> ID is 1052.
>>
>> What could be causing this?
>> Is it the fact the DHCP server in the root subnet/domain is authorised as
>> are all the existing classrooms, but the new ones are not authorised, as

> the
>> server is part of a workgroup not the existing forest.
>>
>> How can I get the new DHCP servers to start and issue addresses to their
>> respective classes.
>>
>>

>
>



 
Reply With Quote
 
Paul Landregan
Guest
Posts: n/a
 
      15th Sep 2004

"Angela" <(E-Mail Removed)> wrote in message
news:F76C3520-223F-47D7-94DE-(E-Mail Removed)...
> You stated in a workgroup... here you go:
> http://support.microsoft.com/default...en-us%3B323416
>
> "Paul Landregan" wrote:
>
>> We have an established enterprise forest containing many domains. Each
>> domain is on a separate subnet, connected together via routers into a
>> central management domain/subnet.
>> eg. server1.class1.domain.com server1.class2.domain.com etc etc.
>>
>> Each classroom is on a separate subnet 172.20.x.0 /24, with a single IP
>> uplinking to higher formations of 172.20.1.x (Where x is the same in both
>> addresses).
>> Each classroom has its own DHCP server serving the clients on that
>> subnet.
>> This works perfectly. We now wish to add in 6 more classrooms in the same
>> fashion, however instead of being part of the AD forest, they are
>> required
>> to be in a workgroups.
>>
>> All went fine till we tried to configure the DHCP server to issue out
>> addresses. It recognises there is a DHCP serving the higher formation
>> 172.20.1.100-199 above the fixed uplink IP's. So will not start. The
>> error
>> ID is 1052.
>>
>> What could be causing this?
>> Is it the fact the DHCP server in the root subnet/domain is authorised as
>> are all the existing classrooms, but the new ones are not authorised, as
>> the
>> server is part of a workgroup not the existing forest.
>>
>> How can I get the new DHCP servers to start and issue addresses to their
>> respective classes.
>>
>>
>>


It says if a server deems itself to be unauthorised it will not service
clients.
So how can I authorise workgroup DHCP servers, in a forest environment.
These classrooms have to remain workgroups, as it is part of the scenario.
The software in these rooms is designed for a workgroup environment,. Where
as the rest of the school classrooms are in domains.


 
Reply With Quote
 
Paul Landregan
Guest
Posts: n/a
 
      15th Sep 2004

> Try editing the registry;
>
> Set the following registry key:
> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DHCPServer\Parameters
>
> Value name: DisableRogueDetection
>
> Data type: REG_DWORD Value data: 1
>
> Doug Sherman
>
> MCSE Win2k/NT4.0, MCSA, MCP+I, MVP


Forgot to mention your registry key. I will give that a try on the 6
workgroup DHCP servers. I have been reading up on this, and indeed thsi
seems the only option. Even adding the IP addresses manually into the
authorised list would not work as the workgroup server could not connect
with AD.




 
Reply With Quote
 
Paul Landregan
Guest
Posts: n/a
 
      16th Sep 2004

"Doug Sherman [MVP]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> If a workgroup DHCP detects a domain DHCP server on the network, the
> workgroup server assumes itself to be unauthorized and will not service
> DHCP
> requests - See:
>
> http://download.microsoft.com/downlo...925a4/dhcp.doc
>
> Try editing the registry;
>
> Set the following registry key:
> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DHCPServer\Parameters
>
> Value name: DisableRogueDetection
>
> Data type: REG_DWORD Value data: 1
>
> Doug Sherman
>
> MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
>
> "Paul Landregan" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> We have an established enterprise forest containing many domains. Each
>> domain is on a separate subnet, connected together via routers into a
>> central management domain/subnet.
>> eg. server1.class1.domain.com server1.class2.domain.com etc etc.
>>
>> Each classroom is on a separate subnet 172.20.x.0 /24, with a single IP
>> uplinking to higher formations of 172.20.1.x (Where x is the same in both
>> addresses).
>> Each classroom has its own DHCP server serving the clients on that
>> subnet.
>> This works perfectly. We now wish to add in 6 more classrooms in the same
>> fashion, however instead of being part of the AD forest, they are
>> required
>> to be in a workgroups.
>>
>> All went fine till we tried to configure the DHCP server to issue out
>> addresses. It recognises there is a DHCP serving the higher formation
>> 172.20.1.100-199 above the fixed uplink IP's. So will not start. The
>> error
>> ID is 1052.
>>
>> What could be causing this?
>> Is it the fact the DHCP server in the root subnet/domain is authorised as
>> are all the existing classrooms, but the new ones are not authorised, as

> the
>> server is part of a workgroup not the existing forest.
>>
>> How can I get the new DHCP servers to start and issue addresses to their
>> respective classes.
>>
>>


Many thanks Doug. That key did exactly what it says it does. DHCP server
runs perfectly.


 
Reply With Quote
 
Doug Sherman [MVP]
Guest
Posts: n/a
 
      16th Sep 2004
Glad it worked - I love feedback.

doug Sherman
MCSE Win2k/nT4.0, MCSA, MCP+I, MVP

"Paul Landregan" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> "Doug Sherman [MVP]" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > If a workgroup DHCP detects a domain DHCP server on the network, the
> > workgroup server assumes itself to be unauthorized and will not service
> > DHCP
> > requests - See:
> >
> >

http://download.microsoft.com/downlo...925a4/dhcp.doc
> >
> > Try editing the registry;
> >
> > Set the following registry key:
> >

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\DHCPServer\Parameters
> >
> > Value name: DisableRogueDetection
> >
> > Data type: REG_DWORD Value data: 1
> >
> > Doug Sherman
> >
> > MCSE Win2k/NT4.0, MCSA, MCP+I, MVP
> >
> > "Paul Landregan" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> >> We have an established enterprise forest containing many domains. Each
> >> domain is on a separate subnet, connected together via routers into a
> >> central management domain/subnet.
> >> eg. server1.class1.domain.com server1.class2.domain.com etc etc.
> >>
> >> Each classroom is on a separate subnet 172.20.x.0 /24, with a single IP
> >> uplinking to higher formations of 172.20.1.x (Where x is the same in

both
> >> addresses).
> >> Each classroom has its own DHCP server serving the clients on that
> >> subnet.
> >> This works perfectly. We now wish to add in 6 more classrooms in the

same
> >> fashion, however instead of being part of the AD forest, they are
> >> required
> >> to be in a workgroups.
> >>
> >> All went fine till we tried to configure the DHCP server to issue out
> >> addresses. It recognises there is a DHCP serving the higher formation
> >> 172.20.1.100-199 above the fixed uplink IP's. So will not start. The
> >> error
> >> ID is 1052.
> >>
> >> What could be causing this?
> >> Is it the fact the DHCP server in the root subnet/domain is authorised

as
> >> are all the existing classrooms, but the new ones are not authorised,

as
> > the
> >> server is part of a workgroup not the existing forest.
> >>
> >> How can I get the new DHCP servers to start and issue addresses to

their
> >> respective classes.
> >>
> >>

>
> Many thanks Doug. That key did exactly what it says it does. DHCP server
> runs perfectly.
>
>



 
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
migrate dhcp service from win 2000 server to win 2003 server =?Utf-8?B?UGF0cmljaw==?= Microsoft Windows 2000 Networking 0 9th Oct 2007 01:01 PM
XP Home DHCP wont Start =?Utf-8?B?YmlsbGhhcw==?= Windows XP Networking 2 6th Sep 2006 04:40 PM
DHCP Wont start Paul Landregan Microsoft Windows 2000 Setup 0 15th Sep 2004 06:04 PM
DHCP Wont start Paul Landregan Microsoft Windows 2000 Security 0 15th Sep 2004 06:04 PM
dhcp service won't start msmacnaughton Windows XP Networking 1 26th Nov 2003 06:28 AM


Features
 

Advertising
 

Newsgroups
 


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