| Anonymous | Login | Signup for a new account | 11-10-2008 11:02 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000873 | [BusyBox] New Features | feature | always | 05-16-06 06:06 | 11-23-06 04:59 | ||||
| Reporter | nuclearcat | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 1.2.x | ||||||
| Summary | 0000873: 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. |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0001368) 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 |
|
(0001369) 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. |
|
(0001791) vda 11-23-06 04:59 |
Applied in rev16644 |
| Copyright © 2000 - 2006 Mantis Group |