Networking Forums

Networking Forums > Computer Networking > Windows Networking > push new scope settings from DHCP server to all reservations

Reply
Thread Tools Display Modes

push new scope settings from DHCP server to all reservations

 
 
Yuri GMT+1
Guest
Posts: n/a

 
      07-08-2008, 09:35 AM
Hi,

I use DHCP reservations on my network for all servers. This way I’m able to
update new scope settings relatively easy compared to manual entered static
settings in TCP/-IP configuration.
The only problem I’m facing is how to trigger the server to get new scope
settings.

What I do now:
• change the scope settings on the DHCP server
• add “ipconfig –release” and “ipconfig –renew” to my login script
• logon to every server

But I want a solution where I don’t have to logon to every server.

Conclusion:
Instead to start the trigger “ipconfig –renew” at the client side I would
like to push new scope settings from the DHCP server to all machines that use
a reservation.

Is this possible?
If yes: how?

Thanks in advance!
Yuri

 
Reply With Quote
 
 
 
 
Meinolf Weber
Guest
Posts: n/a

 
      07-08-2008, 09:52 AM
Hello Yuri GMT+1,

You can use the netsh command to push some infos:
http://technet2.microsoft.com/window....mspx?mfr=true

http://support.microsoft.com/kb/242468

DHCP is not aible to push information, it is always the DHCP enabled machine
which will do a broadcast in the network to find a DHCP server. So the client
takes action for the address, the server is only answering.
Normally servers should have fixed ip's. Can not really understand why you
use that way, never heard about a situation, where the servers will change
so many settings so often.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

> Hi,
>
> I use DHCP reservations on my network for all servers. This way I'm
> able to
> update new scope settings relatively easy compared to manual entered
> static
> settings in TCP/-IP configuration.
> The only problem I'm facing is how to trigger the server to get new
> scope
> settings.
> What I do now:
> . change the scope settings on the DHCP server
> . add "ipconfig -release" and "ipconfig -renew" to my login script
> . logon to every server
> But I want a solution where I don't have to logon to every server.
>
> Conclusion:
> Instead to start the trigger "ipconfig -renew" at the client side I
> would
> like to push new scope settings from the DHCP server to all machines
> that use
> a reservation.
> Is this possible? If yes: how?
>
> Thanks in advance!
> Yuri



 
Reply With Quote
 
Yuri NLD
Guest
Posts: n/a

 
      07-08-2008, 10:31 AM
Hello Meinolf,

Thank you for your answer.

Here an explanation of my requirement (it’s a proactive solution):
Imagine. 100 servers in your network. All configured with a static address.
After some time the DNS server setting must be changed. Then you have to
enter manually on all the servers the new DNS server setting. With a
reservation is the scope centrally managed (one change for all servers). No
chance for type errors, and so on.

I know, as you explained, that the client send the broadcast. I was hoping
for an out-of-the-box solution that the server triggers the client to perform
a broadcast or something like that.

Thanks anyway!

Cheers,
Yuri
 
Reply With Quote
 
Meinolf Weber
Guest
Posts: n/a

 
      07-08-2008, 11:45 AM
Hello Yuri,

Also with netsh command you can push only the DNS ip changes via script to
the servers. I understand that with some many servers it's a lot of reconfiguration.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

> Hello Meinolf,
>
> Thank you for your answer.
>
> Here an explanation of my requirement (it's a proactive solution):
> Imagine. 100 servers in your network. All configured with a static
> address.
> After some time the DNS server setting must be changed. Then you have
> to
> enter manually on all the servers the new DNS server setting. With a
> reservation is the scope centrally managed (one change for all
> servers). No
> chance for type errors, and so on.
> I know, as you explained, that the client send the broadcast. I was
> hoping for an out-of-the-box solution that the server triggers the
> client to perform a broadcast or something like that.
>
> Thanks anyway!
>
> Cheers,
> Yur



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      07-08-2008, 10:08 PM
"Yuri NLD" <(E-Mail Removed)> wrote in message
news:3A2E7A08-D4E6-409E-ADE0-(E-Mail Removed)...
> Here an explanation of my requirement (it's a proactive solution):
> Imagine. 100 servers in your network. All configured with a static
> address.
> After some time the DNS server setting must be changed. Then you have to
> enter manually on all the servers the new DNS server setting. With a
> reservation is the scope centrally managed (one change for all servers).
> No
> chance for type errors, and so on.
>
> I know, as you explained, that the client send the broadcast. I was hoping
> for an out-of-the-box solution that the server triggers the client to
> perform
> a broadcast or something like that.


The problem is that it makes everything dependent on the DHCP server being
"alive and well" and the DHCP Server becomes the most important server on
the whole network. It never should be that way and wasn't intended for
that.

For DNS you can make sure that there is always a DNS Server at the same IP#.
Make sure that DNS will forward to others if it needs to. Besides that, DNS
Servers should not be changing all the time,...if they are then that itself
is a big problem that needs to be addressed so that they are not changing
all the time. So I disagree that "...after some time the DNS server setting
must be changed...". They should not be changed,..hardly ever. If one is
replaced give the new one the same IP#.

Besides all that,...now-a-days most DNS machines on a LAN are also Domain
Controllers,...and those should not be changing all the time.

--
Phillip Windell
www.wandtv.com

The views expressed, are my own and not those of my employer, or Microsoft,
or anyone else associated with me, including my cats.
-----------------------------------------------------


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Keeping DHCP server reservations in sync Dave Warren Windows Networking 3 02-14-2010 06:02 AM
Windows Server 2008 DHCP Reservations not visible from 2003 DHCP mmc Ckuderna Windows Networking 2 04-02-2009 01:47 PM
Forcing One DHCP Scope to Serve Only Reservations? Will Windows Networking 4 06-20-2006 07:38 PM
Reservations in an 80/20 DHCP scope environment talltim@hotmail.com Windows Networking 0 03-10-2006 11:27 AM
DHCP server not permitting IP reservations Don Windows Networking 2 06-03-2004 06:00 PM



1 2 3 4 5 6 7 8 9 10 11