Hi there

I need to backup my dhcp datas to be able either to reload them in case
of problem on my DHCP service or to load them on another DHCP server in
case of crash of my DHCP server.
I'd like to record the datas in a text file to be able to modify it
easily (In case of crash I'll need to change the range of my dynamic IP
adresses).
Thanks in advance

Phil

Re: Export and import DHCP configuration by Corné

Corné
Wed Oct 05 17:03:15 CDT 2005

You should try the 'dump' option of the 'netsh'-tool. Something like:
netsh dhcp dump > C:\temp\RestoreDhcp.cmd


On Wed, 05 Oct 2005 09:12:50 +0200, moi <moi.invalid@free.fr> wrote:

>Hi there
>
>I need to backup my dhcp datas to be able either to reload them in case
>of problem on my DHCP service or to load them on another DHCP server in
>case of crash of my DHCP server.
>I'd like to record the datas in a text file to be able to modify it
>easily (In case of crash I'll need to change the range of my dynamic IP
>adresses).
>Thanks in advance
>
>Phil