Networking Forums

Networking Forums > Computer Networking > Windows Networking > Shorten the DHCP client acquring network address time

Reply
Thread Tools Display Modes

Shorten the DHCP client acquring network address time

 
 
lywwing
Guest
Posts: n/a

 
      09-18-2008, 06:54 AM
Dear Expert,
I would like to ask how to shorten the DHCP client acquiring network address
time when no DHCP available in Windows XP?

My network no DHCP server, and the Windows XP client ent enable DHCP
function, now it take 1 minutes, then the NIC time out and assign
169.254.x.x IP, I want to shorten the 1 minutes to around 5 second, I try to
search whether can be confgured in registry, but I can't, please help.

Thanks/KEN


 
Reply With Quote
 
 
 
 
Meinolf Weber
Guest
Posts: n/a

 
      09-18-2008, 07:09 AM
Hello lywwing,

You have to change this key, i think:
HKEY_LOCAL_MACHINE\Comm\<Adapter Name>\Parms\Tcpip AutoInterval : REG_DWORD

Default setting is 300. This value specifies the time interval, in seconds,
used to verify if a DHCP server is available to configure adapter settings
for a device, for example, IP Address, SubnetMask, default gateway, DNS and
WINS servers.

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


> Dear Expert,
> I would like to ask how to shorten the DHCP client acquiring network
> address
> time when no DHCP available in Windows XP?
> My network no DHCP server, and the Windows XP client ent enable DHCP
> function, now it take 1 minutes, then the NIC time out and assign
> 169.254.x.x IP, I want to shorten the 1 minutes to around 5 second, I
> try to search whether can be confgured in registry, but I can't,
> please help.
>
> Thanks/KEN
>



 
Reply With Quote
 
lywwing
Guest
Posts: n/a

 
      09-18-2008, 07:37 AM
Dear Meinolf,
The registry key doesn't find in Windows XP, is it for Windows CE?
Does it have similar setting in Windows XP?

Thanks/KEN

"Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
news:(E-Mail Removed). com...
> Hello lywwing,
>
> You have to change this key, i think:
> HKEY_LOCAL_MACHINE\Comm\<Adapter Name>\Parms\Tcpip AutoInterval :
> REG_DWORD
>
> Default setting is 300. This value specifies the time interval, in
> seconds, used to verify if a DHCP server is available to configure adapter
> settings for a device, for example, IP Address, SubnetMask, default
> gateway, DNS and WINS servers.
>
> 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
>
>> Dear Expert,
>> I would like to ask how to shorten the DHCP client acquiring network
>> address
>> time when no DHCP available in Windows XP?
>> My network no DHCP server, and the Windows XP client ent enable DHCP
>> function, now it take 1 minutes, then the NIC time out and assign
>> 169.254.x.x IP, I want to shorten the 1 minutes to around 5 second, I
>> try to search whether can be confgured in registry, but I can't,
>> please help.
>>
>> Thanks/KEN
>>

>
>



 
Reply With Quote
 
Meinolf Weber
Guest
Posts: n/a

 
      09-18-2008, 08:01 AM
Hello lywwing,

Sorry, didn't realize that it was CE.

What about disabling APIPA? Or do you use it?

For Windows 2000, Windows XP, and Windows Server 2003, APIPA can be disabled
by adding the "IPAutoconfigurationEnabled" DWORD registry entry with a value
of 0x0 to the following registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\Tcpip\Parameters\Interfaces\<Adapter
GUID>
Note The Adapter GUID subkey is a globally unique identifier (GUID) for the
computer's LAN adapter.

Specifying a value of 1 for IPAutoconfigurationEnabled DWORD entry will enable
APIPA, which is the default state when this value is omitted from the registry.

From:
http://support.microsoft.com/kb/220874


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


> Dear Meinolf,
> The registry key doesn't find in Windows XP, is it for Windows CE?
> Does it have similar setting in Windows XP?
> Thanks/KEN
>
> "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
> news:(E-Mail Removed). com...
>
>> Hello lywwing,
>>
>> You have to change this key, i think:
>> HKEY_LOCAL_MACHINE\Comm\<Adapter Name>\Parms\Tcpip AutoInterval :
>> REG_DWORD
>>
>> Default setting is 300. This value specifies the time interval, in
>> seconds, used to verify if a DHCP server is available to configure
>> adapter settings for a device, for example, IP Address, SubnetMask,
>> default gateway, DNS and WINS servers.
>>
>> 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
>>> Dear Expert,
>>> I would like to ask how to shorten the DHCP client acquiring network
>>> address
>>> time when no DHCP available in Windows XP?
>>> My network no DHCP server, and the Windows XP client ent enable DHCP
>>> function, now it take 1 minutes, then the NIC time out and assign
>>> 169.254.x.x IP, I want to shorten the 1 minutes to around 5 second,
>>> I
>>> try to search whether can be confgured in registry, but I can't,
>>> please help.
>>> Thanks/KEN
>>>



 
Reply With Quote
 
lywwing
Guest
Posts: n/a

 
      09-18-2008, 08:14 AM
Dear Meinolf,
I want to use APIPA, but it need wait DHCP time out where DHCP is
un-reachable, and it need 1 minute, I just want to shorten the 1 minute time
out time ot 5 seconds, is it feasible in Windows XP?

Thanks/KEN


"Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
news:(E-Mail Removed). com...
> Hello lywwing,
>
> Sorry, didn't realize that it was CE.
>
> What about disabling APIPA? Or do you use it?
>
> For Windows 2000, Windows XP, and Windows Server 2003, APIPA can be
> disabled by adding the "IPAutoconfigurationEnabled" DWORD registry entry
> with a value of 0x0 to the following registry key:
> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\Tcpip\Parameters\Interfaces\<Adapter
> GUID>
> Note The Adapter GUID subkey is a globally unique identifier (GUID) for
> the computer's LAN adapter.
>
> Specifying a value of 1 for IPAutoconfigurationEnabled DWORD entry will
> enable APIPA, which is the default state when this value is omitted from
> the registry.
>
> From: http://support.microsoft.com/kb/220874
>
>
> 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
>
>> Dear Meinolf,
>> The registry key doesn't find in Windows XP, is it for Windows CE?
>> Does it have similar setting in Windows XP?
>> Thanks/KEN
>>
>> "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
>> news:(E-Mail Removed). com...
>>
>>> Hello lywwing,
>>>
>>> You have to change this key, i think:
>>> HKEY_LOCAL_MACHINE\Comm\<Adapter Name>\Parms\Tcpip AutoInterval :
>>> REG_DWORD
>>>
>>> Default setting is 300. This value specifies the time interval, in
>>> seconds, used to verify if a DHCP server is available to configure
>>> adapter settings for a device, for example, IP Address, SubnetMask,
>>> default gateway, DNS and WINS servers.
>>>
>>> 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
>>>> Dear Expert,
>>>> I would like to ask how to shorten the DHCP client acquiring network
>>>> address
>>>> time when no DHCP available in Windows XP?
>>>> My network no DHCP server, and the Windows XP client ent enable DHCP
>>>> function, now it take 1 minutes, then the NIC time out and assign
>>>> 169.254.x.x IP, I want to shorten the 1 minutes to around 5 second,
>>>> I
>>>> try to search whether can be confgured in registry, but I can't,
>>>> please help.
>>>> Thanks/KEN
>>>>

>
>



 
Reply With Quote
 
Meinolf Weber
Guest
Posts: n/a

 
      09-18-2008, 08:27 AM
Hello lywwing,

Well, why do ou not use fixed ip addresses, then you have direct connection.

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


> Dear Meinolf,
> I want to use APIPA, but it need wait DHCP time out where DHCP is
> un-reachable, and it need 1 minute, I just want to shorten the 1
> minute time
> out time ot 5 seconds, is it feasible in Windows XP?
> Thanks/KEN
>
> "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
> news:(E-Mail Removed). com...
>
>> Hello lywwing,
>>
>> Sorry, didn't realize that it was CE.
>>
>> What about disabling APIPA? Or do you use it?
>>
>> For Windows 2000, Windows XP, and Windows Server 2003, APIPA can be
>> disabled by adding the "IPAutoconfigurationEnabled" DWORD registry
>> entry
>> with a value of 0x0 to the following registry key:
>> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\Tcpip\Parameters
>> \Interfaces\<Adapter
>> GUID>
>> Note The Adapter GUID subkey is a globally unique identifier (GUID)
>> for
>> the computer's LAN adapter.
>> Specifying a value of 1 for IPAutoconfigurationEnabled DWORD entry
>> will enable APIPA, which is the default state when this value is
>> omitted from the registry.
>>
>> From: http://support.microsoft.com/kb/220874
>>
>> 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
>>> Dear Meinolf,
>>> The registry key doesn't find in Windows XP, is it for Windows CE?
>>> Does it have similar setting in Windows XP?
>>> Thanks/KEN
>>> "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
>>> news:(E-Mail Removed). com...
>>>
>>>> Hello lywwing,
>>>>
>>>> You have to change this key, i think:
>>>> HKEY_LOCAL_MACHINE\Comm\<Adapter Name>\Parms\Tcpip AutoInterval :
>>>> REG_DWORD
>>>>
>>>> Default setting is 300. This value specifies the time interval, in
>>>> seconds, used to verify if a DHCP server is available to configure
>>>> adapter settings for a device, for example, IP Address, SubnetMask,
>>>> default gateway, DNS and WINS servers.
>>>>
>>>> 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
>>>>> Dear Expert,
>>>>> I would like to ask how to shorten the DHCP client acquiring
>>>>> network
>>>>> address
>>>>> time when no DHCP available in Windows XP?
>>>>> My network no DHCP server, and the Windows XP client ent enable
>>>>> DHCP
>>>>> function, now it take 1 minutes, then the NIC time out and assign
>>>>> 169.254.x.x IP, I want to shorten the 1 minutes to around 5
>>>>> second,
>>>>> I
>>>>> try to search whether can be confgured in registry, but I can't,
>>>>> please help.
>>>>> Thanks/KEN



 
Reply With Quote
 
lywwing
Guest
Posts: n/a

 
      09-18-2008, 08:52 AM
Dear Meinolf,
It is long story, home is DHCP enabled network, office use APIPA, and I
don't want install any network switch profile program, so just want to
shorten this acquring network address time.

Thanks/KEN


"Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
news:(E-Mail Removed). com...
> Hello lywwing,
>
> Well, why do ou not use fixed ip addresses, then you have direct
> connection.
>
> 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
>
>> Dear Meinolf,
>> I want to use APIPA, but it need wait DHCP time out where DHCP is
>> un-reachable, and it need 1 minute, I just want to shorten the 1
>> minute time
>> out time ot 5 seconds, is it feasible in Windows XP?
>> Thanks/KEN
>>
>> "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
>> news:(E-Mail Removed). com...
>>
>>> Hello lywwing,
>>>
>>> Sorry, didn't realize that it was CE.
>>>
>>> What about disabling APIPA? Or do you use it?
>>>
>>> For Windows 2000, Windows XP, and Windows Server 2003, APIPA can be
>>> disabled by adding the "IPAutoconfigurationEnabled" DWORD registry
>>> entry
>>> with a value of 0x0 to the following registry key:
>>> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\Tcpip\Parameters
>>> \Interfaces\<Adapter
>>> GUID>
>>> Note The Adapter GUID subkey is a globally unique identifier (GUID)
>>> for
>>> the computer's LAN adapter.
>>> Specifying a value of 1 for IPAutoconfigurationEnabled DWORD entry
>>> will enable APIPA, which is the default state when this value is
>>> omitted from the registry.
>>>
>>> From: http://support.microsoft.com/kb/220874
>>>
>>> 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
>>>> Dear Meinolf,
>>>> The registry key doesn't find in Windows XP, is it for Windows CE?
>>>> Does it have similar setting in Windows XP?
>>>> Thanks/KEN
>>>> "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
>>>> news:(E-Mail Removed). com...
>>>>
>>>>> Hello lywwing,
>>>>>
>>>>> You have to change this key, i think:
>>>>> HKEY_LOCAL_MACHINE\Comm\<Adapter Name>\Parms\Tcpip AutoInterval :
>>>>> REG_DWORD
>>>>>
>>>>> Default setting is 300. This value specifies the time interval, in
>>>>> seconds, used to verify if a DHCP server is available to configure
>>>>> adapter settings for a device, for example, IP Address, SubnetMask,
>>>>> default gateway, DNS and WINS servers.
>>>>>
>>>>> 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
>>>>>> Dear Expert,
>>>>>> I would like to ask how to shorten the DHCP client acquiring
>>>>>> network
>>>>>> address
>>>>>> time when no DHCP available in Windows XP?
>>>>>> My network no DHCP server, and the Windows XP client ent enable
>>>>>> DHCP
>>>>>> function, now it take 1 minutes, then the NIC time out and assign
>>>>>> 169.254.x.x IP, I want to shorten the 1 minutes to around 5
>>>>>> second,
>>>>>> I
>>>>>> try to search whether can be confgured in registry, but I can't,
>>>>>> please help.
>>>>>> Thanks/KEN

>
>



 
Reply With Quote
 
lywwing
Guest
Posts: n/a

 
      09-22-2008, 03:39 AM
Dear All,
Can't help with captioned subject.

Thanks/KEN

"lywwing" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Dear Meinolf,
> It is long story, home is DHCP enabled network, office use APIPA, and I
> don't want install any network switch profile program, so just want to
> shorten this acquring network address time.
>
> Thanks/KEN
>
>
> "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
> news:(E-Mail Removed). com...
>> Hello lywwing,
>>
>> Well, why do ou not use fixed ip addresses, then you have direct
>> connection.
>>
>> 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
>>
>>> Dear Meinolf,
>>> I want to use APIPA, but it need wait DHCP time out where DHCP is
>>> un-reachable, and it need 1 minute, I just want to shorten the 1
>>> minute time
>>> out time ot 5 seconds, is it feasible in Windows XP?
>>> Thanks/KEN
>>>
>>> "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
>>> news:(E-Mail Removed). com...
>>>
>>>> Hello lywwing,
>>>>
>>>> Sorry, didn't realize that it was CE.
>>>>
>>>> What about disabling APIPA? Or do you use it?
>>>>
>>>> For Windows 2000, Windows XP, and Windows Server 2003, APIPA can be
>>>> disabled by adding the "IPAutoconfigurationEnabled" DWORD registry
>>>> entry
>>>> with a value of 0x0 to the following registry key:
>>>> HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\Tcpip\Parameters
>>>> \Interfaces\<Adapter
>>>> GUID>
>>>> Note The Adapter GUID subkey is a globally unique identifier (GUID)
>>>> for
>>>> the computer's LAN adapter.
>>>> Specifying a value of 1 for IPAutoconfigurationEnabled DWORD entry
>>>> will enable APIPA, which is the default state when this value is
>>>> omitted from the registry.
>>>>
>>>> From: http://support.microsoft.com/kb/220874
>>>>
>>>> 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
>>>>> Dear Meinolf,
>>>>> The registry key doesn't find in Windows XP, is it for Windows CE?
>>>>> Does it have similar setting in Windows XP?
>>>>> Thanks/KEN
>>>>> "Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
>>>>> news:(E-Mail Removed). com...
>>>>>
>>>>>> Hello lywwing,
>>>>>>
>>>>>> You have to change this key, i think:
>>>>>> HKEY_LOCAL_MACHINE\Comm\<Adapter Name>\Parms\Tcpip AutoInterval :
>>>>>> REG_DWORD
>>>>>>
>>>>>> Default setting is 300. This value specifies the time interval, in
>>>>>> seconds, used to verify if a DHCP server is available to configure
>>>>>> adapter settings for a device, for example, IP Address, SubnetMask,
>>>>>> default gateway, DNS and WINS servers.
>>>>>>
>>>>>> 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
>>>>>>> Dear Expert,
>>>>>>> I would like to ask how to shorten the DHCP client acquiring
>>>>>>> network
>>>>>>> address
>>>>>>> time when no DHCP available in Windows XP?
>>>>>>> My network no DHCP server, and the Windows XP client ent enable
>>>>>>> DHCP
>>>>>>> function, now it take 1 minutes, then the NIC time out and assign
>>>>>>> 169.254.x.x IP, I want to shorten the 1 minutes to around 5
>>>>>>> second,
>>>>>>> I
>>>>>>> try to search whether can be confgured in registry, but I can't,
>>>>>>> please help.
>>>>>>> Thanks/KEN

>>
>>

>
>



 
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
How to implement dhcp client and pppoe client on the same interfaceat same time? xpaulee@gmail.com Linux Networking 3 06-01-2009 05:13 PM
W2K SERVER Acquring DHCP address When set to use Static James Windows Networking 1 03-22-2007 12:13 PM
Windows 2000 Server Acquring DHCP Addresses for a RAS connection James Windows Networking 3 03-22-2007 02:49 AM
DHCP gives client address but no gateway address mheymann Windows Networking 4 06-09-2006 12:29 PM
dhcp client release time Franky Network Routers 1 02-27-2006 09:16 PM



1 2 3 4 5 6 7 8 9 10 11