Go Back   Velocity Reviews > Newsgroups > Wireless Networking
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Wireless Networking - how to get a fast zero-config (APIPA) IP address assignment at link start?

 
Thread Tools Search this Thread
Old 01-23-2006, 10:29 PM   #1
Default how to get a fast zero-config (APIPA) IP address assignment at link start?


I would like to force a newly connected Ethernet link to use a zero-config
derived
IP address (aka APIPA) instead of DHCP assigned address (in other words the
169.256.xxx.xxx
link is preferred). There is a lot of info on the net about the
complementary case
of disallowing/defeating zero-config IP addresses, nothing that I have been
able
to find on for my situation.

The problem is that Windows serializes the link configuration through the
DHCP client
on Windows before attempting to any zero-config options. The DHCP client
requires
60-second timeout which is far too long to mobile product users to wait for
the link
to become "usable".

Does anyone know of a way to coersce the Windows DHCP client into stop and
allow
the zero-config to run? Any suggestion or hacks, gentle or harsh, are
solicited.





robin
  Reply With Quote
Old 01-25-2006, 01:19 AM   #2
Frank Schwieterman [MSFT]
 
Posts: n/a
Default Re: how to get a fast zero-config (APIPA) IP address assignment at link start?
This is relevant: http://support.microsoft.com/kb/220874. It suggests
that you configure the adapter to use an autonet address manually. You
might also consider putting a DHCP server on the network. This can be done
via Windows2003 Server, a cheap router, or 3rd part DHCP server software.

If you would, let me know about the scenario where you want to do this.
It seems like everywhere I go, there's a DHCP server ready. Maybe if I was
in a plane connecting straight to another person's laptop I might want to
use an autonet address. It wouldn't seem worth working around the delay in
this case.

--
Frank Schwieterman [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.

"robin" <> wrote in message
news:...
>I would like to force a newly connected Ethernet link to use a zero-config
>derived
> IP address (aka APIPA) instead of DHCP assigned address (in other words
> the 169.256.xxx.xxx
> link is preferred). There is a lot of info on the net about the
> complementary case
> of disallowing/defeating zero-config IP addresses, nothing that I have
> been able
> to find on for my situation.
>
> The problem is that Windows serializes the link configuration through the
> DHCP client
> on Windows before attempting to any zero-config options. The DHCP client
> requires
> 60-second timeout which is far too long to mobile product users to wait
> for the link
> to become "usable".
>
> Does anyone know of a way to coersce the Windows DHCP client into stop and
> allow
> the zero-config to run? Any suggestion or hacks, gentle or harsh, are
> solicited.
>
>
>





Frank Schwieterman [MSFT]
  Reply With Quote
Old 01-25-2006, 07:02 PM   #3
robin
 
Posts: n/a
Default Re: how to get a fast zero-config (APIPA) IP address assignment at link start?
The problem is that this device is a mobile device and plugs into a host
WindowsXP machine via USB, and presents a NIC with a virtualized network
behind the NIC.

While its technically possible to run a DHCP server on this virtualized
network, this technique is seen as a barrier by corporate IT customers.
These customers generally do not want to see DHCP servers pop-up on their
networks turf.
This product technically extends the corporate network (some small amount),
and they see adding un-administrated DHCP servers as an administrative
problem. Each DHCP server represents the yet another security surface and
the potential for breach: its better to not use DHCP when zero-config would
suffice.

Our product doesn't really need an DHCP-dispensed address, just a valid IP
address, dispensed quickly at USB-plug-in-time.
Zero-config should work just fine as a substitute for DHCP in our case,
except for the 60-second wait for the Windows DHCP client to timeout.



"Frank Schwieterman [MSFT]" <> wrote in message
news:43d6d209$...
> This is relevant: http://support.microsoft.com/kb/220874. It suggests
> that you configure the adapter to use an autonet address manually. You
> might also consider putting a DHCP server on the network. This can be
> done via Windows2003 Server, a cheap router, or 3rd part DHCP server
> software.
>
> If you would, let me know about the scenario where you want to do this.
> It seems like everywhere I go, there's a DHCP server ready. Maybe if I
> was in a plane connecting straight to another person's laptop I might want
> to use an autonet address. It wouldn't seem worth working around the
> delay in this case.
>
> --
> Frank Schwieterman [MSFT]
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "robin" <> wrote in message
> news:...
>>I would like to force a newly connected Ethernet link to use a zero-config
>>derived
>> IP address (aka APIPA) instead of DHCP assigned address (in other words
>> the 169.256.xxx.xxx
>> link is preferred). There is a lot of info on the net about the
>> complementary case
>> of disallowing/defeating zero-config IP addresses, nothing that I have
>> been able
>> to find on for my situation.
>>
>> The problem is that Windows serializes the link configuration through the
>> DHCP client
>> on Windows before attempting to any zero-config options. The DHCP client
>> requires
>> 60-second timeout which is far too long to mobile product users to wait
>> for the link
>> to become "usable".
>>
>> Does anyone know of a way to coersce the Windows DHCP client into stop
>> and allow
>> the zero-config to run? Any suggestion or hacks, gentle or harsh, are
>> solicited.
>>
>>
>>

>
>





robin
  Reply With Quote
Old 01-25-2006, 07:11 PM   #4
robin
 
Posts: n/a
Default Re: how to get a fast zero-config (APIPA) IP address assignment at link start?
BTW, thanks for the pointer to the article.


"Frank Schwieterman [MSFT]" <> wrote in message
news:43d6d209$...
> This is relevant: http://support.microsoft.com/kb/220874. It suggests
> that you configure the adapter to use an autonet address manually. You
> might also consider putting a DHCP server on the network. This can be
> done via Windows2003 Server, a cheap router, or 3rd part DHCP server
> software.
>
> If you would, let me know about the scenario where you want to do this.
> It seems like everywhere I go, there's a DHCP server ready. Maybe if I
> was in a plane connecting straight to another person's laptop I might want
> to use an autonet address. It wouldn't seem worth working around the
> delay in this case.
>
> --
> Frank Schwieterman [MSFT]
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
> "robin" <> wrote in message
> news:...
>>I would like to force a newly connected Ethernet link to use a zero-config
>>derived
>> IP address (aka APIPA) instead of DHCP assigned address (in other words
>> the 169.256.xxx.xxx
>> link is preferred). There is a lot of info on the net about the
>> complementary case
>> of disallowing/defeating zero-config IP addresses, nothing that I have
>> been able
>> to find on for my situation.
>>
>> The problem is that Windows serializes the link configuration through the
>> DHCP client
>> on Windows before attempting to any zero-config options. The DHCP client
>> requires
>> 60-second timeout which is far too long to mobile product users to wait
>> for the link
>> to become "usable".
>>
>> Does anyone know of a way to coersce the Windows DHCP client into stop
>> and allow
>> the zero-config to run? Any suggestion or hacks, gentle or harsh, are
>> solicited.
>>
>>
>>

>
>





robin
  Reply With Quote
Old 02-18-2006, 12:41 AM   #5
Frank Schwieterman [MSFT]
 
Posts: n/a
Default Re: how to get a fast zero-config (APIPA) IP address assignment at link start?
Sorry to be so slow getting back to this...

Did you consider configuring a static IP address? I imagine it might be
undesirable due to the configuration overhead, but I suspect the same amount
of configuration overhead would be expected to prevent the DHCP timeout.


--
Frank Schwieterman [MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights.


"robin" <> wrote in message
news:...
> The problem is that this device is a mobile device and plugs into a host
> WindowsXP machine via USB, and presents a NIC with a virtualized network
> behind the NIC.
>
> While its technically possible to run a DHCP server on this virtualized
> network, this technique is seen as a barrier by corporate IT customers.
> These customers generally do not want to see DHCP servers pop-up on their
> networks turf.
> This product technically extends the corporate network (some small
> amount), and they see adding un-administrated DHCP servers as an
> administrative problem. Each DHCP server represents the yet another
> security surface and the potential for breach: its better to not use DHCP
> when zero-config would suffice.
>
> Our product doesn't really need an DHCP-dispensed address, just a valid IP
> address, dispensed quickly at USB-plug-in-time.
> Zero-config should work just fine as a substitute for DHCP in our case,
> except for the 60-second wait for the Windows DHCP client to timeout.
>
>
>
> "Frank Schwieterman [MSFT]" <> wrote in
> message news:43d6d209$...
>> This is relevant: http://support.microsoft.com/kb/220874. It suggests
>> that you configure the adapter to use an autonet address manually. You
>> might also consider putting a DHCP server on the network. This can be
>> done via Windows2003 Server, a cheap router, or 3rd part DHCP server
>> software.
>>
>> If you would, let me know about the scenario where you want to do this.
>> It seems like everywhere I go, there's a DHCP server ready. Maybe if I
>> was in a plane connecting straight to another person's laptop I might
>> want to use an autonet address. It wouldn't seem worth working around
>> the delay in this case.
>>
>> --
>> Frank Schwieterman [MSFT]
>>
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "robin" <> wrote in message
>> news:...
>>>I would like to force a newly connected Ethernet link to use a
>>>zero-config derived
>>> IP address (aka APIPA) instead of DHCP assigned address (in other words
>>> the 169.256.xxx.xxx
>>> link is preferred). There is a lot of info on the net about the
>>> complementary case
>>> of disallowing/defeating zero-config IP addresses, nothing that I have
>>> been able
>>> to find on for my situation.
>>>
>>> The problem is that Windows serializes the link configuration through
>>> the DHCP client
>>> on Windows before attempting to any zero-config options. The DHCP client
>>> requires
>>> 60-second timeout which is far too long to mobile product users to wait
>>> for the link
>>> to become "usable".
>>>
>>> Does anyone know of a way to coersce the Windows DHCP client into stop
>>> and allow
>>> the zero-config to run? Any suggestion or hacks, gentle or harsh, are
>>> solicited.
>>>
>>>
>>>

>>
>>

>
>





Frank Schwieterman [MSFT]
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
I have become rich in 30 days lemony-snicket A+ Certification 2 09-07-2009 03:01 PM
Spoke to Spoke Enhanced Config (ASA-PIX) NEED HELP ASAP!! T-Mak Hardware 1 10-27-2006 11:56 AM
This is incredible! jc_ice DVD Video 1 08-13-2006 10:47 AM
Re: Question about MS critical updates John Coode A+ Certification 0 06-30-2004 06:08 PM
ip address config Adam Ross A+ Certification 1 08-22-2003 02:39 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46