[BusyBox 0000873]: feature request for udhcpd

bugs at busybox.net bugs at busybox.net
Thu Nov 23 12:59:02 UTC 2006


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=873 
====================================================================== 
Reported By:                nuclearcat
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   873
Category:                   New Features
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             05-16-2006 06:06 PDT
Last Modified:              11-23-2006 04:59 PST
====================================================================== 
Summary:                    feature request for udhcpd
Description: 
It is possible to add to options.c
in struct dhcp_option dhcp_options[] = {


+        {"wpad",        OPTION_STRING,                          0xfc},

?
It is useful for Windows clients, using dhcp.
====================================================================== 

---------------------------------------------------------------------- 
 bernhardf - 05-16-06 06:29  
---------------------------------------------------------------------- 
A better approach to this is, perhaps, is to follow the standart client's
way of autodetecting wpad settings for a given network.

I.e. If you have a properly setup network, the clients (in automatic setup
mode) resolve and use http://wpad.<localdomain>/wpad.dat

So i guess you'd be better off to adjust your dns config or use a custom
string in udhcpd (not sure if this is implemented, though) rather than
adding stuff like this proposed hardcoded string.

HTH 

---------------------------------------------------------------------- 
 nuclearcat - 05-16-06 13:10  
---------------------------------------------------------------------- 
It is generally good idea, but not always possible. It is depends on
customer PC settings, and for public places where i plan to use my
embedded internet cafe server, it is almost impossible. Additionally dhcp
option add more flexibility for me (it can be even just ip and not
wpad.dat, for example http://192.168.1.1/ie5.dat).

Custom string is not implemented, but it is MUCH better way, cause it is
more flexible, and developers can cut all that hardcoded options and just
do new style config. 

---------------------------------------------------------------------- 
 vda - 11-23-06 04:59  
---------------------------------------------------------------------- 
Applied in rev16644 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
05-16-06 06:06  nuclearcat     New Issue                                    
05-16-06 06:06  nuclearcat     Status                   new => assigned     
05-16-06 06:06  nuclearcat     Assigned To               => BusyBox         
05-16-06 06:29  bernhardf      Note Added: 0001368                          
05-16-06 13:10  nuclearcat     Note Added: 0001369                          
11-23-06 04:59  vda            Status                   assigned => closed  
11-23-06 04:59  vda            Note Added: 0001791                          
======================================================================




More information about the busybox-cvs mailing list